12793 comments found.
Hello, Wonderful theme, I am interested on buying it, i saw it for 29$ not a long time ago, is it possible to buy it for that price, Thank you.
Hello,
Thank you for contacting us. The current price is $59 and we can’t change it for you.
Regards
Okay i understand, even so i am still interested on buying your theme.
I just have a a couple of questions before buying it.
Q1) Is the shop filter completely customizable along with the sidebar. Like i want to have in the sidebar, “brand, design, style, color”, and the sorting option i just to show “Featured, New, Bestselling, Random, Popular”.
Q2) In the shop is can i change the name of the “size” to “style” and change the “L, M, S” to names of my choice for example “Casual, Sporty” something like that.
Q3) Can the “color circle” change to the “name of the color” in the shop and product page instead.
Q4) Dose the “view cart” page is customizable, can i move the “apply coupon” above “cart totals” and instead of the “apply coupon” be “continue shopping” button.
Q5) If i face a problem or need few customization with your theme will you be willing to support me with that matter.
Regards, Kohn
Hi,
1. Yes, you can create filters by brand, design style, color or any other Product Attribute created in WooCommerce. Unfortunately, there are no “Featured, New, Bestselling, Random, Popular”.
2. Yes, you can change attributes names as you wish and create your own.
3. Yes, the same as in 2nd question.
4. Only with additional code customization of the template PHP files.
5. Additional code customization is out of theme support scope.
Kind Regards
Thanks for the fast replay my friend,
Last pre-order question:
Q) On the shop can the filter has a dropdown like lets say i have a brand category that has four sub-categories for example: 1.thin 2.large 3.small 4.big can every single one of them have a dropdown once its hover/click on.
Thank you. Kohn
Unfortunately, there is no hierarchy option for the filter widget.
I don’t need hierarchy option, i want a dropdown option.
for example i have a a “brand category” in that their is two brand names 1.small 2.large, is it possible to have the two brands have a dropdown when its hover/click on.
Unfortunately, there is no such option.
Bug: Found a bug, where when you change the header to have a Light BG and choose “dark” for header elements, it is not updating showing the dark logo or dark menu items, they are staying light.
Would be awesome to have separate styling for regular menu and sticky menu also x IE light main menu, dark sticky etc
Disregard! Found there was a over riding options within the pages x U can delete this comment
Hey babes! Can you tell me how I change the site width? Client wants an old school width like 960 or something! Thanks heaps x
Hi,
Use this CSS for desktop devices only
.container, .woodmart-google-map-content-wrap {
max-width: 960px!important;
}
Regards
Hey, is It Possible to Customise the “Add to Cart” Button Style. It’s an Old Fashioned Button, Otherwise almost everything in that Theme is Pretty Awesome
Hello,
Thank you for being interested in our theme. How do you want to make your add to cart button looks like?
Regards
Something Like This One, https://goo.gl/JPJdF4 or This One https://goo.gl/zTM1FT.
But what is the difference between these buttons and styles for add to cart buttons presented in our theme?
The Difference is Look & Feel. I am not a Developer. So i can’t say that. May be That’s CSS or Something Wider & Simple looking & Eye Caching
It is just rectangular shapes with a background and white texts and the difference is only size and color. Color can be easily changed via Theme Settings and the size we can help you to change with CSS.
Hello,
How do i chagne google map location in the contact us page? Thanks
Hello,
Thank you for using our theme.
You can change the map location editing Google Map element on your contacts page with Visual Composer.
Regards
Hey! Last request
Can you please please add “description” area to Page Header. Ie Under the title, have a description. More and more clients want this so I have to use a row instead to acheive! Would be awesome too that the Product Category description showed under the page title also (cat name), rather than above the product grid
thanks!
Hi,
We will consider it as a feature request 
Thank you!
Hey!
Just a quick question – where can I set to change the Menu Type or add a header Image to a product? I am using a transparent header- so on my product pages it looks really weird. Would be great to be able to add a image, or colour or something to the header! Or at least have sticky header active?
http://www.tonicpit.com/oth/product/classic-wooden-chair/Z
Hello,
You can use this CSS code to set a background for the header on single product pages only
/* Color on background */
.single-product .sticky-header,
.single-product .main-header {
background-color: #efefef;
}
/* Image on background */
.single-product .sticky-header,
.single-product .main-header {
background-image: url(http://www.tonicpit.com/oth/wp-content/uploads/2017/06/oth-food-main.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
Regards
Hey!
Awesome thanks, last question – On the product pages it seems to be changing Logo/icons etc from light to dark. How can I keep them light like the menu on regular pages?
See here: http://www.tonicpit.com/oth/product/smart-watches-wood-edition/
Got a dark BG so need the logo etc to remain the light settings. Also, I’ve used a shortcode to get socials in there so there is no where for me to set light or dark etc!
Would be rad to have these options in theme panel! I feel like there were in Basel but not here? Can’t remember 
Hi,
There are no such options for the product page in our themes. If you want to remove specific options for the single product page you need to edit the file “inc/configs/specific-options.php” and change this code
$rules['header_color_scheme'] = array(
'will-be' => 'dark',
'if' => 'header-overlap',
'in_array' => array(true)
);
$rules['header-overlap'] = array(
'will-be' => false,
'if' => 'header-overlap',
'in_array' => array(true)
);
if( $shop_header_color == 'light' || ( empty( $header_bg['background-image'] ) && empty( $header_bg['background-color'] ) ) ) {
$rules['header_color_scheme'] = array(
'will-be' => 'dark',
'if' => 'dark_version',
'in_array' => array(false)
);
}
To this one
$rules['header_color_scheme'] = array(
'will-be' => 'light',
'if' => 'header-overlap',
'in_array' => array(true)
);
$rules['header-overlap'] = array(
'will-be' => false,
'if' => 'header-overlap',
'in_array' => array(true)
);
if( $shop_header_color == 'light' || ( empty( $header_bg['background-image'] ) && empty( $header_bg['background-color'] ) ) ) {
$rules['header_color_scheme'] = array(
'will-be' => 'light',
'if' => 'dark_version',
'in_array' => array(false)
);
}
Thanks! Ill give it a go
Feature request is more theme options for product page headers. Ie set colour / image, and also change menu from light/dark etc.
Also, add option just to have hamburger and social icons in main nav, rather than text menu. Clients liking minimal look! Would be good to have a fullscreen slide out nav too
Z
We have good news for you. Simple fullscreen hamburger menu will be added in our next theme update that will be released next week.
Hey Guys,
How do i get rid of regular menu and use Hamburger Slide out menu style only?
Also, in Basel I have option to set menu elements – ie Social Icons. Where is this? Ie my menu should have Logo, Social Icons, Cart and Hamburger Only – please help?
Z
Hello,
Do you mean to hide the mega menu on the desktop and show hamburger icon on all screens?
Social icons can be added via Appearance -> Widgets.
Regards
Hey!
Yeah basically just want a hamburger icon next to the cart widget in main menu and that’s it – so no text link menu in header etc
I got social icons in the main menu by using widget in menu plugin. your options only allow social icons in TOP menu which I am not using!
Z
Hi,
Here is a code snippet to add for desktop devices only
div.header-left-side {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
}
div.mobile-nav-icon {
display:-webkit-inline-box;
display:-ms-inline-flexbox;
display:inline-flex;
}
.document-ready .mobile-nav {
display: block;
}
.wrapp-header .site-logo {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.wrapp-header .main-nav {
-webkit-box-ordinal-group:3;
-ms-flex-order:2;
order:2;
}
.wrapp-header .right-column {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.wrapp-header .header-left-side {
-webkit-box-ordinal-group:5;
-ms-flex-order:4;
order:4;
}
Thanks! I’ve popped it in
Can you tell me what that White box is up the top of the slide out menu? I’ve disabled search! Also, where can I customise the colours from the slide out menu separately to the main menu etc? Cheers!
PS have hid it for the moment, client doesnt wanna see stuff not quite working hehe
Could you please enable it so we can understand what are you talking about?
HI, This is a stunning theme and I bought it for my next project. My plan is to use it for a multivendor shop. Can you please tell me which Multi vendors plugins are supported best?
Also, I can see highest 4 products can be shown. Is it possible to show at least 6 products in a row?
Thank You for creating an awesome theme!
Hello,
Thank you for purchasing our theme.
We suggest you to use Dokan plugin for the multivendors website. Here is a demo how it works with our theme https://woodmart.xtemos.com/handmade/
And yes, you can set 6 products per row in Theme Settings.
Regards
Hi admin I’m interested in your theme. Recently I’m working on one of my project with a different theme. I want to use your theme on that project. I only want to ask one thing that is about the orientation of the products in category mode (on shop page).
http://buyaz.ca/shop/After purchase is it possible that you can provide me the code to present products in this way as they are appearing on the above given address. You can visit the above mentioned website on both computer and mobile devices. Following are some points about this orientation. 1. Product name appears in 1st two lines only on all devices. 2. Price float left on 3rd line and star rating on right side. 3. On mobile when we touch any where on image then it leads to “Quick View” window but on computer when we hover mouse over image then 2 buttons of “Quick View” and “Add to cart/Select options” appears. 4. The heart sing of “Wish List” appears over image when we bring mouse cursor over image but on mobile devices it appears in front of product name all the time. (But I also like as it is appearing on your demos on image all the time).
I’ll wait for your response. Regards faheem
Hello,
Thank you for contacting us.
Yes, we will be able to provide you these small fixes for all 4 points.
Kind Regards
Hi Thanks for your reply. I’ve bought your theme and now I’m going to open a ticket to get the code for these fixes.
Hi,
We are working on your request and will provide you with the solution soon.
Thank you for choosing our theme 
I have two simple pre-sale questions.
1.) I noticed all products images are a bit darkened or in other words, the background is not white, but bright grey. As we have tons of products images on white background I’m wondering, do we have to edit all pics (darken them) or is there maybe some kind of CSS function available in the template which darkens the images autimatically so they look good as featured products images as in demo template? If there’s a need to edit images, what’s the simplest way to batch-edit (darken) all of them at once?
2.) Does this template 100% supports “woocommerce” and “paid memberships pro” plugins?
Best regards and thank you in advance for your answers!
Hello,
Thank you for being interested in our theme.
1. Actually, there is no any requirements from our theme to your product images color and you can use white as well. Unfortunately, there is no quick solution from our side that may help you to change all your images backgrounds.
2. Our theme is fully compatible with WooCommerce but we didn’t have a chance to test it with memberships pro plugin.
Regards
Thanks for your reply. Regarding images colors, I’m aware we can use images with white backgrounds, but the real effect to this template give images on clear-grey background; as in your demo. White images simply don’t fit well.
Would you be able to provide a quick-fix with CSS opacity (black – 5%) overlay code for product images? The opacity should be included everywhere (featured image, all other product images, related-products, etc.). Is this possible?
Yes, we will be able to provide you this CSS code but it will make all area of the image a bit gray and not only the background.
Regards
To customers, If you are deciding to buy this theme, make sure your hosting support PHP function “file_get_contents”. This function is not allowed in some hosting.
Does this theme support any multi-vendor options or plugin? I love this theme but I need the multi-vendor option. Is there any possibility to have multi-vendor option to enable on this theme? Please let me know.
Hello,
Of course, our theme supports most popular multi vendors plugin. Our demo includes a presentation of Dokan plugin here https://woodmart.xtemos.com/handmade/store-listing/
Regads
ok thanks, any documentation on how vendors can add their products and manage their customers? How can vendors register?
No worries, Found the Dokan website and docs.
That’s simply cool. Thanks
Great, you are welcome 
One more question, can we enable the blog for AMP? Just the blog should be AMP enabled. Not the complete store! It is possible?
Sorry, but our theme is not tested with AMP and this feature is not included in the theme.
Will it be available in the future? If yes, then in how much time?
Unfortunately, we don’t have plans for this feature at the moment.
ok
Hi Author! I’ve a question. We want to adjust the sticky header. We want to add the logo and search bar in the header. Is that possible in this theme?
Hello,
It depends on what header layout you would like to use. Here is an example of the header that has the same layout on the sticky header too and includes logo and search https://woodmart.xtemos.com/shop/?opt=header_ecommerce
Regards
Thanks for your answer! We would like the header as displayed in the image:
http://123tuinmeubel.nl/wp-content/uploads/2017/10/sticky-header2.pngCould you please advise?
Thanks1
Yes, you will be able to add a search icon (not the full form) and logo to the sticky header.
We want the full form. Is that also possible? We like to pay for this adjustment if necessary!
Yes, it may be possible with additional customization only. You can contact us directly via the contact form with this question. Please, prepare some screenshot of how do you want your sticky header to look like. https://themeforest.net/user/xtemos
Hi, I’m interested in the theme, but first I want to know if it is possible to filter by brand
Hello,
Thank you for being interested in our theme. You can see how filter by brands work in our theme here https://woodmart.xtemos.com/shop/
Regards
How to crate Menu link HTML block like your https://prnt.sc/gxsthm
When I copy your HTML block content on my site it looks like this https://prnt.sc/gxstti
Hi,
Could you please send us a link where you are using our theme code so we can check why it looks wrong?
Regards
Site is not online for public so please can you send me your email and than I will send you username and pass for this site
You can create a topic on our support forum and provide us your link as a Private Content https://xtemos.com/forums/
Regards
Ok, I did it 
Thank you
We have answered your question at the forum.
Thank you, it is working now 
Great, you are welcome!
Hello, how to increase the gap between sidebar and blog
https://prnt.sc/gxnumwHi,
Unfortunately, it is not possible to do for blog page only. Space can be changed with the following CSS snippet globally on all pages. Add it to the Custom CSS section for desktop devices in Theme Settings
.site-content.col-sm-9 {
padding-right:60px;
}
Regards
Excuse me when i updated the files to the last changes u made to the theme i got an error on category and list of product pages, the class=”woodmart-products-per-page” now is showing the icons EXTREMELY BIG, do u know about this bug? i replace all files of the theme, so im kind of confuse to what to do in order to fix this
i can see i have a problem with how the “my account” section is displaying the info, i made the installations from 0 and anyway the problem continue
Hello,
Try to clear your browser cache. If it will not help, please provide us your website link so we can check it.
Thank you
already did that in 2 browsers, i have i think css problem, https://holywear.com.mx/tienda/shop please check it out, and also on my account , the section is display only in one column
But it works correctly for us https://gyazo.com/a73de2bf148ae378d320d70d8eca2f0b As for the my account, you need to enable registration in WooCommerce -> Settings -> Accounts.
woo thats strange, i checked in 3 devices and in all of them got this css problem, could you please tell me if u see my account correctly? need to register cause on the user view there is where i have the problem https://holywear.com.mx/tienda/my-account/ , this is what i got: https://prnt.sc/gxlg4m and https://prnt.sc/gxlgd9
i found the problem, was i rename the theme, and there are some files are calling to Woodmart “theme name” i will see what i must do, thank u for ur help anyway! everything is fine with ur files
Hi,
We are glad that you have found the solution!
Regards
After updating to woocomerce ver. 3.2 the filter_brand is returning all the products,
it is NOT filtering only in the brand products.
I have upading theme in the newest version from themeforest (13-10-2017)
Hello,
Have already answered your question on the support forum.
Regards
this problem is not related to theme, it is related to the WooCommerce Product Filter plugin.
i have disabled and brand filter works fine again.
thank you!
(problem fixed with the help of the xtemos support)
Great, you are welcome 
I have long title products down the line, it deflates and my product look is not pretty, how do they equal each other, thanks.
Hello,
Could you please provide us a screenshot and a link where we can see the problem? Also, show there how do you want them to look like.
Thank you
Products with long headlines, they deviate from my other products, thanks!
http://prntscr.com/gx75ljYou can try to make them equal setting a minimum height for product titles with the following CSS code
.product-grid-item .product-title {
min-height:32px;
}
Regards
ok, thanks