1370 comments found.
Hello,
I was just trying to build a query filter for my portfolio grid, but its not working… I went to “build query” button, and in taxonomies, I started typing and selected the ones I’d like to show.. only 2 of many… and it still shows all the categories. Am I doing something wrong?
Thank you
Hello,
Seems like this is a bug with filter, even you choose to display specific categories it still displays all categories instead. Thank you for taking the time to report this issue, it will be fixed in our next update.
Thank you.. I’m glad to help.
Hi. Do you have a demo shop for this theme? How would I get it running? Thanks!
Hi,
Yes sure! You can see the shop demo in our Main Demo -> http://wydethemes.com/flora1/shop/ and our One Page Demo -> http://wydethemes.com/flora3/shop/
Hi there:
I’m having trouble with the nav text colors. Basically, it’s not very stable right now. I have selected the pre-defined red color scheme, and then all 4 options black in the Typography section. And then the nav and some of the post titles are still white (like the default): http://bit.ly/1Hn0Zhc
Sometimes after tons of refreshing I see a “normal” color scheme I’d set up. I installed the theme today and I’m not using other plugins yet. How can I fix this?
Also if there is a way to modify Title Area in archive pages (category result etc.) I’d like to know, or how to disable title area altogether for archive pages.
Thanks again.
Hi there,
You can choose the nav text color for each page by editing the page, select the Header tab in Flora Options and then choose the Foreground option.
Regarding the title area for archive pages, in the current version you can only customize the portfolio archive pages but can’t for the blog archive pages, the blog archive pages will use the title area settings from default settings in Theme Options -> Title Area.
However, we will add new options to customize the blog archive pages in our next update.
Thank you 
Welcome! 
Hi I would like to slow down the testimonials – how do I do this? If this is not possible, how do I remove the automatic sliding option?
Sorry but there is no option for changing slider speed in the current version, we will add this option in our next update. However, you can uncheck the “Auto Play” option in the Testimonials Slider settings to disable auto play for this slider.
ok but where exactly is the testimonials slider settings?
Edit the page that contains this testimonials slider and edit this Testimonials Slider element with Visual Composer, you will see the Testimonials Slider Settings window.
Hi:
How do I center the whole navigation bar…? Also I’d like to NOT display any text on the title/header image and just have a picture there. But I can’t seem to leave the text field blank as long as the page has a name… how do I fix it?
Is there a way to disable Title Area text (floating above image) site-wide?
Sorry but this theme has no centered navigation layout. However, if you’d like you can turn off the Full Width option in Theme Options -> Navigation -> Top Navigation -> Full Width so your navigation won’t stretch to full the browser width.
When you edit the page you will see the Title Area options in Flora Options at the bottom of the page, you can hide the Title Area and create your custom Title Area with the background image by using Row element, this element allows you to set the background image with parallax and simply add the Empty Space to this row to increase the height for this section.
Hi: I tried it but it only enlarged the image and the image is not in a container anymore http://bit.ly/1WqSYnz , I was hoping to get something like http://bit.ly/1Q5o674 ... Is there a way to move the Title Area Text below the image? Or maybe I didn’t do it right because I didn’t see the parallax option
Yeah, it occurred to me that since I can’t use Visual Composer when writing a post, I can’t make my own Title Area that way since I need it on every page… I just really need to hide the Title Text or make it transparent
Or is there some way to make it 0% transparent/ set opacity in the code…? Much thanks!!
Hi,
1. You can input the blank space (press the space bar once) instead of your title text that will hide the title text from the title area.
2. If you’d like to use the Visual Composer to build your post content, please navigate to Visual Composer -> General Settings and select the post in Content types section, you can also select wyde_portfolio if you’d like to use it with Portfolio post.
The space bar works!! Thank you! Now is there a way to do that for archive page (is there a “category” page in WP?) And thank you for the tips on using Visual Composer! I’m now having problems with nav text color. I’d configured it in Typography but they are still all white somehow. I’ll send you a msg about this. Thanks again!
I’m having trouble changing the font size on the navigation tabs. I can’t seem to find anything about change it’s size only the font and color. Where can I get the type size?
Hi,
There is no option for changing the font size of the navigation in the current version. We will add this option in our next update. However, you can add the custom CSS below to Theme Options -> Advanced -> Head Content to increase the font size of the top navigation.
.dropdown-nav > ul > li > a{
font-size: 14px;
}
I added that in but it didn’t seem to work. Does this code work for the sidebar navigation also? That’s how my site’s designed
Try adding new one below:
<style type="text/css">
/* Top Navigation */
.dropdown-nav > ul > li > a{
font-size: 14px;
}
/* Side Navigation */
.vertical-menu li a,
.vertical-menu .back-to-parent span{
font-size: 15px;
}
</style>
So this code does help me make the font size of the navigation bigger. But it seems to add in some space above all my pages. When I took out the code again from the head content html, the spaces above my pages went away. Is here a custom code that doesn’t add space but lets me adjust the font size of the navigation.
Make sure you added the correct code, the code should start with style tag and end with style tag. You should simply copy the code from the comment page. If you copy the code from your email it will include pre tag at the first line and the last line, you should remove pre tag from the code before adding to Theme Options.
Hi,
Could you post here links to the images you used in the template?
Thanks!
Regards, Lubos
Hi,
Could you please send us your email in this message box -> http://themeforest.net/user/wyde#contact so we can send you the images links to your email.
Thanks!
I can’t seem to get the icon block to work. All of them just show up as a square outline even if I select a different icon and save it. Would you be able to help me figure out why’s it’s doing that
-Mel
Hi,
Sounds like your host didn’t support font icon MIME types, make sure all MIME types below have been added to your host configuration:
.eot application/vnd.ms-fontobject .ttf application/octet-stream .svg image/svg+xml .woff application/font-woff .woff2 application/font-woff2
You can add these types to your .htaccess on your host as the sample code here -> https://gist.github.com/WheresAlice/843983
Also, make sure your current website URL is in the same domain as the Site URL settings in Settings -> General on WordPress dashboard, your icon files are in the domain that WordPress installed at first time. If you’ve changed your site domain you should change the Site URL settings too, see these links -> https://codex.wordpress.org/Changing_The_Site_URL
https://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs
If your current domain different from Site URL settings and your browser can’t load the icon files from cross domain so your icons will appear as a square instead.
If you would like you can send us your site URL so we can investigate this issue and help you out.
Hi, I’m trying to slow down the slide transition of the testimonials, but don’t see the setting directly in the element. Is it hidden somewhere else? Or is there a workaround? Thanks!
Hi,
Sorry but there is no option to change the slide transition speed, you can turn off auto play option so the slide will change manually when users click on the navigation. Maybe, we will add this option in the future.
hi the button on the home page (over the video) doesn’t work in Internet Explorer, please assist.
Hi,
Thank you for taking the time to report this issue, it will be fixed in our next update. If you would like you can add the custom code below to Theme Options -> Advanced -> Head Content to temporarily fix this issue.
<style type="text/css">
.rev_slider_wrapper{
z-index:1;
}
</style>
Thank you
Hi:
I love the theme and got a couple of questions:
1. Can I “force” navigation so it shows and is not the stripe card on PC? 2. Can I just have the title and a button “Read More” on the blog page instead of the swiping up thing? 3. Can I get the site title under the banner/header image?
Thanks in advance. This theme will be PERFECT if I can do those.
Hi,
1. If you are talking about the sticky menu at the top of the page, you can enable or disable it with just a click in Theme Options panel.
2. We’ve 3 layouts for blog posts and each layout has been designed as you see on our demo sites -> http://wydethemes.com/flora1/blog-masonry/. You can only hide the blog meta data such as author name, category name and sharing icons.
3. You can add your custom title with background image to any section on the page but it won’t have the scrolling effect as it has on the page title area section.
Hi there,
We bought this site last week and have been prepping it with our content but we have ended up with an odd glitch, 3/4 of the way through adding our content, every 5/6 out of 10 times we reload as page, the page loader animation seems to stick over the top of the page. I can see the scroll bar on the right hand side but we just have the pacman animation running on for ever. We need to launch this site today really so any help would be hugely appreciated! URL is www.amplitudemedia.co.uk
Also, I installed Yoast SEO as I normally would and set up the Facebook opengraph info, share image etc but when I check it in the Facebook Object Debugger it shows as having multiple og:url’s. I have looked over all the theme options etc to try and find where your theme is adding this Facebook OG content but I can’t seem to find it. Ive had this before when I accidentally had 2 plugins adding opengraph info to a site but I’m pretty sure I don’t this time so I am guessing it’s part of the Wyse Core plugins?
Do you have any ideas why this could be?
Thanks,
Simon
Hi there,
There is a script error on your website that causes your page couldn’t appear properly, seems like it came from the “Disable Context Menu” plugin. Please deactivate this plugin to fix this issue. If it still doesn’t work, try to deactivate other plugins one by one until you find the problematic plugin.
Regarding the Open Graph issue, this theme includes the Open Graph protocol and it enables by default so OG prefix and OG meta tags have been added by the theme core functions. However, in our next update we will add the Open Graph option in Theme Options -> General that allows you to turn off this feature so you can work with SEO plugin without duplicated OG data.
Also, if you would like you can add the code below to functions.php in your child theme to remove the OG data from the theme core functions.
function flora_child_setup_theme(){
remove_action('wp_head', 'flora_add_og_meta', 5);
remove_filter('language_attributes', 'flora_add_opengraph_doctype');
}
add_action('after_setup_theme', 'flora_child_setup_theme');
Thanks for the quick response. The context plugin was only added this afternoon but the loading glitch has been happening since yesterday afternoon and we hadn’t added any plugins at that point. I will try disabling everything and readding them one by one until it glitches again and see if I can localise it.
Thanks as well for the code to remove the og content.
I did ask a friend who’s a web developer to have a quick look yesterday when it first happened, he said there was a script error as it couldn’t find the footer so the loading image was displaying while waiting for the footer to load. I also had some issues with the footer before the problems occured, I changed the info to show our contact info and not the theme demo content but it didn’t update properly, unsure if that’s related.
I have disabled everything apart from Revo slider, Visual Composer and Wyde Core plugins but the issue persists. I can see the scroll bar on the right of the page so it seems like it’s loading the page but not removing the loading screen…
Could you have another look now with the plugins disabled?
If we refresh the page 4-5 times, the page does load.
this seems to the be the error he mentioned – Uncaught TypeError: Cannot read property ‘top’ of undefined Shortcode .js 128 which links to this entry if ($el.offset().top – $(”#footer”).offset().top < 400) { offset = “100%”;
I just visited your website and there is a script error as it couldn’t find the footer. Seems like this is a bug with the theme when there is no footer on the page, it will be fixed in our next update. In this period, if you hide the footer you should show it to temporarily fix this issue.
I can unhide the footer again although as I said above when I use theme options to update the footer content it just seems to show the demo information we loaded when we first installed the theme. Can I go and manually edit this content anywhere so it is relevant to our company?
Might have solved it, found the option to hide the contact info from the footer.
Thanks very much for the help.
One very last thing, with the og script you sent to me, I have not set up the site with a child theme and have just done it in the main theme, could you resend me the code not referring to the child theme?
The code above can work with both parent theme and child theme. But it’s not recommended to edit any file within the theme directly. If you modify any file directly and when you update the theme, then your modifications will be lost. By using a child theme you will ensure that your modifications are preserved. This theme includes the child theme that you can see in folder “WordPress Theme/flora-child-theme.zip”, you can upload and activate this file on your website and then edit the main functions.php to add the code. However, you can skip this code and wait for the next update so you can turn off this option easily in Theme Options.
I know we should have a child theme set up but this has been a very rushed job and it slipped my mind when setting the site up and I’ve been working on the site and content for 3 days solid now so any quick fix will do for the time being and I’ll get the child them set up next week when I have my sanity back!
Oh I see, good luck! 
Made mistake of customising site without making child theme, what is best way to update theme without losing all of my changes?
Hi,
If you didn’t modify any theme file directly (PHP files, CSS Files or other files within the theme folder) so don’t worry about this. The new update won’t affect your existing content and settings such as your pages/posts including Theme Options.
When you update the theme, all files within the theme folder will be replaced by new ones. If you modify any theme file directly, your modifications may be lost. So you should copy all modified files and pasted them into your child theme folder and please don’t forget to keep these files inside their own folder name. For instance, if these files are in the folder “shortcodes/templates”, you should create a new folder named “shortcodes/templates” in your child theme and paste these files inside.
By using a child theme you will ensure that your modifications are preserved.
i have added a styles css page and edited the style.css through the “Appearance > Editor” everything else has beed edited through Wordpress editor. So i can update the theme, and copy the custom styles.css over and all my customisations will stay the same? i made no changes to any php or html files manually. Can i create a child theme from the current customized theme and update the original parent theme?
Yes, of course! You can move the current customized in style.css from parent theme (flora) to style.css in your child theme (flora-child-theme) so you can update the parent theme without losing changes.
How should i update the theme to keep all my customised settings that i have made through the inbuilt editor?
1. Install and activate child theme (flora-child-theme.zip) that included in the main download package.
2. Move all changes from styles.css in your parent theme to the styles.css in the child theme.
When using child theme, you can update the parent theme without losing changes. For more details on how to update the theme, please follow the instructions in our documentation.
There is no space between the posts and the sidebar on my news page. How can I fix that:
ehrlicherwein.ch/Wordpress/news
Thank you for taking the time to report this issue, it will be fixed in our next update.
Hi, nice theme,
Would it be possible to take me through the steps of adding a custom @font-face web font to the theme options typography section?
i have uploaded some .woff types to my host & i would like to add them to the theme.
thanks,
chris,
Hi,
The google font field in Typography option based on Redux Framework typography field that’s not allow users to add custom fonts. If you would like to use custom fonts, you should add a custom font-face to the main stylesheet (style.css) in your child theme and set this font for any element by using custom CSS within this CSS file or add it to Theme Options -> Advanced -> Head Content.
I’m using an SEO plugin with your theme and unfortunately it’s duplicated OG data. How do I disable the theme’s OG data output?
Hi,
Since Vela 1.7.2, the Open Graph Support option has been added to Theme Options -> Page -> Page Options, you can turn off this option to remove the OG prefix and OG meta data from HTML document so you can work with SEO plugin without duplicated OG data.
hmmmm….i don’t see this option in my Flora theme. i have options for One Page Website, Layout and Comments.
You’re welcome! 
sorry, i don’t have this option in Flora > Theme Options > Page > Page Options…
I’m sorry for my mistake, this option is currently available in Vela theme but in the Flora theme, it will be added in our next update that will release in a few days. Sorry again.
no problem. so, is there any way to disable it in the theme files?
Hi,
You can add the code below to your child theme to disable OG data:
function flora_child_setup_theme(){
remove_action('wp_head', 'flora_add_og_meta', 5);
remove_filter('language_attributes', 'flora_add_opengraph_doctype');
}
add_action('after_setup_theme', 'flora_child_setup_theme');
perfect solution. thank you for the excellent support.
Welcome 
I urgently need help on setting this up – the demo installation hangs on widgets when we install main demo – what do I do?
Hi,
Sounds like your host didn’t support .json file type, please add the MIME Type for JSON to your host configuration. Try adding the code below to .htaccess file on your host:
AddType application/json .json
See more details on how to add MIME Type to .htaccess here -> http://www.besthostratings.com/articles/mime-types-htaccess.html
thanks and the site is loading so slowly – can we do anything to speed it up?
You can use W3 Total cache plugin (https://th.wordpress.org/plugins/w3-total-cache/) to minify static resources that can improve your server performance and reduce the download times. If you would like you can also turn off the Preload Images option in Theme Options -> General so the loader will appear just a second.
Hello! I’ve been working with your theme lately and I have several problems.
First one, is it possible to edit the navigation colors in any way? There’s no option on the typography or navigation panel.
Also, I’m trying to figure out how to edit the slide widget from the one-page design. (the one opening when you click on the plus symbol on the top menu). Can`t find where I can remove the Flora Logo and the Flickr widget. Any help?
Thanks in advance!
1. Exactly, the custom color option available for the side navigation only but we have no option to change the top navigation color, because this theme comes with Dark and Light version for the top navigation that you can choose for each page individually so this color has been assigned according to the Dark or Light version that you selected. However, if you would like to change it, please add the custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
/*Dark version*/
.w-text-dark:not(.w-fixed) .top-menu > li > a{
color:#000;
}
/*Light version*/
.w-text-light:not(.w-fixed) .top-menu > li > a{
color:#fff;
}
</style>
You can change color value from #000 to any value.
2. You can edit the widgets in the sliding bar in Appearance -> Widgets, and then add/remove your widgets within the Sliding Bar section.
Thanks!
And how do I manage to change the visited and hover text color effects here?
By default, the current menu text color and hover text color have been changed according to the current theme color scheme that you selected in Theme Options -> General. If you would like to change the hover color of menu item to different color from theme color, you should add the custom CSS below to Theme Options -> Advanced -> Head Content:
<style type=”text/css”> #header .top-menu li:hover > a, #header .top-menu li.current-menu-ancestor > a, #header .top-menu li.current-menu-item > a{ color:#000; } </style>
Hello! I’m trying to figure out how to edit the slide widget from the one-page design. (the one opening when you click on the plus symbol on the top menu). Can`t find where I can remove the Flora Logo and the Flickr widget. Any help?
Thanks in advance!
Hello,
You can edit the widgets in the sliding bar in Appearance -> Widgets, and then add/remove your widgets within the Sliding Bar section.
Hello! We have purchased Flora and are customizing it to create www.jcmcom.com.br/novo. We are facing 2 problems that we would like to ask your help to solve! They are: 1- Icons sometimes do not appear, sometimes do. 2 – The site does not load in Safari, neither using Iphone or Ipad. It simply closes the browser.
Hoping for you quick reply, Thanks in advance!! Cristina Rebello
Hello,
1. Seems like your website domain has been changed from the first installation. Your Site Address option in WordPress Settings is http://jcmcom.hospedagemdesites.ws/novo but your link that you just sent us is http://www.jcmcom.com.br/novo that’s in the different domain, when you visit this site http://www.jcmcom.com.br/novo the browser couldn’t load the icons from cross-domain so the icons won’t appear but when you click on any link in your website, it will navigate you to jcmcom.hospedagemdesites.ws that’s in the same domain as your icons so the icons will appear properly.
When you change website domain you should change your Site URL option in WordPress Settings too, see more on how to change WordPress domain and URL here ->
https://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs https://codex.wordpress.org/Changing_The_Site_URL2. We just visited your website with Safari on Mac and we also tried on both of iPad and iPhone, your website can load properly and it works fine. However, if your browser has been closed when you visit your website on iPhone or iPad, it’s might because your devices couldn’t display the slider or the large file size (the large images including the whole content size on the page). Try to hide your slider on mobile screen, see -> http://www.themepunch.com/revslider-doc/layer-settings/#layervisibility. Also, try to turn off Preload Images option in Theme Options -> General so your page won’t preload the images before displaying the content.
Thanks for your quick reply! For item 2 – only turningo off preload images solved the issue! As for the icons, we will check with the host. Thanks a lot! Cristina
Welcome!
Regarding the icons issue, try to change your Site Address option in Settings -> General to your new domain, it might solve this issue. However, there are many links on your website point to the old domain so you should change these links to your new domain too.
Hello again! Since I´m not programmer, i´m worried about changing the settings and make the site crash without knowing how to fix it. I need it to run on www.jcmcom.com.br/novo, but you comment that the icons are on jcmcom.hospedagemdesites.ws . If i just change to www.jcmcom.com.br/novo, should the icons appear automatically or will I have to install them again? Thanks a Lot! Cristina
Hello,
First of all, navigate to Settings -> General, and change both WordPress Address (URL) and Site Address (URL) to http://www.jcmcom.com.br/novo so your icons URLs will change to the same domain of your website.
However, since you installed your website in http://jcmcom.hospedagemdesites.ws so the URLs of your uploaded images and some links in your posts are still in the old URLs (http://jcmcom.hospedagemdesites.ws). If you’d like to change all URLs to the new domain you should update all old URLs in your database with the new ones by using this plugin (https://wordpress.org/plugins/velvet-blues-update-urls/)
Thanks a lot! Merry Christmas!
You’re welcome!
Merry Christmas!