Discussion on WoodMart - Multipurpose WooCommerce Theme

Discussion on WoodMart - Multipurpose WooCommerce Theme

By
Cart 115,573 sales
Recently Updated
Well Documented

xtemos supports this item

Supported

This author's response time can be up to 1 business day.

12893 comments found.

Hi,

My Support license is expired already still need a little assistance if you can provide :)

Header Builder section is not displaying anything, it was showing my XTemos Headers Manager till yesterday but now its a blank all white… any idea what could be the reason!

Screenshot: https://imgur.com/a/nXI77pe

Hello,

Try to disable all external plugins that are not related to our theme and check how it works. It might be some plugin conflict.

Kind Regards

Hello, woocommerce have a big problem with swatch image selection in product page, in product page if you have a product variation with color and size, if you select only color the image in gallery don’t change (this is a big problem and a basic function for an ecommerce), i have created a little workaroud for this problem i post it here below, but isen’t a great option, do you have a better solution for this problem ?,

add_filter( ‘wp_footer’,’fix_color_swatch_select’ );

function fix_color_swatch_select(){ ?> <script type=”text/javascript”> (function($){ }

function reset_selection(){            
<?php
var $options = $('#pa_size').find('option');
            $options.eq(0).prop('selected', true);
    }
</script>
$('#pa_colour').on('change', function(){
    //color2 = $('input.variation_id').val()
    //console.log(color2);
    var $options = $('#pa_size').find('option');
console.log($options.length);
var $option2 = $('#pa_size').prop('selectedIndex');
if ($option2 > 0) {
console.log($option2);
} else {
}
$options.eq(1).prop('selected', true);
setTimeout(function(){
  reset_selection();
}, 1);
});
$(".reset_variations").on('click', function(event){
    console.log("RESET SELECTION");
$('.swatch-disabled').removeClass('swatch-disabled');
setTimeout(function(){
      reset_selection();
      $('.swatch-disabled').addClass('swatch-enabled');
      $('.swatch-disabled').removeClass('swatch-disabled');
}, 400);
});
})(jQuery);

Hello,

Yes, it is a WooCommerce standard behavior. Unfortunately, we are not able to change it in our theme scope and can’t guarantee that this code would work as you expect.

Kind Regards

ok, but is a good choice to add as a feature in the next releases

OK, thank you for your advice.

Hi, can you please tell me where I can find and add this element

https://i.imgur.com/XUUCnwN.jpeg

Thanks

Try to change the option “Show product meta” to “After tabs” via Theme Settings -> Product page -> Show / hide elements.

Amazing, thanks a lot :)

You are welcome!

Hello, I renewed my support, but didn’t get new purchase code. Can you help me please.

Hello,

You don’t need to get an additional purchase code. To be able to create topics on the forum, you need to go to your account on our website and click on the “Update” button for your current purchase code.

Kind Regards

Okay, thank you for quick response.

how to know the required image size of the banner for the shop and other pages? what is the default size?

and what is the carousel image size of the organic template(home page)?

Hello,

Banner image size on the shop page can be 900×350 Please, clarify what carousel image size on the organic version do you mean?

Kind Regards

I mean the image size of in home page I am using the organic template, I want to add images with the same size of the ones in the carousel of the home page

Please, send us a screenshot of the image you are talking about.

Thank you in advance.

Hi Author, Promo banners link not working. Please check links

https://ibb.co/ypNs6vM https://ibb.co/N3FC2Sq

Thank you

Hello,

This bug will be fixed in our 6.0 update that will be released this week.

Kind Regards

Hello,

ingenuitor PURCHASED

Has a very goood point, when will all of this be fixed + new features similar to spaces ?

Hello,

Yes, we will discuss these feature requests with our team. Currently, we don’t have ETA for such updates.

Kind Regards

Hi,

Is the template compatible with this plugin? WooCommerce Ratesbox automatic rates plugin for selling precious metals (gold, silver, etc.), coins and jewelry

https://ratesbox.com/

Thank

Hello,

Thank you very much for your question.

We haven’t tested the plugin yet. But if it follows the core WooCommerce coding standards, you will not have any compatibility issues.

Kind Regards

how I can show all the categoes in side bar in shop page, it displays only one category https://prnt.sc/10wzbrj

Hello,

Make sure that your categories are not empty. Also, check your categories widget settings in Dashboard -> Appearance -> Widgets.

Kind Regards

woodmart theme support php 8.0?

Hello,

Thank you for your question. Yes, our theme supports PHP 8.0.

Kind Regards

