Home › Forums › WoodMart support forum › Product Tabs
Product Tabs
- This topic has 24 replies, 3 voices, and was last updated 3 years, 6 months ago by Artem Temos.
-
AuthorPosts
-
May 5, 2021 at 7:51 am #289686
nermin29ParticipantHi,
I have tried to hide the Description and Additional Information tabs with the help of this article https://docs.woocommerce.com/document/editing-product-data-tabs/. As you have mentioned in this article to add the code into the function.php file of the child theme. When I did the same, the theme crashes and the website showing a critical error. After that, I have deleted the theme and now my website is running on the main theme. Can you please hide these tabs? And I also want that the sequence will be Size Chart (First Tab) Reviews (Second tab).
And the second issue is, I am using a plugin for the Size Chart, plugin name is ”
Product Size Charts Plugin for WooCommerce”. I have almost 1300 products and all are using size charts with the help of this plugin. The plugin was working fine on the previous theme but on your theme, the plugin is not working properly as it is not showing the tabs to add the columns and rows. And I also don’t wanna use your plugin because there are a lot of products on my website so I have to add the size chart manually if I use your’s plugin. Can you please make my previous size chart plugin working properly? I am sure that there is conflict.I am looking forward to your cooperation.
Thanks
May 5, 2021 at 9:58 am #289738
Aizaz Imtiaz AwanKeymasterHello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).
I saw the screenshot you attached.
Please read our detailed documentation for further help:
https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/Best Regards
May 5, 2021 at 7:19 pm #289915
nermin29ParticipantHi there,
Did you read my post? I didn’t even attach a screenshot in my message and I also don’t need help regarding the image size. Please read my first message again and help me.
Thanks
May 6, 2021 at 6:32 am #290017
Aizaz Imtiaz AwanKeymasterHello,
I am really sorry for the Misunderstanding I posted the wrong reply here.
1) Please add the code and provide me with correct admin access. We will check why the code doesn’t work for you.
2) Please provide the correct admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
May 6, 2021 at 10:08 am #290090
nermin29ParticipantHi there,
I have already mentioned my login details in the first message. I am adding again in the private content. Please read it carefully.
Thanks
May 6, 2021 at 11:41 am #290119
Aizaz Imtiaz AwanKeymasterHello,
Your given login details are not correct. Please send me the correct WP admin login details of your site so I will check and solve the issue.
Best Regards.
May 6, 2021 at 11:53 am #290132
nermin29ParticipantPlease check now
May 7, 2021 at 7:14 am #290383
Artem TemosKeymasterAs we can see, you have some PHP code in your child theme already. Please, do the following:
1. Backup your current child theme files.
2. Uninstall it and install our original child theme downloaded from ThemeForest.
3. Activate the child theme and deactivate all third-party plugins.
4. Test the code from the WooCommerce tutorial. You need to add it to the functions.php file in the new child theme
/** * Remove product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 ); function woo_remove_product_tabs( $tabs ) { unset( $tabs['description'] ); // Remove the description tab unset( $tabs['reviews'] ); // Remove the reviews tab unset( $tabs['additional_information'] ); // Remove the additional information tab return $tabs; }
Kind Regards
May 7, 2021 at 6:38 pm #290624
nermin29ParticipantHi there,
I have removed the description and additional information tabs but when I hover over the products on the shop and other categories pages, the content still showing. Check this video for more explanation https://www.awesomescreenshot.com/video/3665917?key=7a99999b3b2a54e8d6fdc9793efac173.
Can we fix this as well?
I am looking forward to your positive response.
ThanksMay 8, 2021 at 9:53 am #290741
nermin29ParticipantHi there,
Are you going to help me? There is another bug, I am using a plugin for the Size Chart, plugin name is ”Product Size Charts Plugin for WooCommerce”. I have almost 1300 products and all are using size charts with the help of this plugin. The plugin was working fine on the previous theme but on your theme, the plugin is not working properly as it is not showing the tabs to add the columns and rows. And I also don’t wanna use your plugin because there are a lot of products on my website so I have to add the size chart manually if I use your’s plugin. Can you please make my previous size chart plugin working properly? I am sure that there is conflict.
I am looking forward to your cooperation.
Thanks
May 8, 2021 at 5:21 pm #290885
Artem TemosKeymaster1. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-more-desc .wd-more-desc-inner { display: none; }
2. Please, describe to us your problem with the plugin in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce them on your website.
Thank you in advance.
May 8, 2021 at 5:59 pm #290896
nermin29ParticipantHi there,
This is the plugin we are using for the size chart https://wordpress.org/plugins/woo-advanced-product-size-chart/. You can also check it’s working from the above link. The plugin was working fine before but there is a conflict with your theme. I am attaching a couple of screenshots for more explanation. The table is not showing when we going to add a new chart, I think there is a conflict with your size chart feature which is available in your woodmart core plugin.
I am looking forward to a solution.
Thanks
May 9, 2021 at 5:46 am #290932
Artem TemosKeymasterHi,
Could you please reupload your screenshots in a size smaller than 512KB? Or upload it to some cloud service like Dropbox or Google Drive.
Thank you in advance
May 9, 2021 at 6:24 am #290942
nermin29ParticipantPlease check the attached link.
https://ibb.co/31crYqk
https://ibb.co/jvYwSkxThanks
May 9, 2021 at 6:29 am #290943
Artem TemosKeymasterAre we allowed to switch between themes to see how it works with a default theme?
May 9, 2021 at 4:22 pm #291000
nermin29ParticipantYes, You can do.
May 10, 2021 at 6:43 am #291125
Artem TemosKeymasterCould you please provide us your FTP access so we can troubleshoot the problem?
Thank you in advance
May 10, 2021 at 7:18 am #291139
nermin29ParticipantHi there,
You are asking for the requirements one by one. Please ask at once, so we can save time because I have to fix this issue as soon as possible. I am attaching all the required information in the private content.
May 10, 2021 at 8:08 am #291168
nermin29ParticipantAnd, on my website, the sidebar is not showing. I want that the sidebar will show all the categories, filter product py color and size as well. Please fix this as well.
May 10, 2021 at 11:09 am #291255
Artem TemosKeymasterTry to disable our theme option in Theme Settings -> Product page -> Size guides. It should fix the problem.
May 10, 2021 at 12:07 pm #291286
nermin29ParticipantIt is fixed. Can you please add Filter by Color and Filter by Size on the sidebar of the shop page?
May 10, 2021 at 12:34 pm #291294
Artem TemosKeymasterHere is a video tutorial that will help you create variable products with variations swatches and add AJAX filters for them https://www.youtube.com/watch?v=TITlJ6Zg0so&index=2&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval
If you have any difficulties, please, create a separate topic for this.
May 10, 2021 at 5:28 pm #291354
nermin29ParticipantI have added the widget but it is not working. Can you please do it for me?
May 11, 2021 at 4:25 am #291422
nermin29ParticipantI am looking forward to your response.
May 11, 2021 at 6:21 am #291456
Artem TemosKeymasterHello,
Please, create a separate topic and describe the problem in detail. Write us all the steps you performed to display the widget so we can check what is wrong there.
Kind Regards
-
AuthorPosts
Tagged: plugin conflict, product tabs
- You must be logged in to create new topics. Login / Register