Forums
(@nimmot)
7 years, 4 months ago
Disregard. My preload cache settings were set to high.
9 years, 3 months ago
i wonder if you could copy the rel=”…” and duplicate it and add the data-rel=”…” so you’d have both in the anchor tag?
like:
rel="prettyPhoto' . $gallery . '" data-rel="prettyPhoto' . $gallery . '"
my featured image quit working with the lightbox but was able to get it to work.
in \plugins\woocommerce\templates\single-product\product-image.php i changed data-rel= to rel= on line 37 and it works now.
i was able to change the default width and height for my site.
in the query.prettyPhoto.js included in the plugin folder, i changed
default_width:500,default_height:344
to
default_width:800,default_height:600