12676 comments found.
HI, I bought your thema, but in mobile is not possible to choose subcategories! why so? nartiss.digizoom.lv 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/
Regards
The new update didn’t fix the swatch issue. When you have multiple swatches for example color and size, you can only select one option. When you select the other the previous one will be deselected and you are unable to add anything to the cart.
It’s strange because it seems to be the issue on phones not desktop.
The mobile menu also seems to be unresponsive.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it? Use the contact form on our profile page here https://themeforest.net/user/xtemos
Thank you in advance
Good day,
could we pls kindly ask where is the vertical ”more categories” option in the menu element that would be extandable, so we can say up to 10, or 12 categoriers and then expand?
Thank you.
Hello,
You can find this option for the Categories element in the header builder. Check the screenshot https://gyazo.com/b51e5de37b1f3bf4c038b1ec9ebcb745
Kind Regards
Great Thanks! 
You are welcome!
can we change the “Area after mobile menu” to before ? thanks
Hello,
Yes, of course, you can move the “Area after mobile menu” to the top, try to add this PHP code to the functions.php file in your child theme.
if ( ! function_exists( 'woodmart_mobile_menu' ) ) {
function woodmart_mobile_menu() {
$menu_locations = get_nav_menu_locations();
$location = apply_filters( 'woodmart_main_menu_location', 'main-menu' );
$menu_link = get_admin_url( null, 'nav-menus.php' );
$search_args = array();
$nav_classes = '';
$tab_classes = '';
$settings = whb_get_settings();
$toolbar_fields = woodmart_get_opt( 'sticky_toolbar_fields' ) ? woodmart_get_opt( 'sticky_toolbar_fields' ) : array();
if ( isset( $settings['search'] ) ) {
$search_args['post_type'] = $settings['search']['post_type'];
$search_args['ajax'] = $settings['search']['ajax'];
}
if ( isset( $settings['burger'] ) || in_array( 'mobile', $toolbar_fields ) || in_array( 'search_args', $toolbar_fields ) ) {
$mobile_categories = isset( $settings['burger']['categories_menu'] ) ? $settings['burger']['categories_menu'] : false;
$search_form = isset( $settings['burger']['search_form'] ) ? $settings['burger']['search_form'] : true;
$position = isset( $settings['burger']['position'] ) ? $settings['burger']['position'] : 'left';
$mobile_categories_menu = ( $mobile_categories ) ? $settings['burger']['menu_id'] : '';
} else {
return '';
}
$nav_classes .= ' wd-' . $position;
$nav_classes .= woodmart_get_old_classes( ' wd-' . $position );
if ( 'light' === whb_get_dropdowns_color() ) {
$nav_classes .= ' color-scheme-light';
}
$pages_active = ' wd-active';
$categories_active = '';
if ( isset( $settings['burger']['tabs_swap'] ) && $settings['burger']['tabs_swap'] ) {
$pages_active = '';
$categories_active .= ' wd-active';
$tab_classes .= ' wd-swap';
}
woodmart_enqueue_js_script( 'mobile-navigation' );
echo '<div class="mobile-nav wd-side-hidden' . esc_attr( $nav_classes ) . '">';
if ( $search_form ) {
woodmart_search_form( $search_args );
}
$tab_classes .= woodmart_get_old_classes( ' mobile-menu-tab mobile-nav-tabs' );
if ( $mobile_categories ) {
?>
<ul class="wd-nav wd-nav-mob-tab wd-style-underline<?php echo esc_attr( $tab_classes ); ?>">
<li class="mobile-tab-title mobile-pages-title <?php echo esc_attr( $pages_active ); ?>" data-menu="pages"><a href="#" rel="nofollow noopener"><span class="nav-link-text"><?php esc_html_e( 'Menu', 'woodmart' ); ?></span></a></li>
<li class="mobile-tab-title mobile-categories-title <?php echo esc_attr( $categories_active ); ?>" data-menu="categories"><a href="#" rel="nofollow noopener"><span class="nav-link-text"><?php esc_html_e( 'Categories', 'woodmart' ); ?></span></a></li>
</ul>
<?php
if ( ! empty( $mobile_categories_menu ) ) {
wp_nav_menu(
array(
'container' => '',
'menu' => $mobile_categories_menu,
'menu_class' => 'mobile-categories-menu wd-nav wd-nav-mobile' . $categories_active . woodmart_get_old_classes( ' site-mobile-menu' ),
'walker' => new WOODMART_Mega_Menu_Walker(),
)
);
} else {
?>
<div class="create-nav-msg"><?php esc_html_e( 'Set your categories menu in Theme Settings -> Header -> Menu -> Mobile menu (categories)', 'woodmart' ); ?></div>
<?php
}
}
if ( isset( $menu_locations['mobile-menu'] ) && $menu_locations['mobile-menu'] != 0 ) {
$location = 'mobile-menu';
}
?>
<?php if ( is_active_sidebar( 'mobile-menu-widgets' ) ) : ?>
<div class="widgetarea-mobile">
<?php dynamic_sidebar( 'mobile-menu-widgets' ); ?>
</div>
<?php
endif;
if ( has_nav_menu( $location ) ) {
wp_nav_menu(
array(
'container' => '',
'theme_location' => $location,
'menu_class' => 'mobile-pages-menu wd-nav wd-nav-mobile' . $pages_active . woodmart_get_old_classes( ' site-mobile-menu' ),
'walker' => new WOODMART_Mega_Menu_Walker(),
)
);
} else {
?>
<div class="create-nav-msg">
<?php
printf(
wp_kses(
__( 'Create your first <a href="%s"><strong>navigation menu here</strong></a>', 'woodmart' ),
array(
'a' => array(
'href' => array(),
),
)
),
$menu_link
);
?>
</div>
<?php
}
echo '</div><!--END MOBILE-NAV-->';
}
add_action( 'woodmart_before_wp_footer', 'woodmart_mobile_menu', 130 );
}
Kind Regards
Thank you so much Sir, you are the best one A TEAM
I am very sorry sir
I have another small question, can I add a close button to let customer click the button, to close the mobile menu?
like add a X button to close the opening mobile menu?
Thank you very much
Hello,
Sorry but the mobile menu doesn’t allow such an option. We also don’t have a custom code for that.
Kind Regards
Thank you
Hello,
Let us know if there’s anything else we can do for you! You can always reach us at any time.
Wish you a wonderful day!
Kind Regards
Is there a way to make the categories on the Shop page work as checkboxes like the attributes?
Hi,
Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization or extra plugin but we don’t have an instruction for this. It is out of our theme support scope.
Regards
Interesting theme
a. Do your theme have Display Conditional System and its feature like this-
https://bit.ly/3kDB69F
If so, how many out of these are available. Or you have got more. Where can I see from the Demo. Can you please share link from Demo. And screenshots from backend.
b. Can we show 3 ore more attribute filters like this, including custom image for any attribute. With your theme on Single product page. As per below image –
https://i2.paste.pics/EYPT2.png
c. Similarly, if product has 3 attributes, then will All those be visible in Product Grid on Shop page, Slider or Grid elements, once after clicking Select options (Ajax pop up for selection).
Here on your site-
https://i2.paste.pics/EYPYT.png
Regards
Hello,
Thank you for contacting us!
a. We don’t have such functionality at the moment. We are working on our layouts builder for shop and product pages and hope to introduce them in our next update.
b. Yes, you can display any number of attributes with swatches on the product page.
c. Yes, they will be shown on the shop page too.
Kind Regards
Hello, I have a question about brand taxonomy. We installed your theme when we had more than 150 product brands on the site, so we couldn’t move all brands and brand descriptions to Attributes and call it Brands – too time-consuming task, so we used the free plugin, “Perfect Brands” to import brands and its content from the other ‘woocommerce’ brands plugin. Unfortunately, it creates a custom taxonomy for brands with no “Page Title” at the top of the page, as we have on the Category page, Tags page, etc. We need to get this “Page title” for the Brands page as well, especially for SEO purposes. Can you help with this or do I need to hire a web developer to play around? Thanks so much for your help.
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, we are using Woodmart already for our shop and we are very happy so far. The marketing team decided now that we split up the shop and focus on two product lines. Therefore, is it possible with the woodmart theme to have different headers, different menus and different colors based on the product line?
Thanks
Hello,
Thank you for purchasing our theme and contacting us.
Yes, you can use our Theme Settings Presets to create different configurations for particular products https://xtemos.com/docs/woodmart/theme-settings-presets/
Kind Regards
Hi, thanks for the quick answer. But how about the different header? Is it possible to show also different header in presets? I can not find that option in the Woodmart Header Builder settings. Moreover, is it possible to show different menus and the different categories in the header based on the product line? Thanks!
Hello,
In order to set another header in presets, click on your preset and in the “General” tab find the “Header” field.
https://monosnap.com/file/oHsJNuJo2ttdaSGLdE9mNmZjWkGpY9To be able to show other menus and categories on your header, first of all, you should create the header in WoodMart -> Header Builder, then create a new categories menu in Appearance -> Menus, and in the end, for the “Categories” item in the header settings choose your new category menu.
https://monosnap.com/file/uWYhT8PkcBYqCufwRZ9gOvV8EevhLmKind Regards
Hi, thanks for the answer. But in the header – can I not only have different categories but also set up different main menu?
https://i.imgur.com/cOLUEHZ.pngthanks
Hello,
Of course, if you have created a new main menu in Appearance -> Menus, then just add it to the “Menu” item in the “Header Builder”.
https://monosnap.com/file/7wuC8L2MesDNt2QN4S9wmXHeYpKvKw https://monosnap.com/file/Stb2E7DlCBUH7YmAqnf6lEnF3qx1fQKind Regards
Okay thanks perfect!!
Is it possible to set the header based on url – for instance: domain.com/page1/Subpage1.1 and domain.com/page2/subpage2.1 – set the header 1 for page1 and every page under page1; header 2 for page2 and all subpages of 2?
Hello,
Unfortunately, we don’t have such functionality for creating a header based on URL, but you can set for each page a custom header by means of the “Custom header for this page” option in Dashboard -> Pages.
https://monosnap.com/file/4Iv03PwEL9ydOooohqiaaLaWsITqGFKind Regards
Hello, Woocommerce categories, menu – is it possible to add all categories at once to the menu so that the same hierarchy as the product categories is maintained? The idea is to create a menu with Woocommerce category content. Thank you
Hello,
These navigations work differently. You can’t add all categories to the main menu automatically. You can do this manually via Appearance -> Menus only.
Kind Regards
Hello, After the recent update, instagram is not working. It says Cannot call API for app.
Hello,
Facebook has just restored our APP. Please, try to reconnect your account now in Theme Settings -> API integrations.
Kind Regards
The bottom margins 20px has gone on my footer widget titles and I could not fix them. What is the css code for it? See—> https://prnt.sc/1zsjmn2
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
Hi Instagram suddenly stopped working! When I click on the connect button, i get an error “App not set up: This app is still in development mode, and you don’t have access to it. Switch to a registered test user or ask an app admin for permissions.”
Any advice? Thanks
https://lolasfashion.gr/Hello,
There is a problem with the API application on our side. Facebook blocked our WoodMart Instagram APP and by doing that your Instagram connection is not available. We have already contacted Facebook on this matter and waiting for their response. We hope to resolve this problem in the next few days. Sorry for the inconvenience.
Kind Regards
Hello,
How can I move Mobile sidebar Login/Sigup button to the top ?
And how to customize the loging button as like when a user loged in then the button will show the user name.(Hello Debraj)
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/
Regards
Having problems connecting to the Instagram API. Here’s the error. I’m an Admin on the account and was able to connect before then the feed was missing today. After trying to reconnect, that error showed. Can you help? Thanks
App Not Setup: This app is still in development mode, and you don’t have access to it. Switch to a registered test user or ask an app admin for permissions.
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
Hi, I’m getting an error “AJAX import error. Try to disable all external plugins and run the import again. If it doesn’t help, contact our support center for further assistance.” while importing dummy content. As this is a fresh install and i haven’t installed any external plugin, Kindly do let me know how to resolve 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
Hello, the following errors started to appear in the widgets section
The “recent-posts” block was affected by errors and may not function properly. Check the developer tools for more details.
The “recent-comments” block was affected by errors and may not function properly. Check the developer tools for more details.
The “woocommerce_products” block was affected by errors and may not function properly. Check the developer tools for more details.
The “woocommerce_products” block was affected by errors and may not function properly. Check the developer tools for more details.
The “categories” block was affected by errors and may not function properly. Check the developer tools for more details.
The “categories” block was affected by errors and may not function properly. Check the developer tools for more details.
The “text” block was affected by errors and may not function properly. Check the developer tools for more details.
The “text” block was affected by errors and may not function properly. Check the developer tools for more details.
The “text” block was affected by errors and may not function properly. Check the developer tools for more details.
The “woodmart-woocommerce-layered-nav” block was affected by errors and may not function properly. Check the developer tools for more details.
The “woodmart-recent-posts” block was affected by errors and may not function properly. Check the developer tools for more details.
The “woocommerce_product_categories” block was affected by errors and may not function properly. Check the developer tools for more details.
The “woodmart-recent-posts” block was affected by errors and may not function properly. Check the developer tools for more details.
The “woodmart-recent-posts” block was affected by errors and may not function properly. Check the developer tools for more details.
The “woodmart-recent-posts” block was affected by errors and may not function properly. Check the developer tools for more details.
Hello,
It seems to be a core WordPress problem not related to our theme. Try to install Classic Widgets plugin to fix this problem for now https://wordpress.org/plugins/classic-widgets/
Best Regards
It’s fixed. Thanks.
You are welcome!
Hi,
I tried to set more headers to more product categories through Options Presets but it is not working.
does not display each header in the required category.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it? Use the contact form on our profile page here https://themeforest.net/user/xtemos
Thank you in advance
Hi,
I think the problem was a bug at Options presets.
On a new installation with the latest version of the theme, everything works fine.
Thanks,
Hi,
I think I went the wrong way.
I thought the problem was at Options presets, but now I think he’s at Drag & Drop Header Builder, it does not make the changes.
I thought there was no exchange between headers, but in fact the new header does not show the changes.
Please, send us your admin access so we can check what is wrong. Also, provide some screenshots for a better explanation.
Hi,
I send mail here https://themeforest.net/user/xtemos
How can i change this color independently only two color option is on the theme please help – https://www.screencast.com/t/DDByzzXcwT9
I need help with changing this colors – https://www.screencast.com/t/DDByzzXcwT9 I was able to change the menu color but the hover color i can’t seem to do it. I just need some urgent help here
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
I am using Woodmart on my client’s website but I am facing issue. I have added Product but it doesn’t show ‘Add Review’ section. I have enabled it in Woocommerce and it alright in Theme settings as well. Please advise me how can I set it up? I want something similar to this: https://woodmart.xtemos.com/shop/furniture/euismod-aliquam-parturient/?unapproved=245164&moderation-hash=925439f1b7f1bce2163b67b2f27263fe#comment-245164
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 also had a critical error after upgrading to version 6.2 due to the Ultimate Addons for WPBakery Page Builder. Please make an update so that the theme works well with this plugin!
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