Any ideas on how to track the issue down? Works fine on IE and FF..but on chrome it jumps to halfway down the page on loading.
www.vermontindustries.com
Any ideas on how to track the issue down? Works fine on IE and FF..but on chrome it jumps to halfway down the page on loading.
www.vermontindustries.com
I just spent time trouble shooting this for a client. It must be something that has changed in the new version of chrome. I narrowed the problem down to the manufacturers sidebox. When you turn off the box the problem is fixed, but I have no idea why the browser is having a problem with this particular sidebox.
Thanks,
Anne
It seems to be that Chrome (and Opera) is repositioning the bottom of the viewport (visible area in the browser) to the top of the first form on the page that contains a SELECT field which has a pre-"selected" entry set in it.
Open bug discussion on Chrome at: https://code.google.com/p/chromium/i...tail?id=423155
Chime in there to let them know you are also affected .. the more the merrier, and the sooner they'll fix it.
The *temporary* workaround until the browsers are fixed is to turn off any sideboxes that display a pulldown which contains a "default" option in it.
Or for the advanced coder, you could disable the code that sets the selected attribute in the corresponding option tag in the html.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
It's not just the manufacturers sidebox that is doing it...music genres and record companies are causing it too.
Is there a file in common with all of these?
More details here:
http://www.zen-cart.com/showthread.p...-Google-Chrome
Last edited by mikeel100; 6 Nov 2014 at 03:26 AM.
I believe there is an anchor tag missing in the reviews sidebox code.
The one and only product showing in my reviews sidebox has its link bleeding over into the manufacturers, genre, and manufacturers info sidebox heading titles.
If I figure out where it is missing, I'll post a fix here.
I am still not convinced it is just a Chrome issue.
There are 2 issues with my Manufacturers, Manufacturers Info, and Music Genre Sideboxes.
1 - The link bleed-over from the Reviews Sidebox is Chrome, IE, and FireFox related.
2 - Manufacturers Sidebox is causing Google Chrome to jump to the middle of the page whenever the scrollbox is turned on.
The link bleed-over is happening on page refresh, when using the back button or mouse back link in the browser, and when opening a page that was viewed during the current session (cached?).
In tpl_reviews_random.php, I moved the </a> tag to every potential location and could not make the bleed-over stop...now I'm thinking single and double quote problems.
So, I changed thistoCode:. '</a><br /><br />' .That helped some but I'm still getting the link bleed-over from cached pages (back and refresh). I also tried using different combinations of single and double quotes but nothing fixed it.Code:. "'</a><br /><br />'" .
That long code string is giving me a headache and crossing my eyes...lol.
It's late and I'm tired. I think I'll let one of you experts decipher this one.
If you temporarily switch your store to use the Classic template, does the problem continue? Of course, switch it back to your current template once you've tested it in a few browsers.
If the symptoms don't occur on all templates, then it could be related to your custom template's CSS or javascript, including things done to it specifically for mobile.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I can confirm that the problem is present in the classic template. The particular site that I was working on was not a responsive design.
And it also happens when clicking through to other pages.
Here is an example 1.5.3 with the classic template:
http://weblyweb.com/fresh/
I am seeing the problem in chrome Version 38.0.2125.104 (64-bit)
Thanks,
Anne
Last edited by picaflor-azul; 27 Oct 2014 at 06:05 PM.