Hi all.
Something strange happened. Everything worked fine until few days ago. I'm running WPMU 1.3.3 and have installed these plugins:
- Advanced-Admin-Menus
- Flexible upload
- ms_lightwindow
- Slimbox Plugin (Disabled)
- WP-dTree 3.3.2 (Disabled)
When I upload image and send it's thumbnail to editor the code looks like this:
<a href="http://example.com/files/2008/02/istockphoto_3495812_green_grass_and_blue_sky.jpg" class="lightwindow" title="Trava"><img src="http://example.com/files/2008/02/istockphoto_3495812_green_grass_and_blue_sky.thumbnail.jpg" alt="Trava" class="imageframe imgalignleft" height="200" width="200" /></a>
but when I 'Publish' it or 'Save' it gets changed to:
<a href="http://example.com/files/2008/02/istockphoto_3495812_green_grass_and_blue_sky.jpg" title="Trava"><img src="http://example.com/files/2008/02/istockphoto_3495812_green_grass_and_blue_sky.thumbnail.jpg" alt="Trava" height="200" width="200" /></a>
Somehow class="lightwindow" and class="imageframe imgalignleft" get lost. Any idea on how to solve this problem? When i use 'Lightbox' effect ('Slimbox' plugin) everything works just fine. It also worked fine with 'lightwindow' until few days ago.
Thanks in advance