Wrong formating - images displaying


Author Message
Mark

Posted: 3/14/2009
Quote message 

Hi
I was playing with latest ver. 2 on my laptop (localhost/xampp) and after few themes creation there is a problem displaying images with few plugins like NextGen gallery:

Example - I was using nextgen gallery and testing pic on browser page -
http://nextgen.boelinger.com/image-browser/ - (looks fine in 2.7 and many other not artisteer created themes)

In my test position of the pic on this page is messed up in any artisteer wordpress theme - I try to change .img properties in css but no result, maybe program is creating something wrong in page.php or single.php it could be something missing like div tag somewhere. I'm sure this problem is not only with this plugin, but in many others like WP Shopping Cart , ect.. displaying images. I also tested the same configuration on linux server and problem is the same


 
Marc Smith

Posted: 3/15/2009
Quote message 

More than likely, this is a CSS issue conflicting betweenthe plug in and the theme you have.

Unfortunately, the plugins are not required to adhere to any Wordpress standard and conflicts between plugin and plugin or Wordpress and plugin (even themes and plugins) occur.

Have you tried asking the plugin author or checking thir plugin page to see if this has been addressed?


 
Mark

Posted: 3/20/2009
Quote message 

Hi Marc you right this is css issue , hovewer the problem with most wordpress plugins compatibile (wordpress 2.7 standard) with 2.7+ ver. is only with artisteer created themes, all other themes has no problem displaying images.

Main problem is in css artiesteer theme file section /* Start images */, when I remove margin: 1em; some plugins are working fine but not all of them.

I check http://codex.wordpress.org/CSS and I do not see anywhere em format in .alignright img, img.alignright or left they are using px format for margin. I think em format is part of the problem with images in artisteer themes and plugins.