Discussion on WoodMart - Multipurpose WooCommerce Theme

Discussion on WoodMart - Multipurpose WooCommerce Theme

By
Cart 115,762 sales
Recently Updated
Well Documented

xtemos supports this item

Supported

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

12899 comments found.

Hi, I already bought this theme. can you tell me how to remove the special offer and purchase theme link on the top right corner of the theme? thank you

Hi,

You can find a tutorial how to manage this text in our theme documentation https://xtemos.com/docs/woodmart/faq-guides/header-custom-text-search-widgets/

Regards

Hello. Is your theme compatible with Woozone Plugin?

Hi,

Personally, we didn’t test our theme with this plugin. But it should work without any problems. You can try it yourself and if you will face any problems we will try to help you to solve them. In case it will not be compatible at all, we will be able to give you a refund.

Regards

Fair enough. Thanks

Hey, i just installed the theme. Is it possible to remove the “shoping card image” that appears on the product hover after i mouse over the button. I just want when i mouse over product only 1 button to appear.

Hi,

Please, provide us some screenshots and your website link so we can help you.

Thank you

Hello. I have a problem. When I set some page as “main page”: https://ibb.co/jfGyD7 and try to edit it with pake baker I get this: https://ibb.co/dxDdD7 But when I set another page as “main page”: https://ibb.co/dZsARS everything is good: https://ibb.co/e0Btfn

Where’s the problem?

I also have problems with language switch. I bought wpml and I tried to enable button widget but switcher is not visible: https://ibb.co/mbPULn

How can I enable it?

Hi,

Please, create a topic on our support forum and provide us your admin access so we can check both issues.

Regards

Hello,

How can I set certain menu navigation items available only to logged-in members, and certain items only available to logged-out members?

Hello,

Unfortunately, WordPress menu doesn’t have such functionality and you can’t create different menu items for logged in and logged out users.

Regards

hi

product font name and categories menu font are too big. how can i change .

It can be edited with a CSS code. We just need your website link and screenshots what do you want to change?

Thank you back. font settings need to be easily changeable from the site’s admin panel. Will there be an update on this topic

But there are a lot of places where product titles should look different and we can’t change this via theme settings. In general, product titles font can be configured from Theme Settings -> Typography -> Entities titles.

Hi.

Theme is great. I have got a question: can I use theme with Russian language? It will not any problems with translate some texts or something?

Thanks a lot.

Hi,

Thank you for being interested in our theme.

Of course, you can use our theme with any language including Russian. You will be able to translate it without any problems.

Kind Regards

Hi, i have this feature in “on” position : “New” label on products But does not see it at all, what does i have to do to actually show on the website ?

Hi,

Could you please write us on our support forum and provide your admin access so we can check why it doesn’t work for you?

Thank you

Hello,

1. How can I change my header font color to light when transparent, but dark once the user scrolls down? https://gyazo.com/1488accae571d072ec2ad5c05483baa1

2. How can I change the options users see when selecting their profile in the upper right corner? https://gyazo.com/00af06ffb946f0293da96f38cb924ad2

3. Is there a way for me to require users to purchase a subscription during registration?

4. What is the best way for me to customize the registration and my account pages for users?

Thank you.

Hello,

1. Just leave your color empty in Theme Settings -> Header -> Appearance and choose light color scheme for your header.

2. This menu comes with WooCommerce and can’t be managed in the way other WordPress menus work via Appearance -> Menus. It has the same links as the sidebar menu on my account page. Here is an article that should help you to edit this menu https://rudrastyh.com/woocommerce/my-account-menu.html

3. Unfortunately, there is no such functionality in WooCommerce by default.

4. This form’s code is located in the file “woodmart/woocommerce/myaccount/form-login.php”.

Regards

Thanks for your response.

1. Is there a way to keep the header white once scrolled? I followed your steps and am left with this: https://gyazo.com/639b099c4d1ebdfbfca8d55be000ff86

My goal is to have this: https://gyazo.com/cdd8dff96d2ebe6289ccfa266c5e290f then this: https://gyazo.com/c2757553b9dc40e5a92179984bc204be

Is this possible?

Please, create a topic on our support forum and provide us your website link so we can see how we can help you.

How to set this type of banner in category page Please? https://screencast.com/t/0A7K81tSf0
there was a section named demo setting under this section (see screenshot) https://www.screencast.com/t/vIPLCupxvUW

Suddenly it got disappeared. Please help

It seems that you disabled it in Theme Settings -> Other.

hi!

