
Originally Posted by
Trees2wood
When you click a product image to show the larger image, it opens a pop-up window that is smaller than the product image.
I have read this whole thread and I saw this come up twice but the only answer was "This is actually a bug in the responsive template default package that I used to build these templates. The bug has been fixed in the new responsive template default package and so will be fixed in my packages when I update them to the new code."
Anybody have the bug fix?
In your html_header.php file change this:
Code:
if (COLUMN_WIDTH == '0') {
to this:
Code:
if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) {
Thanks,
Anne
Bookmarks