12796 comments found.
Hello,
How to change the title of mini-car in french plz ?
Link here : https://www.dropbox.com/s/j6417fnkx12pwav/screen.jpg?dl=0
Thank you.
Hello,
You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.
In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.
Best Regards
Hi, I’m using the responsive tex block element. Breaking the content into paragraphs creates a problem. The text will not be displayed in its entirety. More in the video: https://jmp.sh/zGMaS8R Thank you for your response
Hello,
Please, use our “Text block” element instead of the Responsive text block. Here is a screenshot https://gyazo.com/479adf892b54770af8ecd9f5bcea3b64
Kind Regards
I don’t see the element you recommend me to use. When I use the Megamarket services template, I don’t have a text element, only a Title element. Multiple templates give me a problem. More in the video. https://jmp.sh/9UFNwRi
I have everything updated
Hello,
You need to update the theme to the latest version 6.5.4 first. After this, go to Appearance -> Install plugins and update all required plugins.
Kind Regards
It works. Thank you. Have a nice day.
You are welcome!
We are trying to build our website with your theme but the css is not loading. Here’s the screenshot https://shottr.cc/s/BUiF/SCR-20220716-scg.png How do I fix it?
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, I have a few questions. Can you answer them completely? 1-Elementor page builder in Woodmart theme is better or wpbakery? 2-Which one is better in SEO ? 3-Which one is lighter and loads faster (elementor or wp backery)? 4-If I install the demo, will it load fast? Are these demos optimized? 5-All demos are right to left without problems?
Hello,
Thank you for contacting us.
1. We usually use Elementor as a more powerful page builder nowadays.
2. Both plugins will have approximately the same effect on SEO.
3. Both plugins are very well optimized for performance.
4. Website speed depends on a lot of different factors, not on the theme only.
5. Yes, all demo versions can be used for RTL.
Kind Regards
Hi there! is it possible to hide the mobile bottom navbar only on blog pages? It’s because it doesn’t make sense to have the bar with shop functions on these article pages. Thanks!
Hello,
You can create a preset for the blog page and disable this option there. Read more about our Theme Settings presets in our documentation here https://xtemos.com/docs-topic/theme-settings-presets/
Kind Regards
Oh mY gooood! It´s incredible! Problem solved! Great resource! Thank you very much Xtemos!!!
You are always welcome! 
Kind Regards
Hi, in product detail, can I add a video to the gallery? an example please.
https://woodmart.xtemos.com/shop/furniture/eames-lounge-chair/demo/electronics/Hello,
Thank you for contacting us.
You can see an example of how you can add video to the product page on this link https://woodmart.xtemos.com/shop/lighting/scelerisque-lacus/demo/electronics/
Kind Regards
Hello. Maybe you can help me? I installed a filter plugin on my site, but when it was working in conjunction with the woodmart theme, a small problem turned out. When selecting child categories https://prnt.sc/hkAvgBklc6jX the products are updated using Ajax, not a full page reload. In this regard, the filter in the sidebar is not loaded https://prnt.sc/DM92Q61G7wy1 . This is how the filter looks before selecting a child category: https://prnt.sc/5_tVDljzJOYK The plugin developer advised disabling the Ajax action for this part of the page. Please tell me how this can be done? Or maybe you can recommend another option? Website address http://i90523e0.beget.tech/product-category/furniture / I will be grateful for your answer.
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! Thank you for your message. I have found a solution to this problem.
I want to buy this theme, but I am wondering if it is possible to use a slider as topbar? For example the topbar: https://xstore.8theme.com/elementor/demos/lingerie/
Hello,
Thank you for being interested in our theme.
Yes, you can create a similar slider using our WoodMart slider functionality. Read more information about this in our documentation here https://xtemos.com/docs-cat/woodmart-slider/?theme=woodmart
Kind Regards
Is this also possible for the top banner ?
Yes, please, create a topic on our support forum mentioning this comment and our specialists will help you.
We see weird header issues when you shrink screen down, the header disappears and goes blank, even on your demo sites
Hello,
You can fix it by disabling the “Mobile DOM optimization” option in Theme Settings -> Performance.
Kind Regards
Hello,
I would like to know if any Porto Theme is compatible with Dokan Pro?
Hello,
We are developers of the WoodMart theme. WoodMart is fully compatible with both Dokan free and Pro versions.
Kind Regards
Hello to the good designers of Woodmart! Please put the following code in the template function so that non-existent products always go to the end of the list. Thank You! .............................................
/*- Sorting out of stock WooCommerce products – Order product collections by stock status, in-stock products first. */ class iWC_Orderby_Stock_Status { public function __construct() { // Check if WooCommerce is active if (in_array(‘woocommerce/woocommerce.php’, apply_filters(‘active_plugins’, get_option(‘active_plugins’)))) { add_filter(‘posts_clauses’, array($this, ‘order_by_stock_status’), 2000); } } public function order_by_stock_status($posts_clauses) { global $wpdb; // only change query on WooCommerce loops if (is_woocommerce() && (is_shop() || is_product_category() || is_product_tag())) { $posts_clauses[‘join’] .= ” INNER JOIN $wpdb->postmeta istockstatus ON ($wpdb->posts.ID = istockstatus.post_id) ”; $posts_clauses[‘orderby’] = ” istockstatus.meta_value ASC, ” . $posts_clauses[‘orderby’]; $posts_clauses[‘where’] = ” AND istockstatus.meta_key = ‘_stock_status’ AND istockstatus.meta_value <> ’’ ” . $posts_clauses[‘where’]; } return $posts_clauses; } } new iWC_Orderby_Stock_Status; /
Hello,
Thank you for your suggestion. We will consider this for our future updates.
Kind Regards
Hello,
Please, send us your admin access using the contact form here https://themeforest.net/user/xtemos
Kind Regards
WOODMART NOT COMPATIBLE WITH PHP 8.1!
I have all the latest updates, and wp 6.01 When switching to 8.1, on some pages I get fatal php errors. When switching back to php 7.4, it works again. Please fix this issue, as I get serious safety and speed impairments this way. Thanks
Elementor\\Modules\\PageTemplates\\Module->print_callback()\n#18 /home/anonymsitebe5456/domains/anonymsite.be/public_html/wp-content/plugins/elementor/modules/page-templates/module.php(207): call_user_func()\n#19 /home/anonymsitebe5456/domains/anonymsite.be/public_html/wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php(19): Elementor\\Modules\\PageTemplates\\Module->print_content()\n#20 /home/anonymsitebe5456/domains/anonymsite.be/public_html/wp-includes/template-loader.php(106): include(’/home/anonymsiteb…’)\n#21 /home/anonymsitebe5456/domains/anonymsite.be/public_html/wp-blog-header.php(19): require_once(’/home/anonymsiteb…’)\n#22 /home/anonymsitebe5456/domains/anonymsite.be/public_html/index.php(17): require(’/home/anonymsiteb…’)\n#23 {main}\n thrown in /home/anonymsitebe5456/domains/anonymsite.be/public_html/wp-content/themes/woodmart/inc/integrations/elementor/elements/products/products.php on line 367\n, referer: https://www.anonymsite.be/
Hello,
According to the error log, it is caused by Elementor and not by the theme. Could you please check how it works with the default WordPress theme to see if it is a WoodMart issue or not?
Kind Regards
hi, when switching to the WP default theme, I get the same Fatal error. This bug is certainly caused by Woodmart, as it concerns ONLY the Woodmart Product Grid/slider block ! So the bug is caused by a special Elementor block created by Woodmart.
thanks for fixing this, as it prevents us from using the faster and more seucre PHP 8.1
If you see the same error with other themes then it can’t be caused by WoodMart. When you disable WoodMart theme it doesn’t load any PHP files so the error is caused by the Elementor itself.
Kind Regards
I miscommunicatied, when using the default theme the special Woodmart Block ””Product Grid/slider block” did not work obviously, but no php error. The FATAL PHP error is only caused when using Woodmart Theme, and using the special WOODMART Elementor block “Product Grid/slider block”.
PLEASE TEST this with PHP 8.1 ! You can verify this !
Use Woodmart and use the “Product Grid/slider block” : it will give this Fatal PHP Error.
PLEASE FIX THIS 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
Hi, guys! I hope you’re doing well. After updating from 6.4.2 to 6.5.4 single product page is working not as expected. I don’t use your new layout feature, sticky product description is on and images are shown in one column, so the image is always on the left and the description is always on the right while scrolling. The problem is when you select both variation parameters the description jumps to the bottom under the images column. I made some tests and found that the problem is related to availability text modification which I am using, this is rather basic code and I can’t figure out how it can lead to such a bug. I am using latest WC (6.7). I can share a video of bug if needed. Here’s the code modifying availability text:
function customCartTexts($availability) {
foreach($availability as $i) {
$availability = str_replace('In stock (can be backordered)', 'In stock', $availability);
$availability = str_replace('Available on backorder', 'Made to order, manufacturing time is 1-4 weeks', $availability);
$availability = str_replace('Only 1 left in stock (can be backordered)', 'Only 1 left in stock', $availability);
$availability = str_replace('Only 2 left in stock (can be backordered)', 'Only 2 left in stock', $availability);
}
return $availability;
}
add_filter('woocommerce_get_availability', 'customCartTexts');
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Unfortunately I don’t have live staging site, so I test updates on local machine. I double tested this issue to be sure that the error is caused by update. I can send you a video for better understanding.
We need to see this on your website. So please, contact us when your website will be live.
Kind Regards
Unfortunately I can’t update my live site as it will hurt sales. I’ve just checked what is causing the issue by blocking some JS and found that add-to-cart-variation.min.js is responsible for the problem. Please check that code. The code comes from Woo, so something is incompatible in your theme. Also I found that the issue happens only when the product is not available (i.e. “Available on backorder” should be shown).
In this case, you need to create a staging development copy of your website. There, you will be able to do such kind of experiments without any harm to your production website.
Kind Regards
Hello Team! Greatest Theme!! Question: How can I show the Attributes of a Product in Quick view? 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
Hello
On a single product page, the product gallery grid can become vertical on the computer. But on mobile it is still horizontal and takes up a lot of space.
On mobile, only add to cart appears in the sticky section. It would be nice if the quick buy button and the add to cart were side by side.
Also, does the theme have multilingual support? We will do it in Arabic, the order will be rtl and the currency will change. Which plugin should we use?
Hello,
Yes, it is how our product gallery works. There is not enough space on mobile devices to show thumbnails vertically.
Yes, you can display Buy now button next to the add-to-cart button https://gyazo.com/925a7540fde67f856ae6c61d9cb350a2
Our theme support multilingual and RTL. We prefer using WPML for this.
Kind Regards
yes, I have activated quick buy next to add to cart. But there is only add to cart in the sticky part on mobile. There, add to cart and buy fast should be side by side. On the sticky part. What is the file path here, let’s add it with code. Because this is very important to us.
Yes, it works on the desktop only. There is no option for mobile devices at the moment.
Kind Regards
Hello, i know that my support is expired, but it’s just a tiny question… Can i open a Woodmart Popup (WP Bakery) from Revolution Slider?
Hello,
There is no such option in our theme. It might be possible with additional code customization only.
Kind Regards
Xtermos, I figure out, u take note, 1.- create a Popup on WP Bakery, 2.- Associate on the row a custom class with display none, 3.- On revolution slider, create a button with a class attr = wd-open-popup and href the #id pre configured on WP Backery Popup Widget … so we done. It Work Well.
best regards.
Great, we are glad that you sorted it out!
Pre Sales
I watch your demos and could not find these –
a) Greying-out of Out of stock variation swatch
b) Red cross on that same out of stock variation
And, Pointer state as – Not allowed on Add to Cart button, until All avaiable variations are selected, like here-
https://i2.paste.pics/HMIV0.png
These have become too common on e-commerce sites. Even woocommerce themes have implemented these, as here –
https://demo4.drfuri.com/razzi/shop/classic-ultrarange-rapid/
Sorry to share, but I found that your theme is lacking many such common functions. Like enhanced side cart, Bundled products, beautiful cart and multi-step checkout pages.
Even the multi checkbox based side filters on Shop are missing too.
Are you planning to add such functions. Please suggest, too curious to know.
Regards
Hello,
Thank you for contacting us.
Yes, all variations will be marked as out of stock in our theme if they are not available. As for other features, they are not included in those themes. They come with third-party plugins that are installed together with the theme. You can use most of these plugins with our theme as well. But our theme has a lot of included functionality. Everything you see on our demo is included with the theme without additional plugins.
Kind Regards
Yes, all variations will be marked as out of stock in our theme…Yes, but this happened, only when a user selects the variation. Prior to that nobody knows about that. And this is what is quite frustrating.
User may make-up their mind to buy by viewing images and other details, but they only realized, that the specific variation is Out-Of-stock, once and only after selecting it or a combination.
I think, this is how your theme also works, currently.
I just gave one of the Name. This theme might be using third-party plugin, but there are literally other woocommerce themes, that have already come up with this and other features. It can be seen from Betheme too, they are not using any 3rd party plugin. Infact they are using their own Builder for whole site. And have brought Greying out of unavailable variation –
https://i2.paste.pics/HN1UX.png
Similarly, other things can be adapted. Like- Red cross on unavailable variation too, and Pointer – Not allowed on Add to cart, until all variation options are selected.
Betheme is mainly under Business category, and not a proper woocommerce theme. But yours is specifically a woo based theme.
I know, so far, your theme has got inbuilt features and do not use 3rd party for many features. So just wondering, if you can come up with such features, within the Theme itself.
Including but not limited to, enhanced side cart, Bundled products, and others.
Regards
Thank you for your suggestions. We will surely consider them for our future updates.
After update, my homepage and some other pages don’t work well. My header is gone, and on mobile the homepage is not responsive anymore. Also some other pages are not responsive.
https://www.desmidlifestyle.nlHello,
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 this page https://themeforest.net/user/xtemos
Thank you in advance
Hello, do you know if there’s a feature in your theme for creating new widget areas? or should I install a dedicated plugin?
Hello,
Yes, you can create new widget areas via WordPress Dashboard -> Sidebars -> Add new.
Kind Regards