Discussion on Flatsome | Multi-Purpose Responsive WooCommerce Theme

Discussion on Flatsome | Multi-Purpose Responsive WooCommerce Theme

Cart 266,349 sales
Recently Updated
Well Documented

UX-themes supports this item

Supported

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

28307 comments found.

‘Stay logged in’ Check box disappeared on my site login page https://planningapplications.com

Hi,

I see some custom CSS codes hiding that checkbox.

https://ibb.co/2gXr6Vb

Hi, there seem to be a problem with the theme that started today. The settings are not visible in theme option panel. Please see screenshot here https://www.dropbox.com/s/b233rsdgve4dmi0/theme-problem.png

I did not add any new plugins or code to the site.

I’m also seeing these errors in console.

react-dom.min.js?ver=16.9.0:227 Uncaught Error: Minified React error #200; visit https://reactjs.org/docs/error-decoder.html?invariant=200 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at render (react-dom.min.js?ver=16.9.0:227) at HTMLDocument.<anonymous> (admin-notices.min.js?ver=b63492c857a2d1f804f1:7) wp-color-picker-alpha.js?ver=3.1.3:91 Uncaught ReferenceError: wpColorPickerL10n is not defined at h.<computed>.<computed>._create (wp-color-picker-alpha.js?ver=3.1.3:91) at h.<computed>.<computed>.h.isFunction.a.<computed> [as _create] (widget.min.js?ver=1.11.4:11) at h.<computed>.<computed>._createWidget (widget.min.js?ver=1.11.4:11) at new h.<computed>.<computed> (widget.min.js?ver=1.11.4:11) at HTMLInputElement.<anonymous> (widget.min.js?ver=1.11.4:11) at Function.each (load-scripts.php?c=0&load[chunk_0]=jquery&ver=5.5:2) at n.fn.init.each (load-scripts.php?c=0&load[chunk_0]=jquery&ver=5.5:2) at n.fn.init.h.fn.<computed> [as wpColorPicker] (widget.min.js?ver=1.11.4:11) at Object.init (script.min.js?ver=3.1.3:1) at Object.init (script.min.js?ver=3.1.3:1)

So I found out the problem Is with the new version of WordPress. Adding this code to the function.php file fixed the problem.

if( is_admin() ){ add_action( ‘wp_default_scripts’, ‘wp_default_custom_scripts’ ); function wp_default_custom_scripts( $scripts ){ $scripts->add( ‘wp-color-picker’, ”/wp-admin/js/color-picker.js”, array( ‘iris’ ), false, 1 ); did_action( ‘init’ ) && $scripts->localize( ‘wp-color-picker’, ‘wpColorPickerL10n’, array( ‘clear’ => __( ‘Clear’ ), ‘clearAriaLabel’ => __( ‘Clear color’ ), ‘defaultString’ => __( ‘Default’ ), ‘defaultAriaLabel’ => __( ‘Select default color’ ), ‘pick’ => __( ‘Select Color’ ), ‘defaultLabel’ => __( ‘Color value’ ), ) ); } }

Did you try to check after clearing the browser cache (without the code snippet you shared)? Your browser may have cached the previous version of Kirki.

Yes that worked. After clearing the browser cache the problem went away without using the code snippet. Thank you!

Hi, any code to keep all accordian tabs closed in product page, please? Thank you

Hi,

Can you submit a support ticket here?

Presale Question – Does this theme require additional woo-commerce extensions/plugins for the complete functionality of your theme? If so could you please tell few extensions used in flatsome for eCommerce site? Thank you

Hi,

We use Contact Form 7, Nextend Social Login, YITH WooCommerce Wishlist and WooCommerce.

Thank you, are there any WooCommerce Pro/premium extensions required?

No, not required. But you can buy and add them according to your needs. Flatsome is compatible with all official Woocommerce extensions.

Hi,

I am trying to make a “transparent header”. Could you tell me how to do that. I found transparent header in header main but the function is not that what I expected. Is there a way how to do that like on this page: https://buzzler.com/

Thank you

Regards

Hi,

You need to change the page template as Full Width – Transparent Header.

Great, finally found it, thank u

Hi, I have the “Theme Purchase code” which provide by the website developer but don’t have access to download the latest version of theme. Can you please let me know how to download latest version of theme and transfer theme access from developer account to my account?

P.S. – I was trying to update theme from Wordpress admin panel but got some file permission error.

Hi,

You need to contact your developer. It seems he purchased Flatsome and gave you the purchase code.

Hello Team We are use cartflow funnel problem is when we create landing page then how we can sides and top fill? here is screenshot https://www.screencast.com/t/wDoPqs6s even if we import fullwidth template from flatsome gallery then we also see same link this i show screenshot here is landing page https://imperialhighlandsupplies.com/landing-2/ & https://imperialhighlandsupplies.com/prince-charlie-jacket/ how we can show landing page with full width?

Hi,

You can made that Checkout page full-width with some custom CSS.

Can you assist to move the upsells on the cart page to below the ‘proceed to checkout’ button?

I have added the following:

// Remove cross-sells at cart

remove_action( ‘woocommerce_cart_collaterals’, ‘woocommerce_cross_sell_display’ );

// --------- // Add them back UNDER the Cart Table

add_action( ‘woocommerce_after_cart’, ‘woocommerce_cross_sell_display’ );

...but the first part (remove_action) doesn’t seem to be working: http://prntscr.com/u7gzvr

Any help would be greatly appreciated!

Cheers, Steve

