28306 comments found.
Hello, I need to change the flatsome language, thanks
Hi there,
Kindly change the Site Language in WP-Admin > Settings > General. If your language is not among the default languages, you will need to translate the theme http://docs.uxthemes.com/article/63-how-to-translate-the-theme
Hi. I have made automatic integration with UBERMENU. I have a problem that it is sticky with my main header. I don’t want Uber navigation menu to be sticky when scrolling down to page. How do I remove UberMenu sticky header?
Hi there,
You can find a setting to disable the sticky UberMenu as shown here http://sevenspark.com/docs/ubermenu-sticky-settings
Hi, I need to change the layout for Track Order page. I have made changed in view-order.php and the changes are reflecting on my account > view order page. However, the changes are not reflecting for track order page created by flatsome. Which file to edit to change the layout of this page?
Hello, I want to remove the breadcrumbs from the product category page. I already tried this code in functions.php:
add_action( ‘init’, ‘custom_remove_breadcrumb’ ); function custom_remove_breadcrumb() { remove_action(‘flatsome_category_title’,’flatsome_shop_loop_tools_breadcrumbs’,10); }
I also tried .breadcrumb-row{display:none!important}
Nothing worked, can you help me with removing the breadcrumbs? Because I want to use my own customized breadcrumbs.
Hi there,
That is a bit odd. I have tested the exact code on my end and it is working fine. Could you shoot an email via support and we’ll check this out.
Good morning, whenever I try to insert a theme pre-defined by the theme always appears msg loading uxbuilder and does nothing else. I already checked your support at http://docs.uxthemes.com/article/202-missing-customizer-or-ux-builder and it’s still the same.
Hi there, sorry for the trouble.
Please shoot an email via support and we’ll check it out.
Hi – Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
- Did create a API key and set it into APIs inside flatsome controll panel…
Hi there, sorry for the trouble.
Please send in a link to the page containing the Google Map element via support and we’ll check it out
Please help error when setup: Parse error: syntax error, unexpected ‘[’ in /home/techshop/public_html/wp-content/themes/flatsome/inc/functions/function-custom-css.php on line 76
Hi there, sorry for the trouble.
There seems to be issue with the downloaded copy, kindly try downloading another copy and see if the issue reoccurs during installation
Hi, I had do such as but error. Now i must download 3.4.2 and setup ok.
How can i change contact form 7 loading icon position? My contact form very long and when submit user cant see loading icon in middle of form.
Hi there,
Try converting the form into a multi-step to reduce the length of the from https://wordpress.org/plugins/contact-form-7-multi-step-module/
I just wanted to ask if Flatsome is compatible with the WP Baker Visual composer without breaking any of the Flatsome features?
Hi there,
We have not had any compatibility testing 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.
When I set my Primary color to white, all the other buttons are set to the white theme. So they’ll have grey text with a border around the button except for Update Cart and Return to Shop as you can see here: https://imgur.com/a/dIOFp The left is normal, the right is mouseover. Can I change the colors to the WooCommerce buttons? I can barely see the button at all.
about to purchase theme but noticed that image size graphic seems to be missing:
http://docs.uxthemes.com/article/44-1-1-install-theme http://flatsome.uxthemes.com/docs/images/image_sizes.jpgwill this and the others on that page be restored?
1.1 – Install all bundled plugins
Once plugins are installed, they need to be activated at Plugins > Installed plugins
1.2 – Install WooCommerce pages
1.3 – Change image sizes
thanks
Hi there,
Thank you for letting us know. I will bring this up with our team right away
great, thanks, looking forward to image sizes, will help wannabees like me 
great, thanks, looking forward to image sizes, will help wannabees like me 
great, thanks, looking forward to image sizes, will help wannabees like me 
geez, sorry for the dupes, something about this doesn’t work quite right in firefox
again, sorry for the duplicate replies, dang
Hi, how do I create the shop category page in full width with left sidebar. this should look like this: https://www.wix.com/website/templates/html/all
Hi there,
We have a setting for this in Theme Options > Shop > Category Page > Category Layout
please read carefully and open the link. There is no setting for fullscreen with left sidebar.
I solved it this way:
(custom css)
.row.category-page-row { max-width: 100%; }
.products.row.row-small.row-masonry.has-packery.large-columns-3.medium-columns-2.small-columns-1 { max-width: 100%; }
.row.category-page-row { max-width: 100%; }
.products.row.row-small.row-masonry.has-packery.large-columns-3.medium-columns-2.small-columns-1 { max-width: 100%; }
.row.row-small { max-width: 100%; }
category.php = line14: to
div class=”col large-9 to
div class=”col large-10
for a live site, does the site url also contain the ?style= part of the url, or does it contain just the friendly url ?
http://flatsome3.uxthemes.com/product-category/men/?style=layout-mega-shop http://flatsome3.uxthemes.com/product-category/men/thanks
Hi there,
The live site does not contain the URL attribute, it is just for demo purposes.
I want to have an option on my woocommerce store to see the price including taks and also excluding tax.
So the customer must to chose, which one they want.
Hi there,
You will need to edit the theme files to achieve this.
I have a issue with nearly all my pages on the website. For some reason, they seem to have the text “Archives” next to the title even though I have not inserted this test.
I desperately need this fixing because it is affecting my advertising titles aswell.
Thanks in advance
no matter. fixed it
Awesome
Good luck with your site.
Hi, I was using the UX Builder to edit the slider. I did updates to the images and put in text checking each one as I went, all was working fine and looked fine in the editor and on the live site the header has completely flipped out.
Yes I have purchased the theme just 2 days ago. Are there any known issues regarding the builder and the slider?
Hi there, sorry for the trouble.
Please shoot an email via support and we’ll look into it.
I have problem when installing, template that I bought from flatzome
Hi there,
Please shoot an email via support and we’ll look into it.
Hi – is there a way for this theme to make use of the “Post formats” like gallery and video?
I can seem to select them in the backend but nothing different happens on the front-end.
Perhaps some code in my child-theme/functions.php?
thanks
UX Builder is not working, whenever I click on it I am getting a blank screen. My theme has updated.
Hi there,
Please see http://docs.uxthemes.com/article/202-missing-customizer-or-ux-builder
How can i remove button hover effect.
when hover button it will darker like it have black overlay.
Thank
Hi there,
This CSS should do the trick. Place it in Theme Options > Style > Custom CSS
a.button:hover{ box-shadow: none; }