Discussion on Flora - Responsive Creative WordPress Theme

Discussion on Flora - Responsive Creative WordPress Theme

By
Cart 1,641 sales
Well Documented

Wyde supports this item

Supported

1370 comments found.

Hello Wyde,

How an i achieve a fully transparent menu like here ? : http://wydethemes.com/flora6/

Regards.

You can choose any options in Flora Options, these settings will affect individual page and won’t mess up automatically generated pages.

Thanks,

Also i have trouble setting up a sidebar for my blog category :

http://www.design-by-jaler.com/category/actualite/

Currently any of settings of theme options seems to work.

Cheers.

You can only choose the position of sidebar for blog category in Theme Options -> Blog -> Blog Archive but you couldn’t choose any sidebar name for this page, it will display the Blog Sidebar by default as you see in our demo site -> http://wydethemes.com/flora1/category/inspiration/

I have purchased the Flora WordPress template and recently I am have major issues with the Chrome browser.

All the sliding titles no longer appear. They appear in every other browser except Chrome which is one of the most popular these days.

In fact, your live demo has the same issue in Chrome, some titles do not appear.

I am on a deadline, how can I fix this issue ?

This is a bug with slide animation on a new update of Chrome. Thank you for reporting this issue. It will be fixed in our next update.

Good evening!

The info boxes are not working properly on my homepage. The words are not displayed, only the icons appear . And the links of these boxes do not work too.

http://malaekuia.com.br/

This issue has been fixed in our recent updates, please update your theme to fix this issue.

Thank you!

When clicking in any portfolio-item the site returns with a 404 Error. I’ve tried to move to other URL, but the error persists. Can you help me?

Navigate to Settings -> Permalinks, select Post name and save changes. Your site will clear and re-generate rewrite rules.

If it still doesn’t work, please send us your site URL in the contact form -> http://themeforest.net/user/wyde#contact so our support can investigate this issue and help you out.

This worked for me! Thank you guys! :D

Thank you very much for your detailed answer to my questions. I’m working on implementation for now, and will have later a few more questions. Have a nice day, Michel (France)

It’s my pleasure :)

Have the same problems now also on chrome like zouhirchahoud mentionend before. It even happens even with your Demo-Version. The slide-in header texts are invisible until you hover it with the mouse.

Right now it only works on Firefox.

Please fix that soon!

Here is a screenshot: http://fs5.directupload.net/images/160319/lwky2t5f.png

PS: It only appears when I choose “no animation” so I think there must be a problem with the animation.

PPS: Slide in left or right works… seems to be only a problem with the fade in. Maybe Chrome had a new update and now has problems with the opacity transition?

Thank you so much for taking the time to report this issue. We suppose this is a bug with the animation in this theme on a new update of Chrome. We will fix it ASAP!

Anyone facing text visibility issue? I’m on OSX Chrome 49.0 and some header text is invisible until I refresh any of it’s CSS properties.

Wondering if any of you guys facing the same issue

Could you please send us your site URL in the contact form -> http://themeforest.net/user/wyde#contact so our support can investigate this issue and help you out.

We suppose this is a bug with the animation in this theme on a new update of Chrome since we’ve never seen this issue before and it’s working fine on Firefox. We will fix it ASAP! Thank you for reporting this issue.

Thanks guys for replying really quick.. Looking forward to get the update as some website affected are on production.

Olá! Esse tema tem o efeito KEN BURNS na pagina inicial?

We have no demo slider with ken burn on our demo sites but this theme comes with Slider Revolution plugin that support ken burn effect that you can easily create ken burn slider by importing ken burn slider templates.

Hello, when do you think you can answer at least the last question of my email of a couple of days ago, so that I can progress in my work ? Thank you in advance, Michel

I just replied to your email.

Hi I need to change the URL for logo to another URL. Where do i change it? I dont seem to find it in header.php. Thanks

Hi,

We use the home_url() to retrieve the home URL that you defined in Settings -> General -> Site Address (URL). If you’d like to change to another, you can edit it in “templates/navigation/header-nav.php”. However, if you edit this file directly, your changes will be lost if you update the theme.

Is it possible to create your own custom Icons or add an image (to the info box) rather than use a icon?

thanks

The maximum height of logo should be 95px to fit within the header so when you have a wide logo, it will be appeared too small.

However, if you’d like you can add the custom CSS to adjust the size of logo for each state of header as below:

//Desktop
#header #header-logo img {
    max-height: 95px;
}

//Desktop Sticky
#header.w-fixed #header-logo img {
    max-height: 50px;
}

//Mobile
.mobile-nav #header #header-logo img {
    max-height: 50px;
}

//Mobile Sticky
.mobile-nav #header.w-fixed #header-logo img {
    max-height: 30px;
}

max height 95px? that makes it unreadable and tiny as it’s still drawing on this in the CSS:

header-logo img {

max-height: 35%;}

A logo that’s only allowed to be 95px high is a problem. if you view the site now, you’ll see the problem.

Exactly, you will have the problem when you have a wide logo. If you have the square logo it will fit perfectly when you set the max-height to 95px. This is just the recommened height but in this case, you can change the max-height as your needs.

Dear Flora authors,

Is it possible to adapt the height of the Slider-Gallery in a portfolio site? Maybe be changing the CSS stylesheet?

Thanks in advance,

Christian

By default, the theme will display the large square images in 640×640px on portfolio slider layout. If you would like to change the height of the slider, you can add the custom CSS below to Theme Options -> Advanced -> Head Content:

