12912 comments found.
When is the X logo going to be updated? It says its been changed in the changelog but the logo remains Twitter and the social profile area has no options to change this.
Hello,
Please, update the theme to the latest version and clear your browser cache. We have updated this icon in our theme already.
Kind Regards
The “Checkout fields manager” thing is fine. My recommendation is that they should give the possibility of registering new fields.
Hello,
Thank you very much for the feedback! We will review it and consider as a feature request for our future updates.
Kind Regards
Hello, thanks for the nice theme update. Can you tell me where to find the section “Product Collections” on the homepage New Furniture 2 theme without importing the whole theme I just need that section to import. Thank you
Hi,
Please, create a topic on our support forum and provide us 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 is already expired then you need to extend it on ThemeForest first.
Regards
Hi, I have product with Variations. I need to show product price in format “price from… price to…” – with show the minimal and maximal price of product. I found in Google to solve it by adding some code to functions.php. But it does´nt work by me. Is there any possibility to solve it in your theme?
Hi,
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.
Regards
It is strange, becouse – by default (variable products), WooCommerce displays a price range from the lowest to the highest price. The price range looks like this:- $49 – $99 under the product title. But in my eshop with your theme – there is by the product showed only lowest price. I thought, it is caused by your theme.
Check this option in Theme Settings -> Shop -> Variable products https://gyazo.com/4d9b694ffce111a3975a99940ba1c415 It should be turned off for your case.
This is exactly what I need! Perfect.. Thank you and have a nice day!
Great, you are welcome!
I just have to mention that latest update is missing a closing div in loop or grid elements. Related and cross sells chrash into each other and single product content is all stacked to the left. It does not make any problems in shop/archive pages but also there a closing div is missing so i lost some magin-bottom CSS
Hello,
We can’t reproduce this issue on our website. Most likely, it happens because of some customizations made on your website. Can you send us your admin access so we can check it on your end?
Kind Regards
Hello again,
I did find the issue, but it seems like changes has been made to the LOOP. I am using the below code to show cross sells into single products and bestsellers on top of every shop/archive pages. I have used it for many years with no issues. But with latest woodmart update i had to move in an extra closing div as you will see in code below. So a closing div has for sure been removed from LOOP codes with latest update.
<div class="cross-sells" style="margin-bottom:-30px">
$products = new WP_Query( $args );
if( $products->have_posts() ) :
woocommerce_product_loop_start();
while ( $products->have_posts() ) : $products->the_post();
wc_get_template_part( 'content', 'product' );
endwhile; // end of the loop.
woocommerce_product_loop_end();
endif;
echo '</div>';
As you can see i had to add a second closing div for it to work.
Brgds Rune
Well, the second div dissapear here in my message but there should be 2 in the end echo where 1 closing div appear now.
Most likely, you have some extra opening div somewhere in your custom code or product content. But as we can see, this issue doesn’t exist in the theme itself.
Interesting.. Can you then explain why it works 100% with previous version of Woodmart, also why my staging site still works 100% with older versions?
If i add an extra closing div into my code and then use previous version of woodmart content get stacked to the left. If i use the code as above with only one closing div it works perfect on previous version but not latest version.
I have 5 different websites using Woodmart theme and i got the same issue in all 5 websites. Also you see the code as above and there is only one opening div and one closing div. And i have tested with ALL plugins and child theme deactivated. My child theme contains all customizations i have done.
I have now tried using a simple woocommerce shortcode and also this needs a extra closing div underneath, otherwise the opening div is opened for the entire page so it is not possible to set a margin-bottom for that section.
function afas_populare_products_shortcode() {
echo do_shortcode('[products limit="3" columns="3" best_selling="true" class="outofstock"]');
}
add_action( 'woocommerce_archive_description', 'afas_populare_products_shortcode', 40 );
If i move in a closing div into above code then it works 100% ok.
Could you please check how it works when you switch to the parent theme so your custom code from the child theme is not applied?
Already tested that, using parent theme, all plugins deactivated, absolutely all customizations removed. Then added the woocommerce shortcode below description in shop and archive pages using parent themes functions.php and then issue appear. Bottom margins dissapear and when checking in browser tools the LOOP is not closed. Just hovering the first opening div, and it does not close.
If i then switch to older version of woodmart theme then everything works 100%.
When i then switch back to latest version woodmart theme and move in a closing div just below the woocommerce shortcode then everything works just great. Checking in browser tools and all ok.
So the issue appear by just using a simple woocommerce product shortcode.
Can you please send us your admin access so we can check it on your website?
Well, you can easily see the problem on this site: https://staging-villmarksbua-staging.kinsta.cloud/butikk/
Just below the page description you will see 3 products. These products i am now showing using a clean insert of woocommerce products shortcode into parent theme functions.php
Use your browser tools and check the opening div with classes “woocommerce columns-3 outofstock”, it is just below the “page-description” div.
You will then easily see that the opening class is not closed normally so you will then see that “shop-loop-head” and next product loop falls into the shortcode loop.
It is a clean setup, no plugins, no customizations and only parent theme active.
Then you can do the same check on this site where i have moved in an extra closing div just below the shortcode: https://www.arctic-fritid.as/butikken/
Or simply put the below code into functions.php of your own install:
function afas_populare_products_shortcode() {
echo do_shortcode('[products limit="3" columns="3" best_selling="true" class="outofstock"]');
}
add_action( 'woocommerce_archive_description', 'afas_populare_products_shortcode', 40 );
I have tried different locations, above and below description etc. But that only moves the issue around.
Please, send us your admin access via the contact form on this page https://themeforest.net/user/xtemos
Info sendt.. It is a staging site so feel free to test anything. There is also and older version of woodmart theme so you can check that it works 100%.
You can move the code into single products also and you will see how it crash with ie. related products if added just above.
We have fixed this issue in the latest update. Please, update your theme to 7.4.1 and clear your browser cache. Let us know if that helps.
Kind Regards
Thanks a lot, seems to work just great again now 
Great, you are welcome!
Hi, happy new year!
I have updated the template to the the latest version 7.4. Suddenly I’m getting this error message where I have the carousel element Deprecated: Function woodmart_get_owl_items_numbers is deprecated since version 7.3, with no available alternative in /wp-includes/functions.php on line 6031
Warning: Undefined array key “tablet_landscape” in /wp-content/themes/woodmart/vc_templates/vc_images_carousel.php on line 114
How can I solve this problem, because the images are now stacked instead of being displayed in a carousel.
I saw in the changelog “NEW FEATURE: Owl Carousel, Slick, and Flickity jQuery carousel plugins were replaced and unified with one Swiper carousel.” But what do I have to do to make everything works as usual?
Thanks
Hello,
Thank you for your comment!
It looks like you have some custom code in the child theme that causes the errors. Try to switch to the parent theme temporarily and check how it works.
Kind Regards
Hi thanks for your reply!
It’s super weird tho, I have commented all custom code in my child theme functions.php and then uncommented again, everything works just fine! LOL ! Thanks again and please continue updating and improving this awesome template! Much love 
OK, we are glad that you sorted it out! Feel free to contact us if you have any further questions.
Beware: After updating to 7.4 chances are high that the checkout page is scrambled, displaying one column only, instead of 2. Nothing else has changed on our site, we only updated Woodmart and Woodmart Core. Tried to disable most plugins, but the checkout page was still not displaying as it had before the update. The entire shop had to be put in maintenance until we finished debugging.
You should have tested this thoroughly before release. There were enough warnings some months ago that something’s not ok with the rendering of the checkout page after the last 2 or 3 updates. Please check again and fix this asap, it’s the most important page of any shop.
The only solution we found, was to scrap the checkout page and rebuild it via the new checkout layout builder within woodmart. Even so, design customizations to the page still have to be done through a blank woocommerce checkout page, as the layout builder seemingly does not process added css code.
Hello,
Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme: WoodMart core WooCommerce Elementor/WPBakery page builder
Thank you in advance
Dear Xtemos ✨ Happy Holidays! Thank you for your support and great WordPress experience.
Kind regards from Georgia ❤️
Hello,
Thank you very much! Happy New Year to you 
Kind Regards
I can’t see correctly the 7.4 version, even live demos from your server. Icons missed, images lost, what’s happend? https://woodmart.xtemos.com/furniture2/ this is terrify
even Checkout fields manager option from Woocommerce. https://prnt.sc/809HlH7KN2sE ‘Checkout Fileds’ there’s no an option at all
Hello,
Please, refer to our documentation here https://xtemos.com/docs-topic/fields-manager/ If it doesn’t help, please, send us your admin access so we can check what is wrong on your website.
Kind Regards
should I remove my current installation to get the update? If no, how to do after downloaded the new update files in my laptop?
Hello,
You can read a documentation on how to update the theme here https://xtemos.com/docs-topic/update-the-theme/
Kind Regards
Fixed! Update is amazing Thanks for the gift guys!
You are welcome. Feel free to contact us if you have any further questions.
Hello,
Currently my theme stays at Version: 7.3.4 and does not show me a message that there is a new version so that I can update it. How can I update to V 7.4?
Thanks
Hello,
You can read a documentation on how to update the theme here https://xtemos.com/docs-topic/update-the-theme/
Kind Regards
This answer does not solve my problem. I KNOW how to update themes. Do I need to download the theme again and update manually? I used to update it via the WordPress dashboard and now I do not get this functionality.
You still should be able to update it via Dashboard as per our instructions. Could you please clarify what problems you face with this process?
As I stated, my on my Wordpress Themes dashboard it shows that the current version is 7.3.4.
From what I see on the theme page, is that there is a newer version – 7.4.
However I do not get the option to update my theme on my Wordpress dashboard.
Does it make sense?
Could you please send us your admin access so we can check it?
How can I do that?
Please, send us your admin access using the contact form on our profile page https://themeforest.net/user/xtemos
Hi I have an problem in the page checkout after the last update of the theme the all details in one column
Hi,
Please, create a topic on our support forum and provide us 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
I need to know which version of php is better for me? where can i ask ? how can i contact to my theme suport?
Hello,
Thank you for your question. Recommended version is 8.2+.
Kind Regards
why is my website always having this https://totemo-japan.com/?cms_block=footer-games-light&action=register , for every link i click on the account page ?cms_block=footer-games-light&action is always there.
Hi,
Please, create a topic on our support forum and provide us 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
I activated the template once, but then I reset my data to zero and wanted to start again… but it won’t let me activate the template anymore, what should I do? Both times it was with the same domain
Hello,
Thank you for using our theme and contacting us.
You can manage all your purchase codes in your account on our website xtemos.com From there, you can remove your old activations for domains that are no longer in use. Then you will be able to activate the theme on the new domain. If you don’t have an account on our website, you can create it using your purchase code here https://xtemos.com/my-account/
Kind Regards
hi ….please tell me how can i contact to my theme support?
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
Is there an option to have a customization text field? a lot of what we do is add customized text to our products like a family name and we want to be able to add that on the product or checkout page on some products
Hello,
Regrettably, the option you are looking for is not available in our theme or WooCommerce’s default settings. Enabling it may necessitate additional customization of the code or the installation of an extra plugin, but we do not have instructions for either of these options. Please note that this issue falls outside of the scope of our theme’s support.
Best regards,
Hello
I don’t know why your staff Aizaz Imatiaz Awan is stupid like this:
I have told your staff don’t share my site in public and this fucking guy record from my backend and add it to your public from
If again your staff shares my site in public, I will ask Envato to refund It was a big mistake I trust you
Hello,
Take our apologies. The video has been removed. It will not be posted in the future.
Kind Regards
Hello!
On the home page is it possible to add as many product sliders as possible but to have them load on scroll, like ajax, so that the home page is fast.
Thanks
Hi,
Unfortunately, there is no such option in our theme 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.
Regards
Hello!
Where can i get the layout of this product page?
https://woodmart.xtemos.com/furniture2/product/belt/Thank you!
Hello,
You can import this website in WoodMart -> Prebuilt websites. It will include a custom layout for the single product page.
Kind Regards