12912 comments found.
We are using Megamarket prebuilt style of this theme. Can you suggest, how can i display attribute’s description under the attribute’s dropdown on single product page ? Thanks.
Hello,
Could you please send us a screenshot for a better understanding?
Thank you in advance.
Unfortunately, there is no such option in our theme and WooCommerce by default. It may require additional code customization or an extra plugin but we don’t have an instruction for this. It is out of our theme support scope.
I’ve buyed this template a long time ago, but I realised i have the wrong CMS. I have Wordpress, but i need Shopify. Can we restore this?
Regards
Hello,
Our theme is available for WordPress CMS only. It doesn’t work with Shopify.
Kind Regards
Hello, I have a problem, I imported the demo https://woodmart.xtemos.com/games/ it does not want to load the javascript and there are some problems. can you look at it?
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Yes, we see that a lot of files are missing. Try to reinstall the theme completely to make sure that all files are uploaded without errors.
pls delete my url
Hello, please, I beg you, add at least one template that supports simple WooCommerce auction. Themes like Besa, iBid are cool, but the functionality is poor. In terms of functionality and design, you are the best!!!
Hello,
Thank you for contacting us. Our theme should work well with this plugin. Did you face any issues working with it?
Kind Regards
Yes, AJAX add to cart should be disabled in this case. It doesn’t work with custom fields added by any plugins and this information is mentioned in the option description.
1. The price field and plus/minus do not work correctly ? 3. The “Bid” button in quick view mode gives a WordPress error if Ajax adding to cart is disabled ? 4. I need a “Buy Now” button from Woodmart. Can I hide it just for auction? Can we use CSS?
Wpgenie published this code /* * Remove script wd-woocommerce-quantity for auction products for Woodmart theme, this code snippet should go to child theme’s functions.php file */ function custom_enqueue_script() { $product = wc_get_product( get_the_ID() ); if ( $product && $product->get_type() == ‘auction’) { wp_add_inline_script( ‘wd-woocommerce-quantity’, ‘jQuery(document).ready(function($) { woodmartThemeModule.$document.off(“click”, ”.plus, .minus”); });’); } } add_action( ‘wp_enqueue_scripts’, ‘custom_enqueue_script’ , 9999 );
/* * Remove Woodmart’s ajax_add_to_cart from auction single page, this code snippet should go to child theme’s functions.php file */
add_filter( ‘woodmart_ajax_add_to_cart’, ‘custom_remove_add_ajax_to_cart’, 10 ); function custom_remove_add_ajax_to_cart ( $data ){ $product = wc_get_product( get_the_ID() ); if ( is_product() ){ if ( $product && $product->is_type(‘auction’) ){ return false; } } return $data; }
We solved all these problems with the help of you and wpgenie, thanks for your help =) You are the best!
Great, we are glad that you sorted it out!
Hi, this theme is perfect only we tried adding this code which should add custom text to the product title in a specific category. Only the theme doesn’t show it can this be because the theme is blocking it?
This is the code we made:
function add_custom_text_after_product_title() { if (has_term(1474, ‘product_cat’)) { echo ‘Marge’; } }
1747 is the category and were using mega electronics layout.
Please let us know if this can be shown Thanks! 
Hello,
Thank you for reaching out to us with your question. We appreciate that you use our theme and are happy to help you in any way we can.
To ensure that we are able to provide you with the best support possible, we encourage you to create a new topic on our support forum with your question or issue. Our support team actively monitors the forum and will be able to provide you with a prompt and thorough response.
To create a new topic on our support forum, please follow these steps:
1. Visit https://xtemos.com/forums/forum/woodmart-premium-template/ and sign in with your account.
2. Click on the “Create New Topic” button and provide a descriptive title and detailed description of your question or issue.
3. Click “Submit” to post your question.
Once you have posted your question on the support forum, our team will review it and provide a response as soon as possible.
Thank you for your cooperation, and we look forward to hearing from you on the support forum.
Best regards
after your last update any order delivery date time plugin is not working in checkout field my support period closed how can i get support free this is your new update theme problem
Hello,
Thank you for reaching out to us with your question. We appreciate that you use our theme and are happy to help you in any way we can.
To ensure that we are able to provide you with the best support possible, we encourage you to create a new topic on our support forum with your question or issue. Our support team actively monitors the forum and will be able to provide you with a prompt and thorough response.
To create a new topic on our support forum, please follow these steps:
1. Visit https://xtemos.com/forums/forum/woodmart-premium-template/ and sign in with your account.
2. Click on the “Create New Topic” button and provide a descriptive title and detailed description of your question or issue.
3. Click “Submit” to post your question.
Once you have posted your question on the support forum, our team will review it and provide a response as soon as possible.
Thank you for your cooperation, and we look forward to hearing from you on the support forum.
Best regards
Hi, your theme not updating cart page. 7.4.3, And at the end its saying session expire.
Its working fine with other theme
Hi,
Please, describe to us your problems in a bit more detail. Attach some screenshots and provide us with a list of steps on how to reproduce them on your website.
Thank you in advance.
Hello! sir how to get Checkout fields manager?? in my woocommerce no anywhere Checkout fields manager.
Regards!
Hello,
You can enable this option in Theme Settings -> Shop -> Checkout -> Checkout fields manager.
Kind Regards
Hi,
Swiper Loop Warning: The number of slides is not enough for loop mode, it will be disabled and not function properly. You need to add more slides (or make duplicates) or lower the values of slidesPerView and slidesPerGroup parameters
This comes from the Theme we think. Please fix this in next update.
Regards TAL
Hello,
To fix this you need to either disable the loop option for your slider or add more slides.
Kind Regards
This functionality does not work in the mobile version. That is, when you click on this menu, nothing opens. I have attached a screen shot (https://is.gd/B3yDDm)
Hi,
Please, create a topic on our support forum and provide us with all the necessary details about the request with some screenshots and including your admin access so we can help you https://xtemos.com/forums/forum/woodmart-premium-template/ If your support has already expired, you must extend it on ThemeForest first.
Regards
Hi Team, In this theme wishlist feature is not working. Can you check and tell me how can I fix this. You can add products in wishlist and then check list. It will show 0 products.
Hello,
Thank you for contacting us.
Do you see this problem on our demo or on your website?
Kind Regards
Hi i’ve purchased your theme multiple times but now when i want to edit the categories side header where all the categories are, i can’t seem to find the elementor file for it?
How can we edit the category menu layout at the left because we want to fit multiple coloms for more categories.
Demo link to the theme i mean: https://woodmart.xtemos.com/mega-electronics/
Thank you
Hello,
You can customize this menu’s items in Dashboard -> Appearance -> Menus.
Kind Regards
Hey, we tried but on the demo page you also have a banner inside? This is done by elementor correct? Is it possible to edit the side menu categories with elementor?
Yes, you can HTML blocks for dropdowns built with Elementor as described in our documentation https://xtemos.com/docs-topic/create-mega-menu/
I only needed one extension, why did you put two extensiona when I paid?? Please I’d like a refund for one, and keep only one theme
Hello,
Thank you for contacting us.
If you purchased our theme twice accidentally you can request a refund by filling the form on this page https://themeforest.net/refund_requests/new
Kind Regards
Hi
How to change minimum 3 characters to 1 character in product search.
thank you
Hi,
Please, create a topic on our support forum and provide us with all the necessary details about the request with some screenshots and including your admin access so we can help you https://xtemos.com/forums/forum/woodmart-premium-template/ If your support has already expired, you must extend it on ThemeForest first.
Regards
ok
Hello.
We are having a bad time getting this theme to load quickly after trying several different servers after we launched a website publically. Can you assist in letting us know what the issue is with the installation?
Ryan.
Hi,
Please, create a topic on our support forum and provide us with all the necessary details about the request with some screenshots and including your admin access so we can help you https://xtemos.com/forums/forum/woodmart-premium-template/
Regards
Hi,
I am interested in buying the theme.
Just a couple of questions
1. blog template Does it have the option to show the feature image/feature video Above the post title and meta ?
2. I saw the Dokan demo. I will use wcfm. Your theme description says it works with WCFM.
Because I have experienced other themes that have display problem with WCFM. Please create a wcfm demo .
Thanks
Hello,
Thank you for being interested in our theme and contacting us.
1. You can use featured image only. Check how it works on our demo here https://woodmart.xtemos.com/blog/category/wooden-accessories/?opt=blog_alt
2. There is no demo for WCFM, unfortunately. But we will consider adding it in the future.
Kind Regards
Your blog single design is not mobile optimized. category takes up one row, meta one row title one row. I need to have feature image at the top, with title and meta below it.
Yours is multivendor theme. You need to provide a demo for each multivendor plugin. Otherwise how does one know what it looks like before purchase.
Best Regards
Could you please send us a screenshot so we can better understand what you mean?
Hi Team
My Mobile Menu is not working or Opening. Please suggest me what to do.
Hi,
Please, create a topic on our support forum and provide us with all the necessary details about the request with some screenshots and including your admin access so we can help you https://xtemos.com/forums/forum/woodmart-premium-template/ If your support has already expired, you must extend it on ThemeForest first.
Regards
any news on a potential roll out date for the upcoming big update? Just wondering if that will include any updated content blocks for the blog?
Hello,
If you are referring to 8.0 update, we hope to release it by the end of the year. But our next update 7.5 will be ready in 3-4 months.
Kind Regards
Hello Team,
When I am updating a theme it throws error. I am sharing link for the reference:
https://imagetolink.com/ib/cFBgPFMMZWKindly guide me how to resolve and update the theme.
Thanks & Regards.
Hello,
Try to do the following to update the theme:
1. Go to Dashboard -> WoodMart -> Theme License and deactivate the theme.
2. Go to Dashboard -> Updates and click on Check Again.
3. Activate the theme with your purchase code again.
4. Go to Dashboard -> Updates and click on Check Again.
5. Try to update the theme via Appearance -> Themes or via Dashboard -> Updates.
Regards
Can´t find categories in elementor
Hello dear woodmart team, I am working with elementor and have just installed the woodmart theme (previously I worked with astra). i have the following problems: I can’t set any categories in the product archive that have already been created and contain products. no id’s for them either. The system says it can’t find them, no matter which id I enter or which category name. I also have a field in the product preview (select size) which I don’t want to show and I don’t know where to hide it.
Yesterday I read a lot in your instructions and there was the specification of categories to sort by date, new etc., but the categories are, as I said, not even recognized.
Can you help?
I work with elementor latest version and woocommerce as well as wordpress, all up to date.
Best regards, Inga
Hi,
Please, create a topic on our support forum and provide us with all the necessary details about the request with some screenshots and including your admin access so we can help you https://xtemos.com/forums/forum/woodmart-premium-template/
Regards