Home › Forums › WoodMart support forum › No product tabs on mobile No product tabs on mobile This topic has 13 replies, 3 voices, and was last updated 1 year, 7 months ago by Luke Nielsen. Viewing 14 posts - 1 through 14 (of 14 total) Author Posts June 30, 2023 at 9:09 am #478397 admin-9761Participant All tabs had contents but they did not show on the mobile version. And could you tell me how to reorder the specification tab after description? Attachments:You must be logged in to view attached files. June 30, 2023 at 11:59 am #478446 Luke NielsenKeymaster Hello, In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please? Kind Regards July 6, 2023 at 6:01 am #479524 admin-9761Participant How to let you access my dashboard?? July 6, 2023 at 9:20 am #479552 Artem TemosKeymaster You can post it here, using the Private content field. It will be visible to our staff only. July 12, 2023 at 4:17 am #480784 admin-9761Participant Attached link July 13, 2023 at 9:20 am #481054 Luke NielsenKeymaster Hello, Your website is on maintenance mode: https://prnt.sc/CJ3-35B9jtPF So in order to check the issue, could you please send admin access via the Private content field? I await your response. Kind Regards July 18, 2023 at 11:30 am #482275 admin-9761Participant It is public now July 18, 2023 at 11:34 am #482276 Luke NielsenKeymaster Hello, You have a custom code that hides the tabs on mobile devices: https://take.ms/4UejW So make sure that you haven’t defined such code in Theme Settings -> Custom CSS, otherwise, it could come from some third-party plugins. Kind Regards July 19, 2023 at 5:43 am #482514 admin-9761Participant I removed it now but it is still hidden. July 19, 2023 at 9:13 am #482524 Luke NielsenKeymaster Hello, Try to clear the website/browser cache and then recheck the issue, otherwise please send me access to the admin dashboard so I will investigate it from your side. Kind Regards July 20, 2023 at 4:50 am #482807 admin-9761Participant It’s solved, thank you, and what about reordering the tabs on the product page? July 20, 2023 at 10:19 am #482847 Luke NielsenKeymaster Hello, Please enter the below code into the fuctions.php file in your child theme, clear the cache and recheck the issue. /** * Reorder product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 ); function woo_reorder_tabs( $tabs ) { $tabs['wd_custom_tab']['priority'] = 3; return $tabs; } Kind Regards July 21, 2023 at 8:13 am #483132 admin-9761Participant Where is fuctions.php? Thank you. July 21, 2023 at 10:40 am #483178 Luke NielsenKeymaster Hello, You can find it in your child theme via Dashboard -> Appearance -> Theme file editor: https://take.ms/o0IQ9 Feel free to reach out to me anytime when you have anything more to say. Kind Regards Author Posts Viewing 14 posts - 1 through 14 (of 14 total) You must be logged in to create new topics. Login / Register