1370 comments found.
just seen your last response – thanks, will try it
I’ve received your email and just replied it.
in http://wydethemes.com/flora1/shop/ , how can i replace the header with a slider revolution while maintaining the layout of all other elements? i tried to hide the header and add a slider revolution, but the sidebar overlaps the slider.
sorry, i meant i tried to hide the “title”, not “header”
Unfortunately, the default shop page always displays as Boxed layout, you couldn’t add the full width slider to replace the page title.
You’ll need to create custom Shop page, then you can hide the title area and add the slider to the page instead as our demo Shop – Full Width -> http://wydethemes.com/flora1/shop-full-width/
hi there, my developer is trying to install the one-page theme version and asked me to send you the below:
Please tell support the import of the one page it’s impossible ( both ways: import of xml files and import from theme options -> home )
for the moment it’s impossible to import …
Let me know what they answer.
Hi there,
I just tried it on my computer, and I can confirm that everything is working fine. I can import One Page demo as well as any other demos.
I’m not sure why it doesn’t work on your end but almost importing issues are all related to the low PHP configuration limits.
Please make sure you’ve increased the PHP limits on your host as we provided in the documentation.
You can do this on your own by editing the file php.ini on your host, or contact your web host and ask them to increase those limits to the minimum as follows:
max_execution_time = 300 memory_limit = 128M post_max_size = 32M upload_max_filesize = 32M max_input_vars = 5000
If it still doesn’t work, please PM me your site URL and admin login credentials -> https://themeforest.net/user/wyde#contact
Hello, pre purchase question, can the portfolio Lightbox support Vimeo videos or only images like on the demo? Also, would there be a way to only have the videos appear in the lightbox and not also click onto a separate page? Thanks
Hello,
Thank you for interesting in our theme!
1. Sure, the lightbox on portfolio pages and blog pages support both Vimeo and YouTube videos.
2. Unfortunately, the portfolio grid displays only featured images in the lightbox as preview but you have to click onto portfolio details page where it will show your videos, see below demos:
- Portfolio Grid always displays only featured images -> http://wydethemes.com/flora1/grid-full-width-4-columns/
- When you click on any item, it always brings you to the details page to show your videos and all images in gallery -> http://wydethemes.com/flora1/portfolio-item/portfolio-10/
Hello! I just installed your theme, and I can not figure out how to make the header full width. I can make the page full width, but the header stays about 1200px wide. How can I make the header full width, like on your demos?
It’s on Theme Options -> Navigation -> Top Navigation, turn on Full Width Header to enable it.
Hi,
How can i change height of slider please?
When you select “Auto” or “Full-Width” as Slider Layout. You can set the height of slider in Layer Grid Size section, see -> https://www.themepunch.com/revslider-doc/slider-setup/#slidelayout
However, if you’re using Full Screen slider, you couldn’t set the height but it will stretch to full the browser width and height automatically.
Thank you 
No problem 
Hi
How can I change contact form color button please http://joolsandsven.com/wp-content/uploads/2016/09/Screen-Shot-2559-09-12-at-8.41.49-AM.pngAlso, color of this. Please see the screenshots 1. http://joolsandsven.com/wp-content/uploads/2016/09/Screen-Shot-2559-09-12-at-10.33.47-AM.jpg 2. http://joolsandsven.com/wp-content/uploads/2016/09/Screen-Shot-2559-09-12-at-9.25.28-AM.jpg
Hi,
You can change the color of the button in the contact form by 2 ways:
- Change the Color Scheme in Theme Options -> General. - Add the custom CSS into style.css in your child theme as below:
.wpcf7-form input[type="submit"] {
background: #000000;
color: #ffffff;
}
.wpcf7-form input[type="submit"]:hover {
background: #ffffff;
color: #000000;
}
For the color in the screenshots:
1. The portfolio single page should display in the white background. If you’ve changed it to black, please add the custom CSS to your child theme to change the heading text color:
.single-wyde_portfolio h2,
.single-wyde_portfolio .widget,
.single-wyde_portfolio .widget *
.single-wyde_portfolio .post-nav h4 a,
.single-wyde_portfolio .prev-post > a,
.single-wyde_portfolio .next-post > a,
.single-wyde_portfolio .post-nav .nav-home a{
color:#fff;
}
2. I’m sorry but I’m not sure where is that part on your site. Could you please send me the page URL, it’s easier to inspect the code on your live site.
Here is the link > > http://www.meeprom.com/gallery/ (category link part)
Thank you so much,
Thanks for your link, it’s a portfolio filter. So add the below code to your child theme to change it:
.w-filter li a{
color:#fff;
}
.w-filter li.active a,
.w-filter li:hover a{
color:#aaa;
}
.w-filter li.active a:before,
.w-filter li.active a:after,
.w-filter li:hover a:before,
.w-filter li:hover a:after{
background:#aaa;
}
Thank you 
Hello
Is it also possible to change the color and text color of this part? (please see the screenshot) http://joolsandsven.com/wp-content/uploads/2016/09/42C592DE156440DCBA0526A72B9E7FDD.jpg Thank you,
Hi,
Could you please help? My menu bar and team have disappeared! but if click in each page it has!
Here is the links : http://www.room207thailand.com/ http://www.room207thailand.com/our-team/1. On touch screen devices, the portfolio title background will change to the gray, you can change it by adding the custom CSS to your child theme as below:
.touch .w-view figure > figcaption > h3{ background:#fff!important; }
2. There was an invalid URL in your menu links, this causes the script error on your site and your menu won’t show up.
You should change the page slug by editing your pages one by one, then make sure you have set the valid URL in the page permalink below the page title.
Thank you so much,
How can I change menu bar font please. I want to use my own font 
Like the custom font in other parts on your site, you can upload your font files to “flora-child-theme/fonts/” then add custom CSS to your child theme as below:
@font-face {
font-family: 'yourfontname';
src:url('fonts/yourfontname.eot');
src:url('fonts/yourfontname.eot') format('embedded-opentype'),
url('fonts/yourfontname.woff') format('woff'),
url('fonts/yourfontname.ttf') format('truetype'),
url('fonts/yourfontname.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.top-menu > li > a,
.vertical-menu > li > a,
.live-search-form input{
font-family: 'yourfontname' !important;
font-size: 18px;
}
Thank you 
Hi
Now I am using the code below to control font menu .top-menu > li > a, .vertical-menu > li > a, .live-search-form input{ font-family: ‘yourfontname’ !important; font-size: 20px; }
It works well with my language but for English is the way too big. I wonder if anyway can fix this issue please. (http://joolsandsven.com/wp-content/uploads/2016/09/Screen-Shot-2559-09-23-at-9.54.42-AM.png)
Thank you
Sure you can change the font-size from 20px in the code to 18px or any values to suit your needs.
Hi!
I use the “Left Menu” version of your theme. I have TWO menu level. If I click on the menu to load a new page (example “Services”), the page is loading BUT the submenu is not showing. To show the submenu, I have to click again in the same page (example “Services”)... so I have to click two times in the same page to load de submenu, it’s a little bit confuse for the user.
Could I change that?, I would like to load the new page (example “Services”) and also showing the submenu (of Services in this case). One click to show the page and the submenu of this page.
Thanks!! Juan
It used to be as what you want but we found the issue in some cases especially when AJAX Page is disabled. So we just changed it back.
To work around this, you should add Custom Links type instead of Page type to the parent menu, then move your Services page to submenu like our demo -> http://wydethemes.com/flora2
As you can see on our demo, when you click on Pages -> Services, it will go to the Services page and the submenu always stays there.
However, we will look into this and find a better solution for the Left Menu.
Could you give me the code to have the left menu as I want it? it’s very important for my website.
If this changing is working wrong I could back to the original version.
We’re sorry but it’s difficult to provide the code because you’ll need to edit many JavaScript functions in the main script file. Please wait for the new update of the left menu.
Hi, did the mini cart is traductible now ?
Regards.
Sure, all words in mini-cart are included in PO files and available for translation.
Hi, several translation are not working… in fact if you look at the website fityo . fr and his minicart, all line not translated are in fact in the .po file, so could you check that ?
Regards.
Sossy but when you connected and your cart full, you have other strings that are not translated. (View Cart) (Checkout) and (subtotal). I translate thenmanually and in locotranslate (loco translate edit po files within wordpress admin directly)
I’m not sure about the Loco Translate plugin but I just tried edit the PO files by using POEdit and it works fine. Please make sure you’ve translated the theme with correct way.
To translate your theme, please follow these:1. Open POEdit, then choose File -> New from POT/PO files. 2. Choose flora.pot from "flora/languages/flora.pot". 3. Find the word and translate it. 4. Save it in your WordPress current language such as "fr_FR.po", so you will also get "fr_FR.mo". 5. Install and activate flora-child-theme.zip. 6. Upload both "fr_FR.po" and "fr_FR.mo" files to "wp-content/themes/flora-child-theme/languages/". 7. If you're currently browsing your site, you'll need to open it in new window to refresh the texts in mini-cart.
Hi, this is what Loco Translate do. And this is what i used to do before using this plugin, so i did it just to be sure, and nothing have changed.
Regards.
I don’t know where you save new PO or POT files after editing by Loco plugin. But if you save it in the flora theme folder, you changes will be lost when you update the theme.
So we recommend you to edit the PO file in your child theme instead. Also, I just tried it in the child theme by using Loco plugin and it works fine.
This is exactly what i did.
Edit: It’s working now. i did not do anything for 2 days, but i guess it’s ok now.
Glad to hear that it’s working now.
Hi,
I was planning to use the Baloo webfont, found here: https://fonts.google.com/specimen/Baloo, but I can’t find it in any dropdown list anywhere in Theme Options. Do I have to add it manually? And if so could you guide me through this? Thanks a lot, and congrats for your Flora theme, it’s perfect!
Hi,
We’re sorry but our Theme Options panel was created by Redux Framework and the typography field loads Google Fonts automatically, it doesn’t allow us to add new fonts. If you couldn’t find some fonts, I suppose they will be added in the near future.
That’s a bad news, I guess I’ll have to choose another font then… Thanks anyway for your time!
Me again
I’ve quickly done a search on Redux support, and found this issue, that matches mine exactly: https://github.com/reduxframework/redux-framework/issues/2776
Is this something I can do myself in Flora template files, or is it something only the primary user of Redux (you, in that case) can do, before publishing the final product maybe?
Thanks for your link, we will look into this and will try it to see if it works.
If it works, it will be fixed in the next update so you don’t need to edit the theme at all.
Thanks a lot!
Im unable to edit the template creative agency from demo themes of flora. Like visualizer is not working, please help me out
Please make sure you’re using the latest update of Visual Composer 4.12. Also, try to deactivate other plugins to see if it works.
If it doesn’t work, please PM me your site URL and admin login credentials -> https://themeforest.net/user/wyde#contact
Hi I bought the flora theme How can I change portfolio page :” All ” ” SEE MORE ” and ” Show More ” ? Thanks
All texts are available in the PO files that are included in your child theme.
When you extract flora-child-theme.zip, you will see the po and mo file named “en_US.po” and “en_US.mo” in the folder “languages”.
To translate the theme, please follow this:
1. Edit “es_US.po” with POEdit -> https://poedit.net/download , see more on how to use it -> https://make.wordpress.org/polyglots/handbook/tools/poedit/
2. Find those words one by one and edit it, then save changes.
3. Recompress the child theme folder as “flora-child-theme.zip”.
4. Install this child theme on your WordPress site and activate it.
Also, this theme is compatible with WPML plugin _> https://wpml.org/, you can create multi-language site by using it.
HELP URGENT !!
Hi,
I just put live my website but it is awful to naviguate on mobile.. I have no clue on how to fix it.
Can you please take a look urgently ?
Thanks !
http://drone.paris/Hi,
This is a domain settings issue. You have set the domain redirection in a frameset so when you go to http://drone.paris/ It displays your site inside a frameset that won’t be responsive.
If you go directly to http://www.drone.paris/ it will work fine.
You should disable domain redirect settings and edit the domain with advanced settings mode to add CNAME or A records instead.
Hi, I have just installed your theme and demo however it is not rendering properly – just random code: http://insurancedesign.com.au/
Hi,
Please make sure you’ve installed and activated all bundled plugins: Wyde Core, Visual Composer and Slider Revolution, before importing demo content. You should import demo on fresh installs. It won’t work with your existing content from your old site and other themes.
Also, you should deactivate other plugins on your site before importing demo. You can use only 3 bundled plugins to create any sites like our demos.
See more details on importing demo in our documentation.
Thats fine however Visual Composer doesn’t install, I get the message “Installing Plugin: WPBakery Visual Composer Unpacking the package…” and then nothing. It just stays there.
Try to delete it from your Plugins page first. If you couldn’t delete it completely from your site, you’ll need to delete it manually from FTP or cPanel File Manager. Open cPanel File Manager on your host, then delete the folder “wp-content/plugins/js_composer”.
After you delete this plugin, you will see a notification message at the top of your WordPress admin page to install it again.
So it doesn’t install at all – I can’t see it listed in my plugins page and I just checked cPanel but there is no js_composer in my plugins folder either.
You should install the theme by uploading it in Appearance -> Themes on your WordPress site.
If you install it manually via FTP or cPanel File Manager, please upload the the folder in “wp-content/themes/flora”. Please move your flora theme to the “themes” folder, it shouldn’t be inside other folders.
Also, please deactivate all other plugins to see if it works.
After you install and activate the theme, you will see a notification message to install all bundled plugins.
Please follow the instructions in our documentation on installing and importing.
If it still doesn’t work, please PM me your admin login credentials -> https://themeforest.net/user/wyde#contact
Ok, is it possible to simply install the plugin manually? Is it in the theme zip file download?
Sure, if you’d like you can install it manually. It’s included in the theme folder “flora/inc/plugins/js_composer.zip”.
Thanks, I will try this. Also, I have set my blog page to http://insurancedesign.com.au/blog/ in the blog settings however nothing comes up when I load this page and no text comes up when I try to load an existing post?? E.g. http://insurancedesign.com.au/2010/is-your-it-platform-limiting-your-sales-potential/
Blog page issue:
Please make sure you’ve setup the blog page correctly. I just inspected the code on your site but this page is just a regular page, it’s not a Post Page.
To setup your blog page, please go to Settings -> Reading on your WordPress admin, select “A static page”, then choose your Blog page for a Posts page.
Blog post issue:
There was a plugin conflict on your site, the UT shortcodes plugin hides your blog post text. You should deactivate that plugin and any other plugins to see if it works.
Hi,
I just installed a component (bought on envato) to put google maps position in contact form 7 (https://codecanyon.net/item/google-maps-extension-for-contact-form-7/9689105) but I am facing an error regarding API keys.
I think the Flora native api key for Google Maps put the whole thing in conflict. I tried to delete it in Theme options but it didn’t work.
Could you help me out ? Thanks !
The Flora theme just sets Google Maps API key when including the Google Maps script, it won’t affect your plugin at all. Give me an error message from your browser console. Or PM me your site URL -> https://themeforest.net/user/wyde#contact
hello I need your help, I need to make the mobile some columns can not see, I read in the comments and I’ve tried adding “xs-hide” extra ccs class, but column is still displayed and it is a very big problem
I have very little experience, could you please explain it step by step
Hello,
If you add xs-hide in the Extra CSS Class field, it will hide that column on mobile. If it doesn’t work, please PM me your site URL -> https://themeforest.net/user/wyde#contact
i wanted to create revolution sliders where the texts (added layer) and images slide in together as one “merged” layer. i tried to play around, but i can’t find a way to do so. i’m not sure whether this is possible but i hope so.
Sounds like it’s a carousel slider, see here if it is what you’re looking for -> https://revolution.themepunch.com/carousel-slider-plugin
You can download it here -> http://revolution.themepunch.com/wp-content/uploads/2015/08/classic-carousel.zip
Also, you can find more sliders here -> https://revolution.themepunch.com/free-slider-exchange
Select “Carousel” to see all carousel sliders, they’re all free. Download it to your computer, then import it in Slider Revolution section on your admin page to see how to settings the slide transitions. It’s easier if you create a slider from the slider template.
Great job! Thank you!
Hi Wyde,
I’m having issues linking my menu to pages – as simple as that sounds!
Pages definitely exist, as I can preview them in the pages dashboard. Also, the links between nav and pages are there as when i’m previewing the pages, the relevant nav title is highlighted to show it’s ‘selected’.
But when I’m on the homepage, and navigate along the top nav, if i click on a nav title, the site will launch the new page URL and show the ‘loading’ symbol, but then the page goes completely blank and a light grey icon shows, showing a dotted line and a ‘0’.
I’ve tried all sorts but have ended up deleting Flora, then re-installing it incase I messed up some of the presets as I just couldn’t get the links working.
What makes me think it’s the theme though is that once i deleted the theme, I tested with a standard theme – created a new test page, then linked to it from the menu nav, and the links have worked fine. There’s not been a problem. So it must be a Flora issue – do you have any idea why this is happening, and how to solve it?
Thanks,
Abi
We’ve never seen this problem. I suppose there was a plugin conflict then the AJAX Page doesn’t work.
Try to deactivate other plugins to see if it works.
If it doesn’t work, please PM me your site URL -> https://themeforest.net/user/wyde#contact
Hi Wyde,
That has worked a treat – i think it was the slider plug in. Thanks a mill!!
hi. I can edit and choose a sidebar but how do I create a new sidebar widget? thanks a lot
Hi,
This theme includes only 9 predefined sidebars in different locations based on the theme features and design.
If you’d like to create a new sidebar, you’ll need to install the third party plugin like the Custom Sidebars plugin ( https://wordpress.org/plugins/custom-sidebars/ )
Hello, First off amazing theme! Your work is brilliant.
I have a few questions. My website is under work @ kepler.ae
1. Porfolio hover effect doesn’t work as I would expect. I was expecting a color overlay effect would come when I hover over portfolio items. I have already set a custom color in theme options but still no luck. Any work around?
2. On mobile, the section ‘Our Services’ doesn’t come up properly. When you load the site on mobile, go to the ‘Our Services’ section. The heights of different boxes are different. How do we standardize it? So that all boxes have consistent height on mobile?
That would be all. Thanks!
1. Please choose the hover effect Flora 1 or 3 instead. The hover effect Flora 2 (that you’re using) won’t change the overlay color, it’s always white.
2. Unfortunately, the equal height columns will work only on desktop. The height will be reset as the content height on mobile. You should add an Empty Space element to the top and bottom of the Custom Heading in each column.
Hi. Thank you for the response. Much appreciated!