<style type="text/css">
    .portfolio-slider .owl-item > div, 
    .portfolio-slider .owl-item a{
        height: 440px;
        width: 440px;
    }
</style>

Hello,

I have a few problems with the theme after purchase. I will list them below:

1) Visual composer will not update. It keeps saying I do not have sufficient access when I click to go into it’s Settings to validate my license

2) I have imported the demo content but it looks very very different to the demo I bought the theme based on.

Could you please help? I do not mind giving you access to my website.

Kind regards, Adam.

Quick update after having a play around:

- Please ignore number 2 - Number 1 is still an issue - 3) There is still an animation bug (i emailed you regarding this a few weeks ago). You said you were going to fix it and it has been fixed on your demo site, but it is still present on the website I have set up.

Kind regards, Adam.

Hello,

1. The latest update of Visual Composer that came bundled with the theme is 4.9.2. If you’re currently using this version, you don’t need to update it. This plugin need to be updated by the theme creator. We will add the new update of this plugin in our next update.

3. This issue will be fixed in our next update that will available in a few days.

Hello, congrats for the great theme, I would like to ask what would be the best and easiest method to add category filters ( Quicksand style animated) to the blog post page, just like the ones on the portfolio pages. Thank you very much!

Hello,

This theme has no category filters for blog posts. You need to modify the blog posts template in “templates/shortcodes/wyde_blog_posts.php” but we don’t recommend because if you modify any theme file directly, your changes will be lost when you update the theme.

Hello,

I have a problem with apple devices (ipad and iphone), they don’t show some images. You can check the problem here : http://randoendmm.cluster005.ovh.net/quattro/ The problem is the same with safari on mac devices.

Check the one called “RESTAURANT ET ACCUEIL PERISCOLAIRE TREIZE VENTS” for example on home page. There is also big problems with the page : http://randoendmm.cluster005.ovh.net/quattro/portfolio-item/restaurant-et-accueil-periscolaire/

Thank you !

Hello,

I suppose this is an issue with your image name, you have invalid characters in image URL such as intérieure and exte?rieure so Safari couldn’t display your images. You should rename your images (try replacing é with e) before uploading them again.

OK, i didn’t check, the person which made the updates is not a webmaster, she didn’t look. Sorry for disturbing !

hi. my name is Seongtae-Hong. i bought theme yesterday but i don’t get yet !!!

what should i do?

Hi,

First, you should download the main files from ThemeForest. Go to the Downloads page on ThemeForest. You will see Flora – Responsive WordPress Theme in your purchased list. Click Download all files & documentation. Extract the downloaded file, you will see all files and documentation, please follow the instructions on how to install the theme in our documentation. You can also import the demo content to receive predefined templates that’s included in the theme.

Cheers.

Hello,

I’m using Woo Commerce on my site. I’d like to have a gallery on each individual product but I dont want the extra gallery images to show on the product’s page or on the homepage where I have 3 chosen products. Please could you help me remove this feature.

All best, Stuart

Hello,

You should use the Gallery Image element instead.

1. Enable Visual Composer to build your product detail page by navigating to Visual Composer -> Role Manager. In Post types, choose Custom and select “product”.

2. Edit the product, if you have images in Product Gallery box at the right hand side, please remove them.

3. Build your product detail with Visual Composer, add a new Gallery Image element then choose your images and gallery type to display.

Hi, I would like to add the Language Widget from WPML into the homepage using the Creative Agency theme of Flora and its not possible. I basically just want to have a Language Selector Drop down on the top right corner (or somewhere visible). Are you able to assist?

They have provided this instruction: The drop-down language switcher can be added to your theme by inserting this PHP code: <?php do_action(‘wpml_add_language_selector’); ?> or as a widget.

Could you tell me where I can add that line of code?

Thanks

You can change the menu text for each page by editing the page, scroll down to Flora Options at the bottom. Select the Header tab, choose Dark for the Foreground Style so the menu text will be black.

Super, thanks so much!!!

My pleasure :)

Hello! Is it possible to use a image gallery/slider instead of the standard portfolio post? Each of my portfolio itens has 20 pictures. Thanks!

Hello,

This theme comes with 4 different layouts of portfolio post. Instead of Standard layout, you can display your portfolio images as follows:

Gallery -> http://wydethemes.com/flora1/portfolio-item/portfolio-12/

Grid -> http://wydethemes.com/flora1/portfolio-item/portfolio-11/

Slider -> http://wydethemes.com/flora1/portfolio-item/portfolio-14/

Hi, I am about to get Flora WordPress Theme, but I just have some questions.

1. With the video background, is it possible to have it with sound. 2. Can I have the video background with a hidden right bar menu? 3. How hard is it to customize.

The thing is that I need the site to be almost identical to this one http://pushhere.com/ but with sound and when you click on the hidden menu, to have the menu in the bar and a plugin installed in the rest of the screen. How hard will it be to adapt it?

Thank you very much for your answers!

Hi,

1. When you add your video to slider, you can easily turn on/off the sound of video as you see in the Slider Revolution documentation -> https://www.themepunch.com/revslider-doc/slide-layers/#layer-video

2. This theme has only left side menu as you see on our demo -> http://wydethemes.com/flora2 and this menu always visible. You can add a menu widget to the sliding bar at the right bar and it will show up when you click on a plus icon like this demo -> http://wydethemes.com/flora3/

3. This theme comes with smart theme options, you can easily customize your site with just a few clicks. Also, you can build your content by using Visual Composer Drag & Drop page builder without coding.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey