Hi
I have problem with continue shopping if someone click this button add to cart (in Ajax method popup) site is freezing.
No error in console.
Very strange behavior.
Cart 3.4.0
URL SITE
Any ideas?
Regards
Continue shopping + freezing
-
- Phoca Enthusiast
- Posts: 65
- Joined: 10 Jun 2019, 15:53
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Continue shopping + freezing
Hi, where exactly do you get the problem, testing now:
It looks like everything is OK there
Jan
It looks like everything is OK there
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 65
- Joined: 10 Jun 2019, 15:53
Re: Continue shopping + freezing
Please check video 30sek
https://drive.google.com/open?id=1YOLks ... E2JzJKp3Nm
I try click menu item, image, slider above.
https://drive.google.com/open?id=1YOLks ... E2JzJKp3Nm
I try click menu item, image, slider above.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Continue shopping + freezing
Hi, just see your console:
Bootstrap displays a modal box and when clicking to close this box, it should be hidden thanks to this rule: "display:none" (see above on image) but your template sets this to "display: block !important" even with important rule so in fact it does not let your Bootstrap to hide the modal and it is still over all the items on your site.
Why your template does it, really no idea
.../templates/as002027free/css/main.css
but it just prevents Bootstrap to hide the modal.
So the solution is to modify the template or not using the modal for add to cart function.
Jan
Bootstrap displays a modal box and when clicking to close this box, it should be hidden thanks to this rule: "display:none" (see above on image) but your template sets this to "display: block !important" even with important rule so in fact it does not let your Bootstrap to hide the modal and it is still over all the items on your site.
Why your template does it, really no idea
.../templates/as002027free/css/main.css
but it just prevents Bootstrap to hide the modal.
So the solution is to modify the template or not using the modal for add to cart function.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 65
- Joined: 10 Jun 2019, 15:53
Re: Continue shopping + freezing
I delete form template.
.modal{display:block!important}
Now is work.
Thank you! for find this nasty template bug.
.modal{display:block!important}
Now is work.
Thank you! for find this nasty template bug.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: