Discussion on Flatsome | Multi-Purpose Responsive WooCommerce Theme

Discussion on Flatsome | Multi-Purpose Responsive WooCommerce Theme

Cart 268,024 sales
Recently Updated
Well Documented

UX-themes supports this item

Supported

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

28333 comments found.

Hi again, pre-purchase question. At shop page, masonry style, I would like the logo in a bigger size in the middle of the page on top, and the categories under it centered also (no background). is that possible? or it should be the logo at the left side and categories in the same row as demo?

thanks in advance

Hi there, It’s possible to set the logo in center on all pages :) You can only set is globally on the site.

Hello, I have updated to version 3.4.3 and nothing happened – Instagram widget is still broken. I checked if I had the latest version of ux_instagram_feed.php – the latest one is on the server but still without any visible effect.The only situation when Instagram photos are displayed correctly is when “Large” photo size is chosen, others photo sizes break the widget or don´t display photos at all.

O.

Hi there,

Apologies for the issue. Please send a link to your site via support and we’ll look at it.

Also, you might want to look at this http://docs.uxthemes.com/article/286-instagram-feed-incorrect-url-signature

Hi there,

Apologies for the issue. Please send a link to your site via support and we’ll look at it.

Also, you might want to look at this http://docs.uxthemes.com/article/286-instagram-feed-incorrect-url-signature

Hi, the solution was easier than I have imagined – you have to update the theme, AND update plugin Wordpress Instagram widget. I didn´t notice there was an update of this plugin available.

Sorry for dumb question, mistake was on my side :)

O.

Is it possible to change what part of the picture is shown as blog title background? For example in rehvipood.eu/blogi/suverehvid-voi-aastaringsed-rehvid/ I would like to see the tire and ground as background insteade of the car roof and spoiler. Is it possible set the bottom part of the featured image shown as background?

Hi Robin,

This CSS should do the trick, place it in Theme Options > Style > Custom CSS

.page-title-bg.fill .title-bg{ background-position: 80%; }

Hi – great theme

Just a quick one – I cannot seem to enable comments on pages – have tried enabling discussion and several other 3rd part plugins to all the feature – can you help?

Thank you,

Simply Graphic

Hi there,

Please note that Flatsome does not support comments on Pages other than Product pages (Reviews) and Blog Posts. Custom pages are not supported.

Therefore, you will need to edit the theme files to achieve this.

Thank you!

Hi,

How to show “Add to Cart” button in shop page just below product image instead of click on Quick View on item and then add to cart.

Thanks in advance.

Hi there,

We have a setting for this in Theme Options > Shop > Category Page > Product Box > Add To Cart Button

HI i want to ask about the update i got a mail from storefront about updating im scared that if i update this my website will be back to what it was before. what will happend if i update my storefront?

Hi there,

You website should not be affected after updating Storefront if you have Flatsome as the active theme.

Hi there,

Id like to remove animation on my Sticky Header. I want to keep it Sticky, but id like ti without any “fade” or “jumpdown” animation. Can you please tell me how ?

Best regards, Erwan

Hi Erwan,

I’m afraid we do not have a setting for this. You will need to edit the theme files.

Hi,

could not find the answer in the documentation. Wanted to know, how to create same page, main, for the shop as you have here http://flatsome3.uxthemes.com/shop/.

Regards, Ddenisov

Hi,

I most probably need an options, in in Theme Options > Shop > Category Page to show only categories and hide products (two additional checkboxes). Might be a good upcoming feature, but will do it on my own, most probably :)

Regards, Ddenisov.

Hi there,

There is a setting to only display Categories on the shop page in WooCommerce > Settings > Products > Display. Please see https://docs.woocommerce.com/document/configuring-woocommerce-settings/#section-5

Hi,

Thank you very much :) Didn’t know where to find that options, still new to woocommerce.

Regards, Denis.

I cannot add image to menu when I add ‘custom image’ to custom links in menus, css field no appears! WHY? http://docs.uxthemes.com/article/51-3-2-menu-dropdown

Hi there,

The feature is working well over here. Please shoot an email via support and we’ll check it out.

Hello,

My instagram just stop working: https://buyallexpress.com/ i tryed to disable my plugins one by one, nothing helped.

Hi there,

Please update to the latest Flatsome version 3.4.3 which fixes the issue http://docs.uxthemes.com/article/77-how-do-i-update-the-theme

Hi,

Sale bubble is not showing for variation product. Is there a fix for this?

Hi there,

The sale bubble is displayed over here. Please send a link to your site via an email to support and we’ll check it out.

Hey

how i can change the language from the search-form. I mean if is “Search Categories” active. The first “category” is “All”. I need translate this, but not found the place.

Thank you very mutch!

best regards

Hi there,

Place this snippet in your functions.php file. Remember to change the “custom” string with your own string

function my_custom_text( $translated_text, $text, $domain ){ switch ($translated_text) { case 'Select options': $translated_text = __('Add to cart', 'woocommerce'); break; } return $translated_text; } add_filter( 'gettext', 'my_custom_text', 20, 3 );

I have loaded this theme into my WordPress instance and it’s crashing the entire instance every time please help.

Hi there, sorry for the trouble.

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

Hi, I will hide this section only on the first page. I need customize? https://1drv.ms/i/s!AifVBNS8N5OIgYNzuGqy1RI1cudoQA

webtest: https://shop1.logintimate.com

Hi there,

You can hide the section from the homepage using this CSS. Place it in Theme Options > Style > Custom CSS

.home .footer-1{ display: none; }

Hi, does anyone know how to hide the Absolute Footer? I saw a post from 10 months ago with the advice to add the CSS .absolute-footer{ display: none; } but this hasn’t worked. Any other ideas?

Thanks in advance

Hi there,

Try this CSS. Place it in Theme Options > style > Custom CSS footer .absolute-footer{ display: none; }

Hey. The prices in the auto suggest are having a weird padding (all the way to the top). Is there a way to place the two prices in the middle? https://imgur.com/a/mUTjf

Hi there,

This CSS should fix this. Place it in Theme Options > Style > Custom CSS

.autocomplete-suggestion .search-price{ padding-top: 1em; }

I want disable show: name product-title only Homepage!

Hi there,

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

.home .name.product-title{ display: none; }

Hi, I want to show SKU below my product name on page. I have tried to add this code in function.php function flatsome_custom_shop_item() { global $product; echo ‘

add_action( ‘woocommerce_after_shop_loop_item’, ‘flatsome_custom_shop_item’, 5);

SKU: ’.$product->get_sku().’

’; }

It’s got error: Parse error: syntax error, unexpected ‘SKU’ (T_STRING), expecting ’,’ or ’;’

xxxxxxxx-ba29-5aedd806ad0c

Purchase Date: 2017-10-16 05:07:35 UTC Please check

Hi there,

You can display the SKU right from the settings in Theme Options > Shop > Product Page > Product Summary > Show Meta & Categories.

I did it. But I want to shop it at:”domain.com/shop”. Not on product page. Example: I put specific product categories to show on page. And I want those product of that categories to show with SKU code below the product’s name.

Hello. It would be nice to have an option to also select custom images for mobile and tablet in the UX Builder. Will Flatsome implement this in the future?

Hi there,

You can place a feature request for this here https://uxthemes.canny.io/flatsome

Is this PHP 7.0 enabled website theme ?

Thanks!

http://lionit.co.uk
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