I intend to create a wordpress course for some clients and for the purpose of generating examples, I want to give access to the theme. What license should I acquire?

Hello,

Thank you for contacting us.

You can use our Regular license to create your course. But note that your clients will have to purchase their own licenses to create their projects.

Kind Regards

Hello. We installed the theme and selected the “fashion” demo version… but the demo does not have the “Categories” navigation bar on the left side like the live demo version has. What is the issue?

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

After the customer clicks on the View cart, the return to purchase button is missing. Can this “Back to Shopping” option be added?

When the user registers, the email with the password is an hour late. is it possible to speed up the sending of emails to the user who is registering?

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

Hello, i followed your guide on translating theTheme to German but I seem to not be able to translate the Headers in the Sidebar https://imgur.com/a/f1ezafR , i have also searched the FTP and the Database for the corresponding files but i cant seem to find em cheers

Hello,

You can change these widget titles via Appearance -> Widgets. Not needed to customize anything in the files.

Kind Regards

Thanks for the quick response!

You are welcome! :)

How to reorder social buttons in top header? (Header builder).Default is facebook twittter, pinterest. linkedin, youtube. I need a completely different schedule and the question of how to rule out the possibility of seeing linkedin?

Hello,

You can customize our social buttons order by doing PHP file changes only. You can find the code for our social button element in the file “woodmart/inc/shortcodes/social.php”.

Kind Regards

hello , how can ı change dropdown that I marked? I wanna change url of hte furniture, cooking etc. https://hizliresim.com/ysF4RW

You need to find “Custom links” and add them to your menu as shown on the screenshot https://prnt.sc/10vzjbj

sir you did not understand me. when I click “ofis mobilyaları” it opens “mertsit.com.tr/furniture” how can I change this Url?https://hizliresim.com/a207HL

and this look https://hizliresim.com/MO2Xhv

You can change your category slug in Dashboard -> Products -> Categories -> edit your furniture category and change the “Slug” field.

Under Wordpress 5.7 Woodmaert triggers following PHP notice:

WP_Scripts::localize was called incorrectly. The $l10n parameter must be an array. To pass arbitrary data to scripts, use the wp_add_inline_script() function instead. Please see Debugging in WordPress for more information. (This message was added in version 5.7.0

Hi,

Thank you for the report. This notice has been already fixed and the update with this fix will be released next week.

Kind Regards

Hello Guys, when will the template be updated and do you have a change log of these changes to refer to? The theme has a great foundation UI / UX, but needs some serious work on the header creation tool.

It creates way to much extra unneeded html mark-up and can be a real issue for various devices, search engines, load times and sadly accessibility reader devices have a hard time reading it with the extra html mark-up.

Plus you have no convention for handling various device breakpoints, just two, that is not using standards for today devices at all. Much of which can be done by simple class changes and or switching script.

Avoiding all the extra source html markup that has no real value.

Otherwise is a great theme, I just can’t use it yet for my needs yet, so it’s nice to work with and see how everything flows.

Hope this constructive criticism helps with future developments, it has real promise if you can solve some of these issues and not over bloat it.

Most may not even notice these issues, as they have no idea what to even look for when testing for usability, speed and accessibly.

You did sale near 29,000 copies, approx $1.6M+ in revenue, minus commissions and fees is not a bad 4 years :)

Hello,

Thank you for contacting us and sharing your feedback. We highly appreciate this.

We are going to release our 6.0 update next week. This update will be mainly dedicated to our theme’s performance. We will automate our CSS generator and optimize CSS and JS loading on the page. It will reduce our CSS and JS file size loaded on a particular page by 40-60%. As for the header and breakpoints controls, we have plans to improve this in our next update (after 6.0) as well. If you have any other ideas that might help our theme be better, we would be glad to hear them :)

Kind Regards

my web : https://pqflowers.com/ is disabled menu mobile.

I have done set up : Woodmart -> Header Builder -> Choose the Header – > Enter the Header settings – > add Header builder element

But no change

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

This is what I want it to look like after creating my website https://www.divanbedwarehouse.co.uk

I want these options on my product page

Fabric Colour

Headboard Buttons

Size

Storage Options

Mattress Option

https://www.divanbedwarehouse.co.uk/products/regency-divan-bed-set-with-tall-button-headboard-and-footboard

Sorry, but we don’t have a code for this.

The time counter of the header banner is only shown on the home page and not on any other page

What can I do about it? Give me a solution color images hover ZOOM

This time counter in the header banner can be displayed globally on all pages.

Sorry, but we don’t have a solution for images hover zoom, unfortunately.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey