If you are on the product archive page and click add to cart to go to the main single page, on mobile the page auto scrolls
This topic has 2 replies, 2 voices, and was last updated 27 minutes ago ago by Rose Tyler
If you are on the product archive page and click add to cart to go to the main single page, on mobile the page auto scrolls
Hello,
Thank you for reaching out to us.
Please try to add the next code in your child-theme/functions.php
add_filter('etheme_autoscroll_single_tabs_on_mobile', '__return_false');
Clear the cache of the mobile browser and check the result.
We do not see a child theme on your site, you can download it from this page – https://www.8theme.com/account
Please note that the child theme does not inherit the theme options of the parent theme, if you enable the child theme, you need to import options from the parent theme.
Go to Theme Options (when the parent theme is activated) > Import/Export > download the export file. After that activate the child theme (Appearance > Themes) > go to Theme Options > Import/Export > import your options and reload the page without saving! Save options only after reloading. Check your site after that, and use the child theme.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up