how to show quantity text and quantity selector on the same line for variable products? i used the code below, but it worked only for simple products https://prnt.sc/ Thanks in advance! php: add_action( 'woocommerce_before_add_to_cart_button', 'bbloomer_echo_qty_front_add_cart' ); function bbloomer_echo_qty_front_add_cart() { echo '<div class="qty">Quantity: </div>'; } css: div.qty { float: left; padding: 10px; }

Try to add the following code snippet to the Custom CSS area in Theme Settings to achieve this

.product-image-summary-inner .quantity:before {
    content:"Quantity";
    font-size: 14px;
    font-weight: 600;
    color: #2d2a2a;
    margin-right: 10px;
    align-self: center;
}

awesome! thank you!

Hello,

We updated the theme, cleared cache and tried in multiple browsers.

We even tried to do edits on the home page, they get showed while logged in as admin but in public nothing changes, however all other pages are fine.

https://prnt.sc/i5kcsg

As we can see, you still running 1.9 version of our theme. Be sure that you update it to the latest version available on ThemeForest – 1.10.1

We updated to 1.10.1 but nothing seemed to change

Seems that you are using some kind of cache plugins and all the content and CSS files are cached.

Is it possible to create an input box on a banner? For example, for a customer to enter their email in a specific place?

Similar to this: https://gyazo.com/8c77d6a4c0410ba30569c86aa0e46d5c

Hi,

You can use MailChimp or Contact Form 7 for creating such kind of forms on your website and then place them whenever you want using WPBakery page builder.

Regards

If I don’t want to use extra plugins, can FTP be used to simply overwrite the old version of the theme?

Hi,

Sure, you can upload our theme files with FTP as well.

Regars

If updated through FTP, do the required plugins have to be updated the same way, or can they be updated through the wp-admin plugin updates?

Required plugins can be updated after the main theme update via Appearance -> Install plugins.

Regards

hi!

in the next update, can you please:

1. add in theme options an option to disable default sorting

2. add new shop category style “simplistic”: without any overlays or buttons (show only featured images + products titles)

https://prnt.sc/ibgjcb

i already did customization via php, but it would be nice it it was in the theme options.

thanks a lot! :)

also, can you please add product images layout like here: https://prnt.sc/ibh4e4 (show all thumbnails, without carusel) thanks!

Hi,

Thank you for your features request.

Regarding the second point, you can enable similar product hover in Theme Settings -> Shop -> Products and categories grid. It is called “Standard button”.

Regards

I visited the demo site, it is very slow for me. Is it because of your host or the theme is too big?

Hi,

We just tested our demo and don’t see any performance issues. It works very fast for us.

Regards

Hi

After update to the latest version we now have two icons for wishlist in the header?

e-rollup.se

Please help.

Kind regards Jens

I did so but now I still have the heart icon and my thumb icon at the same time

let me know what to do to get rid of double icons. thanks

You just need to remove the code we mentioned and add a new one instead

.woodmart-wishlist-info-widget .wishlist-info-wrap:before, 
.woodmart-buttons .yith-wcwl-add-to-wishlist a:before, 
.summary-inner>.yith-wcwl-add-to-wishlist a:before {
 content: "";
}

.woodmart-wishlist-info-widget .wishlist-info-wrap:before {
    background-image: url(https://d3n629v28810c2.cloudfront.net/wp-content/uploads/2017/10/10152212/thumbs-up-icon-white.png);
      background-size: cover;
    width: 30px;
    height: 30px;
}

Hi,

sorry I have got a Problem. The attributes / swatches of the variable products are not shown in the Product page.

They are just shown above the product picture: http://designambulanz.de/Kunden/GS/produkt/gd-90130-pu/

What have i done wrong :) Thanks for your help

Hi,

so there is no option for adding variability to the products at catalog mode?

Sorry, but this is a part of add to cart button template in WooCommerce and we are not able to separate them.

oh ok thank you.

TW4 Purchased

Hi I have updated woocommerce to version 3.3.1. I have also updated to the latest version of the theme. Now I have this error:

Warning: A non-numeric valie encountered in /wp-content/themes/woodmart/inc/woocommerce.php on line 376

Hi,

We already answered your question on the forum https://xtemos.com/forums/topic/warning-woocommerce-php-line-376/ Not necessary to duplicate it in comments.

Kind Regards

Hi,

I’ve got some theme issues with Woocomerce 3.3.1

Do you plan to update the theme soon ?

Hi,

Could you please describe what issues do you have?

Thank you in advance.

You need to update the theme to the latest version.

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