28294 comments found.
Latest version of flatsome broke image loading on page 2 and onwards when doing «paged view» for woocommerce. tried the experimental ajax feature and now images load properly when paging to page 2 and onward for woocommerce categories and tags archive view.
When viewing a woocommerce category all products load correctly with images – when paging to page two only image of first product loads, and the rest is blank. Refreshing the page all images load properly for page 2. when paging to 3 same happens, and a refresh is required to show all pages
Is this something you are experiencing as well?
If you’re talking about your website de**.no, we couldn’t see any problem with the images when navigating page 2, 3 etc. Could you try with another browser and maybe in private mode?
Hi again, it was for another site, colorwool.no which I maintain for a customer, they have their license on a separate colorwool account here on themeforest. However, I just figured out today what was happening:
Under “Performance”, the Lazy Load setting was turned “on”, and for some reason, when using “paging”, the base64 images used as placeholders where never replaced with actual images on page 2 and onwards after paging. This happened both for category pages as well as tag archives and on results using a filter plugin – turned lazy load off and everything works as expected.
Haven’t had time to do a thorough test to see if there was another plugin causing the blank base64-images to not be replaced by proper images or not, but had to turn lazy loading off since it’s a live site with many users.
But if you want to try and replicate it having archive views set to “paged” and turning on lazy loading is what broke it/made things not work on pages 2 and further.
The problem could be that another plugin or a server-side setting is forcing the images to lazy load at the same time.
I am using the element in the UX Builder called “Product – Custom”. I am using the Normal Style and the Slider Layout. I have add to cart enabled but it does not show the Add to Cart button. Is this a bug?
Using the most up to date version of the theme.
We haven’t received such a complaint from our other users yet, and when we checked the issue on our end, we couldn’t see any problems. Could you submit a support ticket here?
I sent a support ticket from your link 6 days ago with no response.
Hello.
After the update, UX Builder is not working properly.
I want to delete and reinstall the UX Builder plugin of the theme.
I looked for the menu but I can’t find it. How can I do this?
UX Builder is not yet a plugin. It is hard-coded into Flatsome. So, you cannot disable it. Your problem must be caused by something other than UX Builder itself. Could you submit a support ticket here?
Hello, I have an old version of flatsome installed on my websites, but recently they stopped showing the photos and banners, if I purchase the new version and update the images will they work correctly again? And does the update maintain all the features of the site, without damaging any session or structure created? Thank you very much!
If you’re using Flatsome version 2, updating directly to the latest version might cause issues for you. Depending on the cause of your current problem, you’ll need to test this update on a staging environment with the help of a professional.
It’s version 3, would it be ok to update automatically? And would it fix the photo problem?
If you have a valid license, you don’t need to purchase another one just to be able to update the theme. You can download the latest version from your ThemeForest downloads section, create a staging environment, and update the theme on that staging to see if it fixes the problem or if there are any other issues.
Hi there, what about changing the ‘500px’ in the backend of the Flatsome elements where you add your social links? I want to rename the title ‘500px’.
It’s not possible without editing the core theme files. Plus, you’ll need to change the icon and follow shortcode content manually.
How can I change the tooltip and aria-label from “Follow on Facebook” to something else? For example, I would like to rename it to “Follow us on Facebook.”
Please try the snippet below
https://gist.github.com/kalonya/ae72a6cbaf6f36a12c78147ccc1161fbURGENT UPDATE!
One of the latest theme updates has crashed our website altogether specifically the database. We urge you to look into this. Our Dev has specified that the theme was using Mysql up to 100%, and after deactivating the theme, everything worked fine.
Please advise.
Thank you
Update: We see alot of error similar to this:
2024-08-27T01:34:00+00:00 Critical Uncaught Error: Call to undefined function flatsome_option() in /var/www/gg/wp-content/themes/flatsome/woocommerce/global/breadcrumb.php:36 Additional context { “error”: { “type”: 1, “file”: ”/var/www/gg/wp-content/themes/flatsome/woocommerce/global/breadcrumb.php”, “line”: 36 }, “backtrace”: [ ””, ”#0 /var/www/gg/wp-content/plugins/woocommerce/includes/wc-core-functions.php(345): include()”, ”#1 /var/www/gg/wp-content/plugins/woocommerce/includes/wc-template-functions.php(2383): wc_get_template(‘global/breadcru…’, Array)”, ”#2 /var/www/gg/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/Breadcrumbs.php(30): woocommerce_breadcrumb()”, ”#3 /var/www/gg/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/AbstractBlock.php(98): Automattic\WooCommerce\Blocks\BlockTypes\Breadcrumbs->render(Array, ’’, Object(WP_Block))”, ”#4 /var/www/gg/wp-includes/class-wp-block.php(519): Automattic\WooCommerce\Blocks\BlockTypes\AbstractBlock->render_callback(Array, ’’, Object(WP_Block))”, ”#5 /var/www/gg/wp-includes/class-wp-block.php(499): WP_Block->render()”, ”#6 /var/www/gg/wp-includes/blocks.php(2061): WP_Block->render()”, ”#7 /var/www/gg/wp-includes/blocks.php(2113): render_block(Array)”, ”#8 /var/www/gg/wp-includes/block-template.php(263): do_blocks(’<!—wp:templat…’)”, ”#9 /var/www/gg/wp-includes/template-canvas.php(12): get_the_block_template_html()”, ”#10 /var/www/gg/wp-includes/template-loader.php(106): include(’/var/www/gg/wp-...’)”, ”#11 /var/www/gg/wp-blog-header.php(19): require_once(’/var/www/gg/wp-...’)”, ”#12 /var/www/gg/index.php(17): require(’/var/www/gg/wp-...’)”, ”#13 {main}”, “thrown” ]
It looks like there are missing theme files. Please download the latest version of the theme and upload the files manually via FTP or the file manager of the hosting control panel.
How can i add custom social icon in follow social icons?sample: rumble
You can vote on an existing feature request or submit a request here for a new feature you want to see on Flatsome.
Top rated features will be included in our developer’s to-do list.
I already asked how I can translate this text: “Add %s to cart and get free shipping!” I changed the text in the PO file (de_DE). There is no change in the frontend. Can I change the text in another file? Thank you for your efforts.
Could you submit a support ticket here?
Thanks, it works now!
How can I change the rel=nofollow to rel=me from the social icons?
Could you try the snippet below?
add_filter( 'flatsome_follow_links', function ( $follow_links, $args ) {
foreach ( $follow_links as $network => $data ) {
if ( isset( $follow_links[$network]['atts']['rel'] ) ) {
$follow_links[$network]['atts']['rel'] = 'me';
}
}
return $follow_links;
}, 10, 2 );
Thanks a lot, your support is awesome.
I tried your snippet from your documentation without success. But this snippet works 
“Updating failed The theme is at the latest version…”...... We are not longer able to update this product. Since you change the theme update model to use Envato Market plugin, we cannot longer update the product when new updates are released. We get this error with all our Flatsome installs “Updating failed The theme is at the latest version…” . They all have Single Item Tokens connected properly with no errors. We have to update the themes manually and this is not ideal as it is very time consuming and as mentioned before, we have many customers using the Falsome theme.
Could you submit a support ticket here?
We are currently having an issue with our flatsome site and stripe taking to long to process payments. (30-35 seconds) Is there any known issues with using stripe and flatsome? Also does flatsome recommended a specific credit card processor that works best with the theme? Any help would be greatly appreciated, Thanks!
We haven’t received such a complaint so far. If you’re using an official WooCommerce extension, you shouldn’t experience any issues with Flatsome either.
Hello, Editing pages with UX editor (Home page for example) is overriding the translated page content.
Any solution for this?
Could you submit a support ticket here?
Hi. If I am planning to build e-commerce website and I will sell products on it and get money from it, is it okay to buy the regular license or should I get the extended license. And what is the difference between both licenses?
If you only plan to sell products online, a Regular License is sufficient.
The two license types, Regular and Extended, are created and controlled by Envato Market. For a WordPress theme like Flatsome, a Regular License is suitable 99% of the time.
Envato does not offer a multi-usage license, meaning both license types are limited to a single end product. For building either a corporate/personal website or an e-commerce/multi-vendor site, a Regular License will suffice.
However, for a SAAS (software as a service) project for instance, where the software—coded by you or a developer—integrates Flatsome (in whole or in part) and customers pay to use that part, an Extended License is required.
Please check the links below for further information.
https://themeforest.net/licenses/terms/regular https://themeforest.net/licenses/terms/extended https://help.market.envato.com/hc/en-us/articles/115005593363-Do-I-need-a-Regular-License-or-an-Extended-LicenseI’m not sure why this is still active because you have not implemented any of these “Vote-Ups” in years: New feedback this week for UX Themes? All I have seen are minimal updates not based on any of the feedback from that forum.
As you can appreciate, we can’t add every feature request to the theme. Our developers only select and add features from those that receive high votes. Many of the requests there are related to WordPress and WooCommerce rather than the theme. These are eliminated even if they have received high votes.
Hi ticket open June 26 2024 #177279. You asked at least 5 time password in order to connect to my staging website. I have not received any answer. You mentioned on June 28
“I have escalated the issue to our team for review. We will get back to you as soon as we get an update in regards to this.”
I have heard from you since that time.
I would appreciate to have an answer.
The issue causing the problem on your site should have been resolved in v3.19.5. Could you please update your theme, clear all cache, and then check the problem again?
There is still an issue with the overlapping text box as you can see here
https://www.loom.com/share/1a40d81fde0b48a0b1042bc55acc66de?sid=011b7360-13c7-4926-bd57-4ebb589d16f6We’ve replied to your ticket. Please check your inbox.
Hello I have a page with 4 separated image galleries.
When i am viewing the images on lightbox, it jumps from one gallery to other. It doesnt’ repeat only the galleri that i am just viewing.
¿How can i solve?
I have solved with option “Use multiple galleries on a page”
Thanks for letting us know you’ve found the solution 
Where can I translate the text please? Show free shipping: Add %s to cart and get free shipping! pot file, unfortunately without success. Thank you
You can use the Loco Translate plugin to translate the untranslated strings easily.
Thanks! I did that and the translated text is not shown in the frontend.
Is there another way the text can be?
Thanks, it works now!
Hello developer, congratulations on the excellent product.
Please accept some suggestions for future updates.
1 – Add the option to use custom color gradients on buttons and texts.
2 – Option to customize the mobile menu background with an image.
3 – Option to use color gradients in sections
You can vote on an existing feature request or submit a request here for a new feature you want to see on Flatsome.
Top rated features will be included in our developer’s to-do list.
Is this theme a scam?
I just bought it and installed it, but the installation procedure does not follow the instructions in the documentation. There is no way to register the theme or to download the demo content.
There doesn’t seem to be any way of getting support other than contacting the author. And when I do contact the author, there is not ticket ID sent out and still no response from the author.
And I just found out that apparently, images are not included in demo content due to “copyright issues”.
Can I get a refund?