Eugene Savitsky Posted September 20, 2018 Share Posted September 20, 2018 (edited) Hi. 1. Open https://www.sammuke.ee/en/shoes/971-saapad.html 2. Press "Size guide" on the right side. 3. A window pops up. But you cannot close it anymore. I believe it started after Prestashop 1.6.1.6 -> 1.6.1.20 update. Could anyone please help to resolve this issue, please. Edited September 20, 2018 by Eugene Savitsky (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted September 21, 2018 Share Posted September 21, 2018 My guess is that with the update you have disabled the software that runs the "X" button of the popup. Could it be that you forgot to re-enable overrides after the upgrade? Link to comment Share on other sites More sharing options...
Eugene Savitsky Posted September 22, 2018 Author Share Posted September 22, 2018 (edited) Overrides are enabled... Edited September 22, 2018 by Eugene Savitsky (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted September 22, 2018 Share Posted September 22, 2018 Not sure why it stopped working but you can try to add this code in themes/sammuke/js/product.js on empty line 223 $('#layer_size').on("click", ".cross", function(){ $('.layer_size_overlay').css('display','none'); }); It should close popup (hide it). 1 Link to comment Share on other sites More sharing options...
Eugene Savitsky Posted September 26, 2018 Author Share Posted September 26, 2018 Thank you very much, razaro! It worked! 1 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