Hi,

Please try

add_action( 'woocommerce_after_cart_table', 'woocommerce_cross_sell_display' );
to remove it.

I’m trying to add 20% VAT/tax to each product.Each product has been entered excluding vat, but in the checkout it doesn’t calculate 20% into the equation?

1 – https://i.imgur.com/3UOYgvu.png 2- https://i.imgur.com/D63HZWR.png 3 – https://i.imgur.com/vOYgO3Y.png 4 – https://i.imgur.com/1MzNFuk.png

Hi,

We don’t have control over tax calculations. Please take a look at this doc.

Hi. Is it possible to show the “eye” for hide/show password in the registration form? Thank you.

Hi,

It’ll be fixed in the next release. Thanks for letting us know that :)

Hi, Is there a way to copy some page layout/design from the demo without importing all the demo data?

Hi,

You can import them with Flatsome Studio.

Hi Guys,

I really love your theme, flatsome is really amazing.

But I had a problem with the “save all changes” button in the advanced menu. Did I miss something during the theme update?

Hi,

Please update Flatsome to v3.12.2 if you haven’t done yet.

Hello,

i have problem with product image fit inside of border i have add to costum css a but nothing i have rade a static border to fit image in it fulll image

i want to look like this http://rollatorspecialisten.se/wp-content/uploads/2020/08/imgujup222.jpg

no like this wich i have in my site http://rollatorspecialisten.se/wp-content/uploads/2020/08/imgujup2222.jpg

do you have any costum css for this

Hi,

We see that your support period is still active. Can you please submit a support ticket here?

Our support team will be happy to assist.

i have submit early if you can , can you tell here

Hello, What is the future of Flatsome ? Do you have any roadmap or whats in new in flatsome 4.0 ? Also some functionalities are missing like add to cart popup + sales notifications like booster plugin, bottom navigation. These are all essential for marketing point of view.

Hello, I have an issue with instagram feed. I have followed all the steps. My site has a valid SSL certificate. When i try to connect, it just goes to https://www.mysite.com/wp-admin/admin-ajax.php and displays 0. It seems I am not the only one with this problem. Please let us know if you are trying to resolve this issue. Thank you very much

ok, I found the problem. Resolved ! Thanks

Hi,

Thanks for letting us know that you solved it :)

_o Purchased

https://i.ibb.co/YQ2VMSz/FLATSOME-MAPS-sucks.png How in the World the Flatsome MAPS Element can be so utterly bad to handle? This is really, really not good to use! Who wants to put in his coordinates instead of just the street. Elementor and all other Maps Elements make it as easy as it should be – JUST ADD THE ADRESS & BOOM – finished! Please rewrite it as soon as possible. Everyone hates it probably. And no, People also don’t like to add their google maps api, they rather use the basic functions that are still possible to use – see Elementor Maps. No Problem. It’s all about clever programming and making it as simple as possible, not complicated, when it not must be. ;)

Hi,

I’ve forwarded your request to the author.

Hi, I have an issue with instagram feed. I have followed all the steps including business account and connecting instagram to a facebook page. My site has a valid SSL certificate. At the last of connecting the it just goes to https://notarealsite.com/wp-admin/admin-ajax.php and displays 0. Please let me know what should be done to resolve this issue. Thank you,

Hi,

We see that your support period is still active. Can you please submit a support ticket here?

Our support team will be happy to assist.

can we expect light mode and dark mode in next update?

Hi,

It’s not planned for v3. 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.

Hi, I’ve opened a ticket about the issue that filter by attribute is not working on category pages, one of your colleagues sent me email asking my admin access for check. I’ve granted access, it’s been 3 days and he hasn’t contacted me. Could you please give me a response.Thanks.

Hi,

I see your ticket was answered on Aug 26, 10:34. Can you check your inbox and also the spam folder?

Hi, I checked again, I am sure I didn’t receive your reply. Please respond me again then. Thanks.

Have you received any email from our Help Desk? They sent the same message yesterday.

Hi, I have this theme, my support ran out but have a question? I have a row with three columns in it. Each column has a youtube video in it, all videos are set at 16:9 and at the same heights, all three columns are the same width and all other settings are the same. The video in the first column is showing up smaller than the other two, if I switch videos the same thing happens, whatever video is in that first column shows up smaller than the other two, the other two videos show a black bar across top and bottom the first one does not. If I switch them same thing, video in first column has no bars on top and bottom of video so it shows up smaller. If I change setting to 1:1, 2:1, 4:3, same thing video in first column is smaller than other two. I even deleted the row, columns and videos and started over, same thing. When viewing/working in ux builder all videos look just they are supposed to, but, when viewing live on pc, tablet, mobile that first video is smaller. Can you help me please! Been trying to fix this for days now, Thank you so much, love this theme!

Hi, thanks for the reply. the 2 items you mention to remove, are they found in the code specific to the videos, I can see the tags for the row, col, and video but there is no <!- wp:html -> or <!- /wp:html -> anywhere in that area, where would I look for these to remove. Thanks!

You need to switch to Code View / Text Mode in WP Editor to be able to see them.

Thanks, I was in visual editor, switched to code view, found them and removed them. Seems to have fixed the problem but I now noticed in ux builder the width,scale,rotate,depth,etc sliders now have a up-down control covering over the % numbers all the way to the right, hard to see what % they are set at. Also, instead of row,column,video and having problem mentioned above (video to left smaller than rest) I tried row,column,banner,text box,video and it seems to work without removing any code.

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