Page 1 of 1

Continue shopping + freezing

Posted: 14 Apr 2020, 14:36
by mjmartino
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

Re: Continue shopping + freezing

Posted: 14 Apr 2020, 17:58
by Jan
Hi, where exactly do you get the problem, testing now:

Image

Image

It looks like everything is OK there :idea:

Jan

Re: Continue shopping + freezing

Posted: 16 Apr 2020, 00:23
by mjmartino
Please check video 30sek
https://drive.google.com/open?id=1YOLks ... E2JzJKp3Nm
I try click menu item, image, slider above.

Re: Continue shopping + freezing

Posted: 16 Apr 2020, 13:23
by Jan
Hi, just see your console:

Image

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 :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. :idea:

Jan

Re: Continue shopping + freezing

Posted: 16 Apr 2020, 13:51
by mjmartino
I delete form template.
.modal{display:block!important}

Now is work.
Thank you! for find this nasty template bug.

Re: Continue shopping + freezing

Posted: 16 Apr 2020, 16:53
by Jan
Ok