Discussion on Flatsome | Multi-Purpose Responsive WooCommerce Theme

Discussion on Flatsome | Multi-Purpose Responsive WooCommerce Theme

Cart 266,461 sales
Recently Updated
Well Documented

UX-themes supports this item

Supported

This author's response time can be up to 2 business days.

28311 comments found.

I haven’t been able to find a pre-designed layout (3-4 products Image column) that has also a video in the preview section or to play. Is this functionality not available in Flatsome?

Hi there,

You can set the number of columns, go to Theme Options > Shop > Product Catalog > Catalog Layout > Products per row – Desktop

At the moment, the theme does not preview product videos on the catalog page.

Hi, how do I change the color of the Fancy underline text format?

Hi there,

The Fancy Underline is an image file. To edit the color of the fancy underline, you will need to edit this image with an image editing software.

Hi, I just bought the theme. How do I translate the “Wishlist” (.header-wishlist-title) to other language, and the “Portfolio” tab in admin panel? I have tried Loco Translate and found nothing there.

Hi there,

We have an option for a Wishlist Custom Title in Theme Options > Header > Wishlist

To translate the Portfolio title in the Admin Panel, place the following code in your functions.php file function my_custom_text( $translated_text, $text, $domain ){ switch ($translated_text) { case 'Portfolio': $translated_text = __('Something Cool', 'flatsome-admin'); break; } return $translated_text; } add_filter( 'gettext', 'my_custom_text', 20, 3 );

Is it possible to translate all the items through template in the near future?

Hi when will you update?

I’ve received this erorr notification.

“Your theme (Flatsome Child) contains outdated copies of some WooCommerce template files. “

Hi there,

I’m afraid I can’t promise an ETA as to when the next update will be published. However, your site should just work fine in the meantime.

Thank you for your response. Also, can you tell us what updates you guys gonna add. I’ve been wanting for this theme to add blocks on products page but with maximum optimisation such as adding timer below the “add to cart” button

Hi there,

I’m afraid I really can’t say what updates will be pushed out. In regards to your feature request, please place it here https://uxthemes.canny.io/flatsome

Hi, i’m testing the gallery in masonry style, and around the 25th image the masonry layout breaks, the rest of the images are rendered half way upon each other (keeping the 3 columns order) but stacked upon each other until the bottom. I tried this in multiple galleries, same everywhere. Any idea? Thanks!

Hi there,

Please shoot an email via support and we’ll look into it.

Hi ! I found the problem: the Flatsome’s image lazy load module was on. I need to turn it off then the bugs dont happen. Hope this reply helps for fixing it? Cheers to the team!

i mean not module… simply that setting was on in the advanced menu.

a response to my posted question would be great

Hi there,

We do not have a setting to set the banner width as it takes the width of the container; full-width if the page template is set to full-width and 1140px in a boxed layout.

If you need to set the width of the banner, you will need to nest the element in a column.

another question: I am inserting social media follow buttons however it keeps routing back to my own site and the link to where it should go is at the end of that url. for example, if my site is website.com and I need the facebook icon to link to facebook.com/website, it takes me to 404 page and the link in the bar is website.com/facebook.com/website. How can this be fixed? Also for the footer, there are 2 links (our store, faq) and I can’t find the area to remove that when I click on the footer to edit. those two links are not there.

Just got this error message in my dashboard: Your theme (Flatsome Child) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.

Also getting this when I attempt to do a test checkout. My last theme I was able to make purchases and have not changed around settings in woocommerce however now after setting up flatsome on my site gratefulgadgets.com I get : PayPal error (10002): An error (10002) occurred while processing your PayPal payment. Please contact the store owner for assistance. Any idea why this is happening?

Hi there,

In regards to the outdated template files, they will be resolved in the next update. In the meantime, the site should work just fine.

In regards to the error with the PayPal payment, the error is caused a configuration issue. Please check your details in the plugin for any errors.

