Tagged: product pages
-
AuthorPosts
-
December 4, 2017 at 8:20 pm #884769
Hello,
I would like to hide the widgets of the single product pages on mobile because they show before the contents of the product.
How to hide widgets on mobile or place them under the content? (only for single product pages)Best regards
December 4, 2017 at 9:16 pm #884789Hey,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .single-product .sidebar { display: none !important; } }If that does not help, please post a link to your website.
Regards,
YigitDecember 4, 2017 at 9:33 pm #884794This reply has been marked as private.December 4, 2017 at 10:35 pm #884824Hey!
Code is not being applied. Please try flushing cache in cache plugin you are using and refresh your page a few times. If that too does not help, please create a temporary admin login and post it here privately.
Cheers!
YigitDecember 5, 2017 at 1:59 pm #885050This reply has been marked as private.December 6, 2017 at 8:26 am #885421Hi,
Thanks for the login details. Please try this instead:
@media only screen and (max-width: 767px) { .single-product .single_toggle { display: none !important; } }Best regards,
RikardDecember 6, 2017 at 4:09 pm #885626Hello,
It still does not work.
December 6, 2017 at 4:16 pm #885631December 6, 2017 at 4:25 pm #885641I emptied the cache, changed the browser, refreshed the site, it still does not work.
Best regards,
December 6, 2017 at 4:28 pm #885643Hi,
Please make sure to flush your mobile browsers cache as well. It does work fine on my end. Attached a screenshot in private content field below.
Regards,
YigitDecember 6, 2017 at 4:36 pm #885650sorry, changing mobile it works! Excuse me.
thanks a lot for your helpDecember 6, 2017 at 4:39 pm #885655Hi,
Glad we could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Hide Widget on product pages for mobile’ is closed to new replies.
