Hello Everyone,
I just installed new theme (Purple Pastels 3.7 by Mel Pedley) and when I activated the lightbox gallery (http://wordpress.org/extend/plugins/lightbox-gallery/) stopped to work :(
By looking at the source file for the same page on a theme that works and that one I see the following difference:
First one:
<div class="storycontent">
<p>Tear Sheets</p>
<div class="gallery">
Second one:
<div class="entry">
<p>Tear Sheets</p>
<style type='text/css'>
.gallery-item {width: 25%;}
</style><div class='gallery gallery1'><dl class='gallery-item'>
So I am fairly sure that something in the new template is missing, just not sure what :( Any ideas?
Thanx!