sarfaraz.r1406 Posted January 5, 2015 Share Posted January 5, 2015 Hi, I observed a very weird issue. The prestashop mouse over on product list (displaying of price and add to cart option) is not displaying when the browser zoom is 75%. It works fine when zoom is 60% or 90%. Please provide a fix for the issue. Refer the attachment for a better clue. Link to comment Share on other sites More sharing options...
sarfaraz.r1406 Posted January 5, 2015 Author Share Posted January 5, 2015 I have checked in chrome browser. You can refer any any prestashop based website. You will find the issue. For the time being you can refer www.metrommart.com. Thank you Link to comment Share on other sites More sharing options...
sarfaraz.r1406 Posted January 5, 2015 Author Share Posted January 5, 2015 Hi, Have you kept the browser zoom of chrome to 75% and checked? Link to comment Share on other sites More sharing options...
sarfaraz.r1406 Posted January 5, 2015 Author Share Posted January 5, 2015 Hi,I tried adding this blockHover() function call in themes/default-bootstrap/js/global.js fileBut still the issue persists. Can you please check it once again. Actually the call to this function is already there in the file. $(window).resize(responsiveResize); if (navigator.userAgent.match(/Android/i)) { var viewport = document.querySelector('meta[name="viewport"]'); viewport.setAttribute('content', 'initial-scale=1.0,maximum-scale=1.0,user-scalable=0,width=device-width,height=device-height'); window.scrollTo(0, 1); } blockHover(); Link to comment Share on other sites More sharing options...
sarfaraz.r1406 Posted January 6, 2015 Author Share Posted January 6, 2015 How do I disable my js compression? There is no ccc option in 1.6.0.9 version. Will the disabling of js compression reduce the performance of the site? Link to comment Share on other sites More sharing options...
sarfaraz.r1406 Posted January 16, 2015 Author Share Posted January 16, 2015 Hi, I have still not found the solution. Please reply. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now