Continue shopping + freezing

Phoca Cart - complex e-commerce extension
mjmartino
Phoca Enthusiast
Phoca Enthusiast
Posts: 65
Joined: 10 Jun 2019, 15:53

Continue shopping + freezing

Post 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

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Continue shopping + freezing

Post by Jan »

Hi, where exactly do you get the problem, testing now:

Image

Image

It looks like everything is OK there :idea:

Jan
If you find Phoca extensions useful, please support the project
mjmartino
Phoca Enthusiast
Phoca Enthusiast
Posts: 65
Joined: 10 Jun 2019, 15:53

Re: Continue shopping + freezing

Post by mjmartino »

Please check video 30sek
https://drive.google.com/open?id=1YOLks ... E2JzJKp3Nm
I try click menu item, image, slider above.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Continue shopping + freezing

Post 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
If you find Phoca extensions useful, please support the project
mjmartino
Phoca Enthusiast
Phoca Enthusiast
Posts: 65
Joined: 10 Jun 2019, 15:53

Re: Continue shopping + freezing

Post by mjmartino »

I delete form template.
.modal{display:block!important}

Now is work.
Thank you! for find this nasty template bug.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Continue shopping + freezing

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply