This topic has 7 replies, 3 voices, and was last updated 3 months, 2 weeks ago ago by Gtoon
Hi.
I would like to deactivate the scroll function when users open cart to the right of the page, wishlist, or mobile menu etc.
I have not been able to find any option to disable this feature so would appreciate the help.
Thank you in advanced.
Hello Gtoon,
Thank you for contacting us and for using XStore.
Please record a video of the problem for a better understanding. Upload it on a filesharing service, for example – https://wetransfer.com/ , and provide us with URL.
Furthermore, we would appreciate it if you could create temporary wp-admin access and share the details via the private content area. This will allow us to review your settings and better understand the issue at hand and help you.
Thank you for your cooperation.
Best Regards,
8Theme’s Team
Hello,
you can download the videos from the wetransfer link I have provided.
The videos show on mobile but we would like the scroll to stop when in those sections on all devices.
Thank you
Hello @Gtoon,
We added the next custom CSS (https://prnt.sc/s_kFkIYkSpCr) on your web-site:
@media only screen and (max-width: 768px) {
.etheme-elementor-off-canvas--shown {
overflow: hidden;
}
}
So, now the window will be locked from scrolling on devices smaller than 768px if the off-canvas content is opened.
Kind regards,
Jack Richardson
The 8theme’s team
Hello,
Thank you, yes it is correct but it is only working correct now on mobile, we want it to be like this one all devices, thank you 🙂
Hello @Gtoon,
Please, check now !
We removed the CSS media wrapper that limited to make the code work only on small devices.
@media only screen and (max-width: 768px) {}
Kind regards,
Jack Richardson
The 8theme’s team
Yes working correctly now thank you very much for the fast support, have a great day 🙂
The issue related to '‘Disable Scroll when popups like cart, wishlist etc opens’' has been successfully resolved, and the topic is now closed for further responses