Home › Forums › WoodMart support forum › Product tabs stuck on the right side
Product tabs stuck on the right side
- This topic has 9 replies, 3 voices, and was last updated 5 years, 3 months ago by Eric Watson.
-
AuthorPosts
-
August 9, 2019 at 3:48 pm #137207
sebastianParticipantHello,
I need help with the tabs bar. It shows up on the right side here: https://dande.cz/produkt/dvoudilne-high-waist-plavky/ but I need it to be on the top as it is for example here on the demo: https://preview.themeforest.net/item/woodmart-woocommerce-wordpress-theme/full_screen_preview/20264492?_ga=2.44322340.1040533584.1565365628-313203884.1564643284. Can you please help me? I’ve already tried everything.
Thank you so much!August 9, 2019 at 5:59 pm #137229
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area
Best Regards
August 10, 2019 at 8:51 am #137269
sebastianParticipantGood morning,
thank you for getting back to me!
I tried deactivating all the plugins, switching from child to parent theme and vice versa, I tried multiple times but still the problem remains.
Although for the first time I saw the good version of the tabs being on top but not on every product page, I can’t really tell which plugin is causing it or what settings are causing this since my page seems to be caching itself and I cannot figure out how to clear the cache and deactivate the caching. I already tried removing the cache folder through FTP and I believe I do not have a caching plugin installed.
I also tried removing Yoast SEO because I thought that is the plugin causing it but the problem is still there so I don’t think that is causing it. Now I left only theme related plugins active and parent theme activated and sending the login information in the private section. You won’t see the product pages though since the Woocommerce and other plugins are deactivated.
Thank you!
August 10, 2019 at 10:24 am #137314
Elise NoromitMemberHello,
You need to open Theme Settings -> Product page -> Tabs, switch to an accordion, select tabs position “standard” and then return to tabs. https://prnt.sc/oqkx6l
Best Regards
August 11, 2019 at 2:38 pm #137499
sebastianParticipantHello Elise, could you please check again? I have it set up just as you mentioned and it still doesn’t work.
August 12, 2019 at 7:19 am #137566
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme we need to check the issue in condition with the theme and related plugins.
Best Regards
August 14, 2019 at 5:43 pm #138242
sebastianParticipantHello Elise,
thank you for your reply. I just deactivated all plugins not related to the theme. Please try now.
August 15, 2019 at 7:01 am #138300
Elise NoromitMemberHello,
Please update the theme to 4.0.3, please take into consideration these tips https://xtemos.com/docs/woodmart/faq-guides/3-x-4-0-migration-guide/.
Please update Woocommece as well.
Best Regards
August 15, 2019 at 9:02 pm #138507
sebastianParticipantHello Elise,
thanks for the help! It no longer is on the side but still not like what is shown on the demos, it should be on the top and not on the side (example https://dande.cz/produkt/jednodilne-sexy-bikini-plavky/). Can you please help me how to switch it to the top?
Thank you!
August 16, 2019 at 8:05 am #138583
Eric WatsonParticipantHello,
It looks like WPML is connecting styles for the admin part on the frontend.
To disable style add this code to functions.php in child themefunction woodmart_disable_wpml_styles() { if (!is_blog_admin()) { wp_deregister_style('woocommerce_admin_styles'); } } add_action( 'wp', 'woodmart_disable_wpml_styles', 10 );
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register