28319 comments found.
I migrated a client site from local dev (DesktopServer) to WPEngine today, and the UX Builder functionality went kaput. On most areas of my pages with text/modules, all that shows in the UX Builder is “Loading…”. In the console, I got the following error: “The page at ‘https://yoursite.wpengine.com/wp-admin/post.php?ux_builder=frontend&post_id=11#/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://yoursite.wpengine.com/'. This request has been blocked; the content must be served over HTTPS.”
Is there some way to resolve this? I need to finish up this client’s site ASAP, so a response is appreciated. I’ll submit a ticket as well.
RESOLVED: added the following code to wp-config.php:
define(‘FORCE_SSL_ADMIN’, true); define(‘FORCE_SSL_LOGIN’, true); define(‘FORCE_SSL_CONTENT’, true);
Awesome
Thanks for the tip!
Hey I just updated my theme, i like the canvas on the side but i found a bug. My shop uses external images for the products and i notice the product images in the cart are broken. it only works well when the images are local.
Hi,
I can’t remove the dropdown arrows from the header menu. There seems to be a bug on the UX builder. Please have a look at this screenshot: http://imgur.com/a/3Uryq
How can I fix it? Thanks!
Easy to implement but maybe could be nice to have it standard in a next version: edit form fields for woocommerce product tags, just like in the product categories. (hook product_tag_edit_form_fields)
Hello.
Doesn’t set valid header for custom product taxonomies
Hope soon it’s will be fixed
I found mistake in the function flatsome_category_header
See line is_product_category(). maybe must be changed to is_product_taxonomy() ?
function flatsome_category_header(){
.....
// Set Category headers
else if( is_product_category() || is_shop()){
.....
} else{
// Get default header title
return wc_get_template_part('layouts/headers/category-title',$cat_header_style);
}
} else {
// Get default header title
return wc_get_template_part('layouts/headers/category-title',$cat_header_style);
}
}
}
Hope soon it’s will be fixed. Thanks for nice theme!
Hi there, this is fixed in next version 
Of course this is a not one place what uses the function is_product_category in not right way.
Be cool if you add a filter to this line
$thumbnail_id = get_woocommerce_term_meta( $category->term_id, ‘thumbnail_id’, true );
It’s allow me to set/change image for category or custom taxonomy.
PS. Now i mean a code into the [ux_product_categories ] shortcode.
Hi – having trouble installing any demo content.
I’m trying to install Flatsome 3.2.5 on a fresh install (localhost). When I run through the wizard on the Install Demo Step I only get
Widgets & Settings
Non of the pages, posts etc get created. Am I doing something wrong here?
thanks
Hi there, I’m getting a conflict between flatsome and woocommerce. Please advise on how to fix it thank you!
Fatal error: Cannot redeclare wc_clean() (previously declared in /home/content/p3pnexwpnas04_data01/75/2435975/html/wp-content/themes/flatsome/functions.php:77) in /home/content/p3pnexwpnas04_data01/75/2435975/html/wp-content/plugins/woocommerce/includes/wc-formatting-functions.php on line 285
Hi, on big screens there are shown parts of the previous and the next banners (text boxes) on the left and the right side of my slider. How can i delete them?
Pre-Purchase Question: Does the UX Page Builder also works on post or only on pages?
Hi there, it works for posts also 
TX!
Hi. How can I create a page that shows all latest products on sale?
Hello,
How to disable mini-cart? I mean not hide it with CSS, but actually disable it. It makes call to admin-ajax.php for content and that request takes 650ms, slowing down site. How to disable mini cart completely? Thank you!
Can I use this theme on multiple sites or is for one-time use only? Do I have to pay more if I want to use this theme more than once? Thanks
Hi there, you need once license pr domain you’re going to use this theme 
Hi, is it possible to make html dropdown in main menu ?
thank you
Hi there, sorry there is currently no option for that.
Hello, I just noticed that Equal height columns are not supported in Safari Browser. Just to let you know if this isn’t known issue.
Hi,
How do you remove the entire H3 title ( (#) reviews on (product name) ) from product reviews? Also, the numbered listing (1.,2.,3., etc) beside each customer review?
Thanks
How can I do BULK image resize after upload the images?
Is it possible to edit the youtube embed options..? For example, Show suggested videos when the video finishes, show video title. I wish to turn both of these off.
Also, Is it possible to remove the “This entry was posted in Uncategorized. Bookmark the permalink.” text below each blog post? It’s really annoying.
anyone know how to remove ads / sponsored content from the single product page? The theme I left for this one did it automatically because I’ve never seen the blog style ads appear in the single product page… I would image this can be done by removing a line of code in the php files… or I am hoping so
Is it possible to change the mobile menu to expand when clicking menu items rather than just the arrow?
<edited>