28333 comments found.
Hi, There is a problem with the instagram feed in Flatsome. Some Accounts show there pictures and some not. Is there a fast fix? I can see this problem on your demosites too. My Site ist www.sockfrks.de . Thank you and Beste regards Christian
Hello Christian,
The issue has been noted by the development team and is currently under investigation
Hi, Great theme!
Few pre-purchase questions:
1) Is it possible to have drop down menu full width?
2) Can search bar don’t have a button next to it?
3) Is it possible for cart quantity buttons be frameless?
4) Can top bar menu have a close option? Like a banner with a promotion that customer can close if he likes.
5) At product category page, can sorting style be changed( like no boarders and different text style)
6) Can I remove breadcrumbs and category name from product category page?
Thank you,
Ross
Is it also possible to remove circle around heart icon for wishlist at product gallery?
Hi there, thank you for your interest in Flatsome.
1. I’m afraid we do not have a setting for this.
2. I’m afraid we do not have an option for this.
3. Yes
You can remove the borders via simple CSS
4. I’m afraid we do not have a setting for this.
5. Yes
You can achieve this via simple CSS
6. Yes 
7. Yes
You can achieve this via simple CSS
is there a tutorial about where what css elements in this theme and how to find and change them?
Hi there,
Please see this article http://docs.uxthemes.com/article/235-how-to-add-and-edit-custom-css
Anyway to remove this entire section “This entry was posted in” from the single blog post? Also removing next/ previous article from single blog post as well
HI there,
This CSS should do the trick. Place it in Theme Options > Style > Custom CSS
.single-post footer.entry-meta, .single-post .navigation-post{ display: none; }
Hi , Can I add video to any of the banners?
Thanks
Yes 
elementor pj compatible? thanks
Hi there,
We have not had any compatibility testing with the plugin. We do have our own builder worth checking out http://docs.uxthemes.com/article/186-how-to-use-the-ux-builder
Hi, 5 months ago “lenabalbek” asked in the conversation: “No, i understand everything. The header is transparent but after the scroll we still have those lines and shadows under the header.” You did not answer and I also need to disable the line/shadow from scrolling transparentt menu. How do I do that? Thanks!
Hi there,
This CSS should do the trick. Place it in Theme Options > Style > Custom CSS
.header-wrapper.stuck{ box-shadow: none; }
.top-divider.full-width{ border: none; }
It work just perfect! Thanks!
Awesome
Good luck with your site.
Hello. I installed the theme, everything was good, i had a 45 speed on mobile and 67 on desktop, then i installed an plugin that improves speed and i see that now the speed on mobile is 14. I backup the them, i reinstalled, same thing, 14 the speed. What is happening?
For a moment with the speed optimization plugin it shoed 54 mobile speed and 73 desktop speed. But sudenly it dropped and now if i delete the me or backup it is the same worst results … 14 mobile, 68 desktop. What to do?
Also the plug in is now deleted
Hi there,
Please see this comprehensive guide on how to improve your speed https://www.keycdn.com/blog/speed-up-wordpress/
Is there any reason I am being ignored from support? No emails are being replied to.
Hi there,
The Last reply from us was on Dec 27 and we haven’t heard anything from you again. Please try opening a new ticket.
Hi there, How do I change the line height of paragraph text and header text? I feel it may be too large.
There should be a option to do so in the theme options sections. I would love to see the ability to change each header font sizes(H1 to H6), font types. line height, line spacing and color as well.
Hi there,
You can place a feature request for this here https://uxthemes.canny.io/flatsome
How do I change the line height of paragraph text and header text?
Hi there, sorry for the confusion.
This CSS should do the trick. Place it in Theme Options > Style > Custom CSS
h2, h3{ line-height: .5; }
I think the responsive padding feature doesn’t work on a text_box element (Element used: Slider->Banner->Text Box->Text .. on a page). Other responsive features seems working.. but the responsive padding seems not to go into effect when I enable it (browser just uses the values from desktop). Tested with both Firefox and Chrome and iphone (safari). It seems to work inside the UX builder, but once I load the pages in an “Incognito Window”.. the changes doesn’t appear.
Hi there,
Seems like you have found a bug. I will share this with the development team right away.
Hi, when I add an image into the gallery these go as last image of the gallery. The only way to put the image as the first is to drag it at the beginnig, is there a way to add new images as first element of the gallery? We have various galleries with a lot of images and is a problem for us use drag&drop for all images.
Hi there,
You can use the reverse order button which changes the order of the images https://pasteboard.co/H2peFY1.png
Hey guys..Anyone that can help me solve the “instagram did not return a 200” error
never mind is working again thanks!
Awesome
Thank you for letting us know.
1.i have an add to cart button on desktop, it will be displayed on hover: https://imgur.com/FraqXfg
This add to cart button is not visible on mobile.
I want to display an add to cart on mobile and keep the settings on desktop. is this possible.
Hi there,
You can fix this in Theme Options > Shop > Category page > Product Box and Select a different add to cart button style. Preferably, set the last option.
Hi i am trying search product by sku but got error no product found please help Thanks
Hi there,
Please enable SKU Search in Flatsome > Advanced > Site Search
Please, could you tell me how to change the “out of stock” message that appears in the related product slider? I have successfully changed the message on the product page by editing content-product.php, but the sliders still say “out of stock”. Thanks in advance for your help
Hi there,
This snippet should do the trick https://pastebin.com/MCf7zfxZ. Place it in your functions.php file
Hi, Thanks for the response. I’m afraid there’s nothing on that page at the moment. I got this message… This page has been removed! This page is no longer available. It has either expired, been removed by its creator, or removed by one of the Pastebin staff.
Hi Dave,
This snippet should do the trick
add_filter('gettext', function($translation, $text, $domain) {
if ($domain === 'woocommerce' && $text === 'Out of stock') {
$translation = 'Missing in Action';
}
return $translation;
}, 10, 3);
That worked prefectly! Thanks very much!
Awesome
Good luck with your site.
Thank you!
Hello!
Please check if you have copied the purchase code correctly and then try again. If you have used the purchase code on another domain, http://leopardbatt.com/
Hello Rose,
Are you having trouble with your purchase code?
How to make “single image” slider? sample: https://snag.gy/hZm4v6.jpg i never see wp theme have this feature! see picture. thanks
Hi there,
You can do this by embedding the image element in the slider element.
ok.i will try
Setting Product Single as the homepage will break the layout. There doesn’t appear to have any page layouts for product as a page.
Hi there,
You can try inserting the product shortcode into the page and see how it goes. Remember to configure this to the appropriate product ID
[product_page id="99"]
Variation Images showing incorrectly. I’m having a problem with my variation images. I have them at the same size as the other images, but when I choose a new variation the image is not showing correctly – the bottom is cut off. If I refresh my page, it then shows correctly. I’m using the latest version of the theme.
Hi there,
Please send in a link to your site via support and we’ll look at it.
Is there a way to edit the Woo Category page and the Single Product page using the builder?
Hi there,
At the moment you can only edit the single product page http://docs.uxthemes.com/article/245-how-to-create-a-custom-product-page
For the category pages, you can only add top and bottom content
Sweet. Thank you. BadAss Theme too! Love it!