1368 comments found.
Hello,
since a few weeks my portfolio is not really loading completely. You can have a look on www.miro.media/portfolio. Have you got an idea why it is like this?
Thank you very much Philipp
It seems like the problem has been fixed, everything is working well on my end.
sometimes it works but the most of the time it doesn’t load it completely. At the moment it doesn’t load it completely again
Is stops at the half of the portfolio items
Sometimes it works but the most of the time it doesn’t (since 2 weeks). At the moment it is again only loading like 50% of the portfolio items
Have you got any idea? Thanks
I am also not able to change the portfolio style from standard masonry to e.g. flora masonry…
It is most likely a cross-origin request issue. If you visit your site on HTTP://miro.media/portfolio you won’t be able to load more portfolio items because your site is on HTTPS://miro.media/portfolio
If you’ve setup your site URL to HTTPS, you should visit your site by HTTPS instead of HTTP.
I would recommend you to change your web server configurations or edit the file .htaccess to force all web traffic to use HTTPS.
Regarding the portfolio style, your site is currently using the Flora Masonry layout, I have no idea why you said you couldn’t use that one.
I think I was able to manage it to update the htaccess file. Thank you for your great support. I love the theme a lot!
Glad to hear that it has been solved 
Hello,
sorry, just a short question. How can I update my theme without loosing all my settings? I don’t really find the right answer for this and I am afraid to destroy my whole website (www.miro.media).
Thanks a lot Philipp
i found the documentation file. All good. Thanks
Glad to hear that you’ve figured it out!
Hi – I have just installed Flora in Wordpress, but when I go to load demo content I am prompted to install the Flora Demo Content Plugin… when I search for this in plugins it doesn’t show. How do I find this? thanks
Hi,
The Flora Demo Content is included in the main download package. You can download it from the Downloads tab on ThemeForest: https://themeforest.net/downloads
Choose “All files & documentation” to download, then extract the zip file. You will find it in the folder “Demo Content”, and you can see the instructions on how to import demo content in our documentation.
My site is not allowing the calendar from Team Booking to load properly. I reached out to the maker of the plugin but they are advising me it is something within the coding of the theme. The calendar not loading correctly when when a customer first goes to the appointment page they have to refresh the page for them to see the calendar correctly. Trying to figure out how to fix this issue.
http://www.loveurink.com/It is most likely an issue with the AJAX Page. If you have another plugin that is not included in the plugins support list, you may need to exclude the page where you have that plugin or disable the AJAX Page feature if it doesn’t work properly.
All you have do to is:
1. Go to Theme Options -> AJAX Page, add new URL, then put /appointments/ into the Exclude URLs setting and save changes.
2. If it still doesn’t work, you may need to disable the AJAX Page feature to work around this.
I really like that the theme is really versatile! But I had one question about the classic menu layout. I only get Uppercase letters how can i change this for capitalised letters in my main menu? I’ve tried different fonts but it doesn’t seem to help.
Thank you for your kind words! The main menu letters are in uppercase by default. To change it, you may need to add custom CSS below to Appearance -> Customize -> Additional CSS:
.dropdown-nav > ul > li > a {
text-transform: capitalize;
}
Thanks it worked out great! I also was wondering if it is possible to get my footer text and social media icon could be showing al the time over my main content. I set it to sticky but it disappears behind my content when I scroll up.
And if its possible to make my menu text full black instead of light grey? I’ve tried the custom colour option but then only my hoover colour changes.
1. When you enable the Sticky Footer, it will appear behind the main content and will show up when you scroll down to the bottom of the page. If you’d like it to always visible, you may need to add custom CSS below to Appearance -> Customize -> Additional CSS:
#footer.w-sticky {
z-index: 99;
}
2. Here’s custom CSS to change it to black:
.top-menu a,
.expand-nav.full-nav-active .w-light .top-menu a,
.w-light.w-fixed .top-menu a,
.w-light .top-menu ul a {
color: #000;
}
Hi,
unfortunately, the flora icons on my site are no longer displayed in the safari browser. in chrome and in firefox it works, but in safari are only empty boxes, see here: http://prntscr.com/jxmd7q
in the bottom of the start slider too: http://prntscr.com/jxme26
this is my site: www.housegrafic.de
thanks for your effort.
Tammy 
Hi There,
I just tried it with my Safari, everything seems to work on my end. It displays all icons correctly.
As seen in the screenshots you provided, not only the flora icons but default WordPress icons including any other icons on your site do not show up.
This is not a theme issue but most likely a browser issue. Try to clear your browser caches and refresh the page again to see if it works.
Thanks! Now it works fine!
Glad to hear that it has been solved!
I am trying to install the new updates to Rev Slider and the Visual Composer but I am getting these errors:
Destination folder already exists. /home/content/a2pewpnaspod05_data01/85/41742285/html/wp-content/plugins/js_composer/
Destination folder already exists. /home/content/a2pewpnaspod05_data01/85/41742285/html/wp-content/plugins/revslider/
What do I do?
Nevermind everything is ok!
Glad to hear that you’ve figured it out!
Hello
I am having problems with the responsive side of the website, please look at www.industryintensive.co.uk on desktop and then on a mobile, the images on the “MENTORS” page are completely different. Please can you help? reganshepherd@icloud.com.
When you set the image as a column background, the dimensions of it will be changed depending on the screen size.
Also, if you set the Content Vertical Alignment to Middle, it will increase the height of the columns and make them equal height on desktop, this won’t work on the mobile screen.
However, you may need to add an Empty Space (50px is recommended) to the top and bottom of each column to increase the height of it on mobile.
Thank you so much for your help!
I just have one more query…
When entering text it looks great on desktop, but enlarges it unbelievably on mobile devices and makes it huge, is there a way to turn off the responsive text option?
Thank you for reporting this issue. It will be fixed in the next update of the theme.
However, if you’d like you can fix it right now by adding custom CSS below to Appearance -> Customise -> Additional CSS:
@media only screen and (max-width: 599px) {
.w-custom-heading h4 {
font-size: 20px !important;
line-height: 1.5 !important;
white-space: normal;
margin-bottom: 8px;
}
.w-custom-heading h5 {
font-size: 18px !important;
line-height: 1.5 !important;
white-space: normal;
margin-bottom: 8px;
}
.w-custom-heading h6 {
font-size: 16px !important;
line-height: 1.5 !important;
white-space: normal;
margin-bottom: 8px;
}
}
Also, I’d recommend you to change the Element tag from h4 to h5 if you’d like to make it smaller.
Hi!
We love your theme, but we are having some issues with the WPbakery page builder. The point is that the created modules are not showing in the page backend editor, although the code is in the classic mode and is printed fine in the frontend. The problem is the same in Firefox and Chrome. What could we do?
Thank you for your attention!
Flora 1.5.5 WPBakery Page Builder 5.4.5 Wyde Core 2.6.1
If you did it but still doesn’t work, there may be a plugin conflict on your site. Try to deactivate other plugins to see if it works.
I downloaded the theme yesterday, all the files are updated versions, and I am working in a clean wp installation, so the plugins installed are the provided in the theme pack.
I have just sent you a pm with the login details. Thank you!
Thank you for your message! This is a compatibility issue. Unfortunately the current version of the WPBakery Page Builder plugin is not compatible with PHP 7.2 that your site is running on.
Actually, this issue has been reported to the plugin author a couple of months ago and they said it will be compatible in the next update. However, we haven’t seen any new update so far.
We are sorry but you may need to downgrade the PHP version to 7.1 to work around this.
Solved! I’ve changeg the running PHP version to 7.1 and now is working fine. Thank you so much for your help! 
Thank you for kind understanding. Hope the new version of that plugin will be available soon.
This theme includes a full version of the WPBakery Page Builder plugin. However, this theme comes with custom content elements and features. Some features such as the Full Height Row have been added to that plugin after the theme released and they are not included in the theme design so they are disabled when working with this theme.
We would recommend you to use the existing custom elements and features in the theme so you can create your site like our demos without any problems.
Hi, I have version 5.2.6 or slider revolution. I purchased my theme with slider revolution included I would like to update it and I looks like the newest version is 5.4.7.1.
You will need to update the Flora theme to get the new version of the Slider Revolution plugin.
The latest update of the Flora theme (1.5.5) comes with the Slider Revolution plugin 5.4.71, as you can see in the changelog below:
https://themeforest.net/item/flora-responsive-creative-wordpress-theme/12038776#item-description__update-logAfter you update the theme, you will see a notification message to update that plugin including other bundled plugins. If the notification was dismissed, go to Appearance -> Install Plugins to see all available updates.
Hi guys,
I would like to change the color of the Action Box button individually for a single page.
Current color: #f50087 new color: #ffffff Website: http://www.wunendlich.de/
Do you have an idea how I could change it?
Thanks!
The color of that button is always the same as the theme color scheme. You shouldn’t set the background color of that box to the same as the color scheme.
If you’d like to change the button color, you will need to add custom CSS below to Appearance -> Customize -> Additional CSS:
.w-info-box.w-large .w-content .w-link-button {
color: #fff;
border-color: #fff;
}
Thank you very much.
One additional question: “Read more” is the default button text. Is ist possible to change it as well?
Sure, that is the Link Text. You can change it when you set the URL of the button.
Hello, how do I: a) increase the thickness of a seperator? and b) center a heading? Thanks a lot
.w-separator .w-text:before,
.w-separator .w-text:after {
border-width: 2px 0 0 0;
}
b) You can change the Text Alignment in the Heading settings to Center to center the heading text. If it doesn’t work, please send me your page URL so I can take a closer look.
Hello, · If you set Blog Posts layout to Grid, you will swipe left and right with mobile display. If layout is Default, it will not move left and right. I want to make it not move with Grid.
· I want to hide some sections with mobile browser. I specified it by media query but it was not reflected on mobile. Do you know the cause?
Hello,
1. Thank you for reporting this issue, it will be fixed in the next update of the theme. Also, if you would like you can fix it now by adding custom CSS below to Appearance -> Customize -> Additional CSS:
.w-blog-posts {
overflow-x: hidden;
}
2. You can add an extra class below to the Extra CSS Class field in the settings window of the column or row to hide it on mobile device:
xs-hidden
Thank you!
Hi I have recently had SSL installed on my site. It loads with a security error when loaded with Flora theme but when another theme is installed it works with full SSL cert showing as valid. Will you assist me because I really want to continue using your theme.
This theme is compatible with both HTTP and HTTPS. Our demo sites are also running on HTTPS and everything seems to work well: https://wydethemes.com/flora/
Also, please contact us from the account that purchased the Flora theme to make sure you are currently in the correct product page that corresponds to what you have purchased.
Hello, My website won’t run my video that I have on my Rev Slider. I don’t know if there was an update or anything but the video has been working for a couple months now until lately.
My URL: peakrefreshments.com
Please let me know if there is something I need to do to get it working again. Thank you.
Thank you for the site URL!
We are looking into this and will get back to you if we have any solution.
Also, if you’d like you can try updating the theme and the Slider Revolution plugin to see if it works.
There are no updates available for either. I checked other websites I know use Flora and Slider Rev and their video is down as well.
Hello,
Thank you for your patience!
This is a Chrome related issue, it is working well on other browsers.
The Autoplay Policy of Chrome has been changed in April 2018, it will block roughly half of unwanted media (audio and video) autoplays.
Your site is running on HTTPS but your video is from HTTP (insecure video) so the auto play featured would be disabled.
All you have to do is:
1. Edit your video slider in the Slider Revolution screen.
2. Edit the HTML5 video, change the URLs of video from http://.... to https://...
You can find more details on how to change the HTML5 video settings in the link below:
https://www.themepunch.com/revslider-doc/video-layers/#html5-sourceAlso, the latest update of the Flora theme is 1.5.5, and it comes with the Slider Revolution plugin 5.4.7.1 as you can in the changelog below:
https://themeforest.net/item/flora-responsive-creative-wordpress-theme/12038776#item-description__update-logWe recommend you to install the Envato Market plugin to enable the auto update feature so you can download and install the new update from your WordPress admin page. If you haven’t installed that plugin yet, you will need to manually download the new update of the theme from the Downloads tab on ThemeForest: https://themeforest.net/downloads
Choose “All files & documentation” to download. Extract the zip file first, you will find the instructions on installing the Envato Market plugin in our documentation.
Hi,
I updated the links on the site but it hasn’t fixed. I even cleared my cache to see if that would work. Again, peakrefreshments.com.
I took screenshots of what I did:
https://ibb.co/g1RRNd https://ibb.co/hoVWoJAlso, again, everything is totally updated.
Please alert me of a fix ASAP. Thanks
I guess that you have updated the wrong slider because it is still loading the video from http://e27.2bb.myftpupload.com/wp-content/uploads/2018/01/The_Cucumber.mp4 instead of the one in the screenshot you provided. Try to check your home page and make sure you have selected the one just you just updated the video.
Also, you are currently using the old version of the Flora theme 1.5.4 that comes with the Slider Revolution 5.4.6.4.
The latest update of the Flora theme is 1.5.5, it comes with Slider Revolution 5.4.7.1. You can check the current version of your theme in Appearance -> Themes. Select the Flora theme to see the current version.
The premium themes from ThemeForest do not have an automatic update feature by default, you will need to install the Envato Market plugin to enable it. Otherwise, you won’t see any notification message of the updates, and will need to download the new update and install it manually on your site manually. You can find more details on how to update the theme in our documentation.
I installed Envato Market and everything worked until I updated both Slider Rev and Wyde Core – when I clicked update on them, they shut down the site and I had to restore from backup. I even tried to do the exact same process again and it broke the site again. So I had to restore from backup again. So updating the plugins is basically impossible.
I updated the video files again to https and it matches the slider running on the home page. If the video is still running http then I am fixing the file wrong.
I just updated the theme only and that seems to not break the website. I am going to try to upload the plugins one at a time to see why their updates are breaking the site.
Updating Slider Revolution (deactivated first) did not break the site. While Slider Revolution and the theme are updated however, the video still will not play; I have set all of the sources for the video to HTTPS on Slider Rev – maybe this setting isn’t registering?
Please let me know if there is a fix to this.
Now, your video slider seems to work correctly on my end.
It might be a browser caching issue, try to clear your browser caches to see if it works (press Ctrl+F5 or Command+R for Mac).
Hmmm. The video still doesn’t seem to be autoplaying or playing at all on chrome despite clearing all of my browser cache.
After talking with the author of Slider Revolution plugin, this is a Chrome related issue, sometimes it works, sometimes it doesn’t.
However, this issue has been fixed in the latest update of the Slider Revolution plugin. We will add it to the next update of the theme and will release it ASAP.
Once the new update has been released you will receive a notification email to update the theme and Slider Revolution plugin.
Hello, Finally launched the site, and there are a few questions we have: http://www.wordywhale.com/
1. On mobile, the image of the whale ‘hides’ behind the text. Is there a way to adjust this on mobile view?
2. Is it possible to change the H1 font for the Blogs only? I have a certain font for H1 on other pages, but for the blog title, I want to use a different one.
Thank you!
Hello,
First of all, thank you for the link of the wonderful site!
1. When the column is empty, it will collapse on mobile so you won’t see the background image either. There are 2 ways to work around this:
- Use the Single Image instead of the background image, you can add a Single Image to that column and enable the “Responsive” option of that image so it will display like a background image on desktop but regular image on mobile. That means, you don’t need to set the background image to the column.
- If you’d like to use the background image, you will need to add an Empty Space to that column to make it show up on mobile too. Set the Height of the Empty Space, it will be the height of the background image on mobile.
2. To set different font for the blog post title, you will need to add custom CSS like the one below to Appearance -> Customize -> Additional CSS:
/* For blog posts list */
.w-blog-posts .post-title {
font-family: "Source Sans Pro";
font-size: 20px;
}
/* For blog single post */
.post-detail .post-title {
font-family: "Source Sans Pro";
font-size: 24px;
}
You can change the font-family and font-size to suit your needs.
Hello,
thank you for the css on the blogs title… Is it possible to have css to have the H2 and H3 to also be Source Sans Pro for the blog posts?
.w-blog-posts h2,
.w-blog-posts h3,
.post-detail h2,
.post-detail h3 {
font-family: "Source Sans Pro";
font-size: 20px;
}
Hi,
I have make a grid with photos. http://denbeer.wpengine.comSome photo’s don’t render right at Safari in default window size. After a simple small browser window resize (bigger or greater) it’s rendering fine.
How can I fix this?
Thanks in advance. Herman Belgium
Hi,
The Responsive option of the Single Image is available to make it always stretch and fill its container like a background image. It is suitable for creating a side by side grid layout (image with text) as you can see on our demo: http://wydethemes.com/flora1/about-us/
So, it works great when you have the text or other content beside the responsive image like the first section (ONZE EXCLUSIVITEIT ONZE SFEER) and the third one (ONZE KEUKEN) on your site.
When you have only images in the row, you don’t need to enable the Responsive option if they all have the same dimension.
However, if some of them have different dimension, you have to enable the Responsive option only for the ones that have different dimension.
In this case, your images have the same dimension so you have to disable the Responsive option for those images in the 2nd and 4th row.
Hi Help please! Im having problem with the Visual Composer. I’m trying to change some info in my page, but Visual Composer seems like it’s not working. What can I do?
Please ensure that you’ve updated the theme and Visual Composer to the latest update to make sure it will be compatible with the new version of WordPress and work properly with other plugins.
Hi! I just finished updating everything, and tried again and it still isn’t working, It stays like updating and it never comes up, just the Backend editor comes up, but the Classic Mode doesn’t.
There may be a plugin conflict on your site. Try to deactivate other plugins to see if it works. If it still doesn’t work, you can give me your WordPress admin login details in the contact form below:
https://themeforest.net/user/wyde#contactThank you very much!! I’ll try to deactivate the plugins and let you know.
Thank you for the login details! This is a compatibility issue, you’re using the old version of Visual Composer that is not compatible with the new update of WordPress.
You will need to update the theme to get the new version of Visual Composer. I just sent you more details to your email directly.
Thank you so much!!!
Everything is working perfectly now, Thank you so much for your help!!!
You’re welcome
Glad to hear that the problem has been solved!
Hi, is there a way to make a page entirely black and have a small amount of content sit in the middle and be responsive to all sizes of screen?
The easiest way is using a fullscreen slider. With Slider Revolution, you can add a fullscreen slider with a black background, then put the content in the middle so you will always have a black page on all sizes of screen.
Also, you can enable the Custom Grid Size so you can adjust font size and styles of the content for each screen size, you can find more details about Custom Grid Sizes here: https://www.themepunch.com/revslider-doc/slider-setup/#custom-grid-sizes
Once you have a fullscreen slider, you will need to add it to the full-width row. Also, if you’d like you can remove the Header and Footer in the Flora Settings at the bottom of the page edit screen.
Hi,
I use the Flora theme.
How can i get featured image in Portfolio in a ‘Grid’ but full width? One photo per row not cutting in photo? No sidebars.
Thanks for our answer.
Herman Belgium
The portfolio grid layout always displays the pictures in squared thumbnails. I would recommend you to use the Standard layout (Vertical) instead: http://wydethemes.com/flora1/portfolio-item/portfolio-7/
Also, you will need to add your pictures to the portfolio content instead of the Gallery Options.
Here’s a quick guide:
1. Edit your portfolio post.
2. Choose the Standard layout (first option).
3. Add your images to the portfolio content. If you’re using a page builder, you can use a Single Image element. If you’re using a Classic text editor, you can click on a button “Add Media” to add your images to the post content directly. Please don’t forget to choose original size so it won’t crop your images.
4. Remove all images from the Gallery Options. Then save changes.
5. Go to Theme Options -> Portfolio -> Portfolio Single Post to disable the option “Display Featured Image”.
6. Add custom CSS below to Appearance -> Customize -> Additional CSS to remove the sidebars:
.portfolio-default .main {
width: 100%;
float: none;
}
.portfolio-default .sidebar {
display: none;
}