what is really killing is some authors get any free themes, include the Ultimate Addons for visual composer, and copy the demos from the plugin and come up with new theme, you should focus that flatsome is a unique it has its own builder, own slider, own shortcodes, and own product page builder, what is missing really is the ability to setup multiple product layouts, right now this option is limited to one block, if you are able to make product layout more flexible, by allowing different layout for each product, users can create more than block and assign specific custom block for the product, right now option is limited to either to use the normal product layout, or the custom layout for all products.
other thing this theme needs custom layout for checkout page, and cart page, this would be a huge jump in this theme popularity and functionality, even so this theme is still #1 woocommerce theme, just i would love to see users relay on it completely, to be honest i am using visual composer beside this theme just because i needed custom layout for some other products, Evan the visual composer will leave heavy load on the site, but sometimes there is no option

Hi there, thank you for the feedback.

The custom product layout is currently under development and shall be featured in future updates https://uxthemes.canny.io/flatsome/p/custom-product-layout. You can place a feature request for the custom layouts for the checkout and cart pages here https://uxthemes.canny.io/flatsome

Hei, is it possible to set such layout (functionally)? https://prnt.sc/ke6qi1 On Catalogue mode of course :) With tabs and dedicated forms with many options depending of the particular product… Regards

Hi there,

I’m afraid this is not possible in the default template. You might need a bitf of customization to achieve this.

Does it support RTL?

Before I buy, I want to use it with Gravity form – will it work? I’ve read some comments of users that said it ruin some of the features of the theme. Please advise.

Hi there,

There has not been any compatibility tests with the plugin, however, Flatsome has been built in accordance with WordPress coding standards and hence would work with any plugin that follows the same standards.

Hello, how to use quickview as function in href=”” ? Thanks.

Hi there,

You can write a function for this in your functions.php file.

Hi I am having issueswith a login/register option in the theme – I’ve sent an email. Is there a support page or something/forum? Need to launch the site asap. Thankyou

Hi there,

Please use your verified buyer account (the account you bought Flatsome with), to submit support tickets.

Hello, i am trying to make contact form flat style but was not successful? Can you please guide me little bit. Regards

Hi there,

You can use the following code in your form

<div class="flex-row form-flat medium-flex-wrap"> <div class="flex-col flex-grow"> [email* your-email placeholder "Your Email (required)"] </div> <div class="flex-col ml-half"> [submit class:button primary "Sign Up"] </div> </div>
a very nice theme sample web page https://www.polopergola.com

Hi there,

Thank you for the kind word and good work on the website :)

Where to change the main image height in product page? Right now the image have some 16:7 aspect.

The images are untouched, in portrait mode. But the page product show as main image gallery a weird 16:7 aspect above the thumbnails

Hi there,

Please send a link to your site via support and we’ll look into it.

Fixed after I checked

Enable default WooCommerce product gallery Use the default WooCommerce gallery slider for plugin compatibility, such as “Additional Variation Images”.

Hello! How to hide counter of produtcs under name of category? https://www.awesomescreenshot.com/image/3551836/32ce0f1e73a31a2f24066b86edadf457

Hi there,

This CSS should do the trick. Place it in Theme Options > Style > Custom CSS

.product-category .box .count{ display: none; }

Thank you!)

Flatsome is a splendid theme. Easy to use. Clean and crisp.

I am about to design my second webshop with it, but noticed something missing from the product page customization. I cannot customize how stock / inventory is displayed.

In my upcoming shop its paramount that stock is displated as “not in stock”, “few in stock” or “in stock”, and no the amount in stock. Currently I can only disable / enable this in Flatsome.

In some cases I have done this directly in WooCommerce settings. Since settings have moved into the Flatsome customizer, there are no stock settings available.

Hi there, thank you for the kind word :)

I’m afraid we do not have a setting to customize the inventory messages.. You will need to customize the theme files in order to achieve this.

What a shame. I’ll add it to the functions.php then. Would’ve been nice with a setting in your excellent customizer. (Psssst, hint hint… feature-request ;-) )

Thank you for the feedback.

You can place the feature request here for voting https://uxthemes.canny.io/flatsome

Hi! Breadcrumblist error on Google structured data https://imgur.com/a/w4c8m4U How to fix this error?

flatsome/woocommerce/checkout/form-coupon.php version 3.4.0 is out of date. The core version is 3.4.4

When is this going to be fixed? I see that other people had this issue several weeks ago. I reinstalled the theme again to make sure I had the latest file, and this message is still coming back. When can we expect this to resolve?

Hi there, thank you for your patience so far.

The outdated template file will be resolved in the next update. However, I can’t promise an ETA for this but your site should work just fine.

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