ideasgirl:
Hi Anne,
I've been looking for over 3 hours for the fix of the bug for the popup image on product page issue without success. All the posts I find state that the patch was given in one of the responsive templates forum but I can't find any fix, solution or patch. I even tried to override with latest responsive default DIY css (all 4) and didn't work neither. :blink:
Would it be too much to ask of you to post it (in any of your responsive template forums) with a text that can be easily found? Since you already have and know the fix, should be easier for you to just post it. Maybe writing "Fix_to_Image_Popup_Issue" or similar so it can be found... Because you also mentioned to update your template files in the download area but hasn't been done neither, and I do believe just posting the fix is simpler, easier, and faster than the update. :unsure:
Thanks in advance...
picaflor-azul:
We will have to consult rbarbour for this one. He has told me that the bug is fixed in the newest version of the responsive template default and I have been working with that code for a new template package and can confirm that it has been fixed in the new code, but I don't know the exact code that he used to fix the problem.
Thanks,
Anne
I know this was posted on one of the threads but I like you ideasgirl, cannot locate either.
In /includes/templates/stirling_grand/common/html_header.php file
Where all the responsive code is called, you will see:
if (COLUMN_WIDTH == '0') {
change to:
if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image')) )) {
You can exclude the responsive code on any page simply by adding the page name separated by a comma.