1370 comments found.
Can I group many pictures in 1 single portolio item inside a gallery? I want to be able to click the portfolio item in the gallery and see other pictures from the same Project, without going to another single page. Thank you.
Unfortunately, the portfolio grid displays only one featured image for each project, you’ll need to click on each project and go to the single portfolio page to see all images in the gallery.
BTW, if you display the portfolio grid in Standard Masonry layout ( http://wydethemes.com/flora1/standard-masonry-full-width/ ), it will group all images of each project and display them as slideshow but it won’t show these images in the lightbox when you click on the images.
Hi there,
I imported Creative Portfolio demo into my site and how can i change the head photo?
Thank you,
Hi there,
The head photo is in the main slider, you can edit the slider in Slider Revolution page on your WordPress admin. The main slider on Creative Agency demo is a video slider, if you’d like to replace with an image, you should remove an HTML5 video layer and add an image layer instead.
See more on adding an image layer -> https://www.themepunch.com/revslider-doc/image-layers/
I have more question! How can i use my own font?
Thank you,
In order to use a custom font, please follow the below steps:
1. Install and activate flora-child-theme.zip (you can see the child theme in the main download package).
2. Upload your webfont files to “wp-content/themes/flora-child-theme/fonts/”.
3. Navigate to Appearance -> Editor to edit Flora Child theme.
4. Add the below custom CSS to Stylesheet (style.css):
/* Definition */
@font-face {
font-family: 'yourfontname';
src:url('fonts/yourfontname.eot?n4ripc');
src:url('fonts/yourfontname.eot?#iefixn4ripc') format('embedded-opentype'),
url('fonts/yourfontname.woff?n4ripc') format('woff'),
url('fonts/yourfontname.ttf?n4ripc') format('truetype'),
url('fonts/yourfontname.svg?n4ripc#yourfontname') format('svg');
font-weight: normal;
font-style: normal;
}
/* Use */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'yourfontname', Arial, sans-serif;
}
Also, you can use it in slider. Even your font name won’t show up in the font list when you edit text layer in the slide, you can enter your font name directly to the font name field to set it as the font of any text layer.
Thank you so much 
Hi,
I couldn’t find “wp-content/themes/flora-child-theme/fonts/”.
It has just only “wp-content/themes/flora-child-theme/languages/”.
Or i have to create new folder?
Thank you.
I created fonts folder and follow your steps but nothing change! Please see my screenshot if somethings wrong.
http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-26-at-9.08.14-AM.png http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-26-at-9.07.46-AM.pngMy apologies, the font settings in Theme Options are more important than your settings in child theme so it doesn’t work. Try to change the previous code in style.css as below:
/* Use */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'yourfontname', Arial, sans-serif!important;
}
Also, please remove function wpex_add_custom_fonts at the bottom of this file. It couldn’t be added in the style.css.
Change the code in child theme? http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-26-at-9.59.21-AM.png
Do i have to upload the fonts folder in “wp-content/themes/flora/fonts/” too?
Just only change the code in style.css inside your child theme.
Done! but still nothing change http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-26-at-9.59.21-AM.png
Please tell me what do i have to do next!
Thank you,
Sorry, my answer was not clear.
I mean that you should add the ”!important” to the end of the font name but don’t remove the one at the top.
Here the full code:
/* Definition */
@font-face {
font-family: 'yourfontname';
src:url('fonts/yourfontname.eot?n4ripc');
src:url('fonts/yourfontname.eot?#iefixn4ripc') format('embedded-opentype'),
url('fonts/yourfontname.woff?n4ripc') format('woff'),
url('fonts/yourfontname.ttf?n4ripc') format('truetype'),
url('fonts/yourfontname.svg?n4ripc#yourfontname') format('svg');
font-weight: normal;
font-style: normal;
}
/* Use */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'yourfontname', Arial, sans-serif!important;
}
Still nothing change! Could you please look at it again if anything wrong.
http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-26-at-11.43.52-AM.png http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-26-at-11.52.28-AM.pngThank you so much,
Please remove “e” from the last character of “thaisanslite_r1e”. Actually, it should be “font-family: ‘thaisanslite_r1’, Arial, sans-serif!important;” because your font name is “thaisanslite_r1”.
Already removed “e” and still nothing change! It will be automatically change when I put the code on right?
Thank you very much,
Please make sure all font files have been uploaded to “flora-child-theme/fonts/”, because now the browser couldn’t download your font files.
Thank you so much 
It is working now! but how can i increase the font size please. Also, portfolio pages are not working! 404 Page Not Found (http://www.meeprom.com/gallery/)
You can normally set the font size in Theme Options -> Typography. Choose the font size option for each element. If you’re using Custom Heading element, you can set it in the Font Size option in the element settings window.
Also, you can set it in CSS as below:
body{
font-size: 16px;
}
h2
{
font-size: 20px;
}
Regarding the portfolio issue, sounds like that is a permalink settings issue, please go to Settings -> Permalinks, then click on Save Changes button to re-generate permalink rewrite rules.
Sorry for more question!
I could not increase the font size even i put the code above on. It still the way too small.
http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-27-at-9.12.28-AM.jpg http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-27-at-9.12.15-AM.jpg http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-27-at-9.31.57-AM.jpg http://www.meeprom.com/wp-content/uploads/2016/07/Screen-Shot-2559-07-27-at-9.46.46-AM.pngThank you very much,
Those headings and texts are in custom elements that have the custom font size. Please add !important to the new value too.
For example:
body{
font-size: 16px!important;
}
h4
{
font-size: 20px!important;
}
h3
{
font-size: 20px!important;
}
li
{
font-size: 20px!important;
}
Thank you so much 
No problem 
Thank you for your help! I’m looking forward to working with this fabulous theme!
You can disregard this message. I meant to include it with your reply to me above. Sorry! 
Is there any way I can have the short codes for the Creative Agency demo?
Please send us your email address in the contact form -> https://themeforest.net/user/wyde#contact
Hi There,
I purchased and am starting to work on your FLORA theme. It’s parked at the following:
http://gonefishin.bigfishcreative.bizI am trying to upload the flora.xml, but I keep timing out. I called my Internet provider to have them increase my limits per your instructions in the documentation, but I was told I’m maxed out for my Internet speed for my area.
Is there any way to ftp the xml file? Any other options?
Also, I now seem to have two menus…
Finally, why do comments show up on the comments page? I didn’t realize that until I went to ask you about the menus, and I had put in my admin credentials. How do I contact you with them where that isn’t broadcasted everywhere?
Thank you.
cathy
Hi there,
You can import demo content in Theme Options -> Home, click on a demo icon you’d like to import.
BTW, to import demo content manually, you’ll need to upload the XML file in WordPress -> Tools -> Import. But can’t upload through FTP.
Also, you can send your site credentials via a private message -> https://themeforest.net/user/wyde#contact
Thank you for your help! I’m looking forward to working with this fabulous theme!
hi, I’ve a problem with Flora Theme Wordpress. On Safari browser the website remain on the same page.
We’ve tried with Safari on both iMac and Macbook, everything works fine. Not sure what’s the version of Safari that you’re using. Also, if you’d like you can send us your site URL in the contact form -> https://themeforest.net/user/wyde#contact so we can try it on your live website.
Hy Wyde, i’m still not able to translate minicart…
The latest update of the theme includes the new version of PO files in the folder “languages/flora.pot”. If you’re using child theme, please update your child theme too.
Also, the latest update of the theme comes with a new option to hide mini cart in Theme Options -> Navigation.
Hello,
I have just been notified of an issue regarding the menu of your theme, Flora 6.
It only happens in the browser Safari, it does not occur in other browsers. I have attached a video to a direct email to yourself which shows the error. But basically the menu has about 6 pages in it but it cuts most of these items off in Safari, it’s very strange.
I shall look forward to your response.
Regards
Hello,
We’ve received your email. Thank you so much for taking the time to report this issue. It has been fixed today and will be included in the next update that will be available to download in a couple of days.
Hi, Can you please tell me if it’s possible to have two dev modifications for header and testimonial carousel ? I tried to change CSS, but it doesn’t work with responsive screen… I’m not developer, can you please tell me how much does it cost for :
1/ Header My client wants some pages of the menu separate to the principal menu. I create a second menu (top menu), and you will have to CSS it to place it correctly (principal menu centered, and top menu right). I tried to set CSS but the 2nd menu doesn’t appear in the mobile menu in responsive mode and is not well aligned.
2/ My client wants the testimonial carousel to have big photo at the left, and the text at the right (I add float:left to the image and change width, but photo is pixellised, and the navigation above side of the photo is not correct place). I tried to add col class but it’s not working… and problems with responsive screen.
Can you please tell me if you can fix it and how much cost ?
Thanks to send me your email, to give you screenshot of what we want and access to the website for you.
Nathalie Dujardin
Hi,
We’re sorry but the product support doesn’t include modification/customization services and we have no these services so we couldn’t answer how much does it cost.
You’ll need to modify the navigation template in “templates/navigation/header-nav.php” and testimonials slider template in “templates/shortcodes/wyde_testimonials_slider.php”.
BTW, we do not recommend you to modify any PHP file in the theme. If you modify these files, your changes will be lost when you update the theme. You should use custom CSS in the child theme instead.
Hi
This is the last bug that i have before launching the webpage. In this site
http://www.2002marketingroup.com/sitio/blog/The video runs on desktop computers, but on mobile devices, not. I try with posting a poster image or without it, but the video not runs on mobile device.
The video is on HTML5 (with the 3 versions) and is put on Slider Revolution. How i can resolve this?
Thanks
Hi,
If you’re adding your video as a background, it won’t play on mobile. You need to add your video into the Video Layer instead, see more on adding Video Layer -> https://www.themepunch.com/revslider-doc/video-layers/
BWT, even you add it in a video layer, the slider won’t play your video automatically on mobile since mobile devices don’t allow this and Slider Revolution plugin doesn’t support auto play video on mobile, you’ll need to click on the video to play it, see more -> https://www.themepunch.com/faq/video-not-showing-up-on-mobile/
Cheers.
I cannot get visual composer to work. i updated to the latest version of the theme. It was at least then allowing me to view the visual composer but now I still cannot add any blocks or elements to a page or a post and I cannot edit any that are already there. Please help. Thank you.
Please make sure you’re using the latest update of Visual Composer 4.12 that came bundled with the latest update of this theme. If you couldn’t update this plugin, please delete it from your Plugins page first. After you delete it, you will see a notification message at the top of the page to install a new one.
If it still doesn’t work, please send us your site URL and admin login credentials in the contact form -> https://themeforest.net/user/wyde#contact
hello sir,
i will send contact form but it showing this message ” Failed to send your message. Please try later or contact the administrator by another method.”
Please help me and give me best support
Please make sure you have set the mail settings correctly, see more -> http://contactform7.com/setting-up-mail/
Hello Wyde,
How could we translate mini-cart to French ? Since those lines are not in the tranlation files and there is no way to desactivate mini cart.
Regards.
They will be included in the PO files in the next update. You can disable mini-cart in the top navigation in Theme Options -> Navigation -> Shopping Cart Icon.
Sorry but i need the shopping cart icon, what i need is just traduction or a way to disable mini cart. Because it’s an inconvenience for my french users, and i never ask for english contant that i cant translate.
Regards.
Unfortunately, there is no option to disable mini-cart in current version. BTW, we will update PO files in the next update so you can translate mini-cart to French.
Can i have those files early then ?
Regards.
We will update this file and send it to your email ASAP!
Hello support. I recently setup SSL certificate on my site www.thinkwerx.com. But, unfortunately, its doesnt load with https version. SSL is setup perfectly. Error is related to insecure content. I dont understand what to do. Please visit https://thinkwerx.com to see whats happening.
Hello,
There was an PHP error in your Instagram for WordPress plugin, please deactivate this plugin to fix this issue.
If it still doesn’t work, please deactivate other plugins one by one to see if it works because you can work this theme with SSL without any problem.
Also, some background images/icons on your site are from insecure sources, after you setup SSL and use HTTPS instead of HTTP, you’ll need to change those background images/icons by choosing them from the HTTPS.
I figured out this issue is related to insecure content. Probably instagram plugin was causing some issue too. But, related to HTTPS, i found two images which were coming from http which i changed it to https. Now, it shows up chrome but still same firefox. Can you also check and see what more changes do i need to make??
Thank you for your response!!
Unfortunately, I can’t access your site since there was an error from your Instagram plugin.
BTW, I see there are some warnings in browser console, it says there are some insecure images as follows:
Favicon: Appearance -> Customize -> Site Identity -> Site Icon Top Navigation Logo: Theme Options -> Navigation -> Top Navigation Side Navigation Logo: Theme Options -> Navigation -> Side Navigation Custom Menu Icon: Theme Options -> Advanced
Also, you can see all insecure content list in your browser console and change that content source one by one.
Hi I need some help. everything was working great on our staging site, and now pushed it live, google maps isn’t loading – something in the javascript error log about missing key – you can see it here http://square1marketing.co.uk/contact/. Please let me know ASAP what we’re supposed to do, as the site is now live!
Hi,
Google no longer support keyless access for all new domains that created on or after June 22, 2016, as stated on the new update of Google Maps APIs Standard Plan -> https://developers.google.com/maps/pricing-and-plans/standard-plan-2016-update
You’ll need to set the Google Maps API key for your new website to use Google Maps. Unfortunately, the current update of this theme has no option to set this API key, we will release the new update that includes new option for Google Maps API key within 48 hours.
Ah ok, got you. I’ll replace it with a standard embed for now, as I’ve created the API key but have no idea how to implement it at the moment!
PS thank you for getting back to me so quickly
Thanks for your kind understanding!
any news on this update?
Also, I have just found another little bug – when you insert a single image, and select the check box for it to be responsive (Responsive Allow image to auto resize to fit within the container) it no longer allows you to link it to another page.
Looking at the source code, the image with the link appears to be “underneath” another version of the image which is set as a background image. Is this something you can fix?
For example, this is on our new homepage:
<div class="w-image text-center w-responsive" style="height: 563px;" data-animation="bounceIn">
<div style="background-image:url('http://square1marketing.co.uk/wp-content/uploads/2013/12/Square1-Stormtrooper.jpg')" />
<a href="/contact/" target="_self"> <img src="http://square1marketing.co.uk/wp-content/uploads/2013/12/Square1-Stormtrooper.jpg" alt="" />
</a></div>
From a quick play in the console, if the background image div could sit inside the link, it would all work perfectly – not sure if this is something you can easily change within the theme files?
My apologies for the delay in updating the theme because there are many issues need to be fixed in this update.
Regarding the responsive image issue, it will also be fixed in this update. Thank you for taking the time to report this issue.
that’s great! thanks for letting me know (at least it wasn’t something that i had done wrong!)
Those issues have been fixed in the latest update of the theme that is available to download now.
thanks. Just so you know, updating broke some of my layouts as image sizes seemed to go a bit out the window on single images and on the carousel. also, each time I have updated the theme, my permalinks have broken for my portfolio, and I’ve had to resave the permalinks page after being shown both times by someone else that none of our client pages were working… a bit embarrassing!
Not sure on the single image and the carousel issues, if you’d like you can send us your page URLs so we can investigate these issues and help you out.
Regarding the permalink issue after updating the theme, if you update the theme by uploading the theme file in Appearance -> Themes. It might be because the theme removes your permalinks settings after you activate the theme. If so we will remove this function in the next update.
BTW, we usually update the theme via cPanel File Manager and we’ve never seen this issue before.
Ah, right – I use the Envato Market plugin to update themes purchased through here – just makes it an easier process.
With the images, I seem to have sorted these now, so no great issue there. It was just some of the images were suddenly larger than they should have been. Editing each affected page and changing the image size from the dropdown to “original” appears to have sorted it.
Thanks again!
Thanks for your response. We will look into this and will try to remove the code that clears the permalinks settings to see if it works.
Hi, I’ve any problem with the arrows “prev post” and “next”..on my web site i don’t see the arrows but a different word like “e761” or “e762”...what can I do? Tnx
Please send us your site URL through a private message -> http://themeforest.net/user/wyde#contact
the website is lnx.axara.it
Can’t access your site “The site is coming soon”.
can i leave you my admin and password?
All comments are public, please do not post your site credentials here, in the future please send them through a private message instead -> http://themeforest.net/user/wyde#contact
The Backslash (\) in the CSS classes have been removed so your site won’t show the icons correctly but will show the text instead.
I suppose I’ve modified the file “css/flora.css” directly on Appearance -> Editor, so it removes the \ from your stylesheet. Please do not modify any file in the theme directly, please do it in your child theme instead.
To fix this issue, please update the theme to replace all changes.
I modified the color of the text on the menu bar from css/flora.css on my webspace..for fix the issue i can update the theme? in which way?
You’ll need to update the theme to fix this issue. Unfortunately, if you update the theme, your changes will be lost. So in the future please use child theme if you’ll need to edit the theme.
tnx for the support..
p.s.: Can you say me in which part of the CSS the ”\” was removed?
Find “content:”, the value that starts with ‘exxx’ should be ’\exxx’.
BTW, we recommend you to update the theme because there are too many issues have been fixed in the latest update of this theme and it comes with the latest update of Visual Composer and Slider Revolution plugin.
How to fix this ? It’s worked on localhost but not working when published.
PHP Fatal error: Uncaught exception 'Exception' with message 'fetch - <b>Unknown column 'type' in 'where clause'</b><br />---<br /> Query: select * from lxp_revslider_sliders where `type` != 'template' OR `type` IS NULL order by id ASC' in /home/xxx/public_html/wp-content/plugins/revslider/includes/framework/functions.class.php:14
Stack trace:
#0 /home/xxx/public_html/wp-content/plugins/revslider/includes/framework/db.class.php(26): RevSliderFunctions::throwError('fetch - <b>Unkn...', -1)
#1 /home/xxx/public_html/wp-content/plugins/revslider/includes/framework/db.class.php(41): RevSliderDB->throwError('fetch - <b>Unkn...')
#2 /home/xxx/public_html/wp-content/plugins/revslider/includes/framework/db.class.php(145): RevSliderDB->checkForErrors('fetch')
#3 /home/xxx/public_html/wp-content/plugins/revslider/includes/slider.class.php(2791): RevSliderDB->fetch('lxp_revslider_s...', '`type` != 'temp...', 'id', '', 'ASC')
#4 /home/xxx/public_html/wp-content/themes/flora/shortcodes/class-shortcode.ph in /home/xxx/public_html/wp-content/plugins/revslider/includes/framework/functions.class.php on line 14</b></b>
We’ve never seen this issue before. Try to remove the Slider Revolution plugin and install it again and please make sure you’re using the latest update of this plugin. Also, in the future please contact us from the account that purchased this theme to make sure you’re currently in the correct product page that corresponds to what you have purchased.
Hi, i’ve had my portfolio working on the previous version of the theme and have just updated to the latest version and now portfolio content does not load when I click one of the portfolio items, i get an error 404 page. When I go into the portfolio dashboard I can see all the portfolios posts, so i’m stumped on ideas. my website is http://zoescottsmith.com/
Try to refresh the URL rewrite rules in Settings -> Permalinks. Simply click on a save changes button to update WordPress rewrite rules.
Hello My name is John
Why in the pages as the home in slider, the single image when select image and updated, the image not appears full the size is more that 1280×720 and image appears cut.
I wait your answer
The image in slider will stretch to full the slider width, please make sure you’re using the Full Width or Full Screen slider and change the Content Width option of the row to Full Width.
Also, if you’d like you can send us your site URL through a private message -> http://themeforest.net/user/wyde#contact so we can investigate this issue on your live site.
Hey I talked to my server host provider and they said that a theme plugin is really slowing down the website. I wanted to see if you could take a look at this and let me know what the issue could be. I would really appreciate it. I can provide login details if needed.
Thanks.
Hi,
If you have any other plugins, please deactivate them. You can use only 3 plugins that came bundled with the theme to build your site.
If you’d like you can send us your site URL and admin login credentials through a private message -> http://themeforest.net/user/wyde#contact
Hi,
Your site has too many plugins are running. You should deactivate unnecessary plugins and please use only ones as needed. The more plugins, the more loading times.
Also, your background images are too large. All background images such as slider background, title area background and section background will display as original size as uploaded. You’ll need to resize them before uploading to your site. The background images should be smaller than 1400px since they’re displaying as background so you don’t need to use the high resolution images at all.