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.

Hi, I am using the ‘title area’ feature for my site. 2 questions:

1. when choosing a text color this color is applied for both Page Title and Subtitle. Is there a way to use 2 different colors for the 2 different titles?

2. is there a way to avoid capitalization in the Page Title?

Btw: Love your theme! It’s one of the most flexible themes I’ve ever used. Thanks a lot!

Strange, it’s not working. but maybe it asked the wrong question, as the title in the title area is per default not capitalized but all letters are written in capitals. And I don’t want that. Does this make a difference regarding the custom CSS you provided?

Another question regarding the subtitles of the title area: I understand that very long subtitles undergo an auto line break depending on the screen width that results in multiple lines. Is there a way to influence the point where the line breaks?

So basically my title area looks like this now:

HELLO

This is my awfully long subtitle and I think it looks weird that way

... whereas I want it to look like this:

hello

This is my awfully long subtitle and I think it looks very weird that way

-> so (1) no capital letters in the page title and (2) deliberate line break

Thanks in advance!

The custom CSS we provided will change the title text as your input. If it still doesn’t work that means you’ve put the text as uppercase so you should re-input your title text with the lowercase instead.

You can insert a line break ( br ) between words in sub title as below:

Your subtitle text line #1 <br /> Your subtitle text line #2

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.

Hello, I was wondering if you could help me fix a parallaxing problem i am having. I created a basic row with a background Image and the row just zooms in on the image and will not scroll when I select any of the parallaxing options. I was working at one point but after i added some content beneath the row, it quit working.

Thanks

Hello,

Could you please send us your site URL in the contact form -> http://themeforest.net/user/wyde#contact we’ll need to investigate this issue on your live site.

Hello,

I just visited your site and I can see all background parallax are working fine. I’ve tried with Chrome and Firefox on Windows and Safari on iMac. They’re all working fine.

Hi, seems like Flora is incompatible with this plugin : http://codecanyon.net/item/formcraft-premium-wordpress-form-builder/5335056 Can you fix it ? Regards.

I’m sorry it took me so long to get back to you.

After inspecting the error in browser console, it’s happened in the Bootstrap Tooltip script. It can’t find the function “emulateTransitionEnd”.

After checking on the plugin official site http://formcraft-wp.com/ , this function is in the file ”/formcraft3/assets/js/fc_modal.js” (see the below image) so it’s working fine on that site.

But this script file is not in your page that is the answer why it doesn’t work on your site. If you’ve disabled some features from this plugin, try enabling them to see if it works.

If your explanation is correct, so it should not work on my site at all on any themes. But it did work fine under the wordpress default theme…

Regards.

There are various reasons why it doesn’t work since we’ve never tested it on this theme. I just inspected the js error in the browser to see why it was happened.

However, in order to solve this issue you should fix the error where it was happened.

The easiest way is changing the settings like the plugin official site. Also, try to add the below script to Theme Options -> Advanced -> Body Content to see if it works:

<script type="text/javascript" src="http://formcraft-wp.com/wp-content/plugins/formcraft3/assets/js/fc_modal.js"></script>

If it still doesn’t work, please send us your admin login credentials through a private message -> http://themeforest.net/user/wyde#contact

is it support rtl ?

Unfortunately, this theme doesn’t support RTL.

Hi Since updating the theme to 1.2.8 the portfolio items on mobile have a grey background on the title text.I had this issue before we’re you were able to provide code to remove this, but the code below is no longer working <style type=”text/css”> html:not(.no-touch) .w-portfolio-grid.w-layout-basic .w-view figure figcaption:before{ background:transparent; } .w-layout-basic .w-item .post-media{ position:relative; } </style>

Many thanks for your help in advance

Hi,

Actually this is a new update of portfolio grid. Since the hover effect won’t work on mobile so we’ve updated the portfolio grid styles to always show the title text with a grey background on mobile. Also, title text should have a grey background to stand out from the featured image.

However, if you’d like to remove a grey background, please add below CSS to Theme Options -> Advanced -> Head Content:

<style type=”text/css”> 
.touch .w-view figure > figcaption > h3{
background: none;
}
</style>

Hi, with the one-page layout, I would like to put a gallery element in home page, showing just a selected number of pictures (then once you open the gallery, it shows you the entire gallery).

Is it possible?

Hi,

Unfortunately, the Gallery element can’t, since it will always show the full image in lightbox. You’ll need to use Portfolio Grid to show your portfolio images like our demo site -> http://wydethemes.com/flora5/

hello sorry my english I’m working on a site with flora..ho bought this theme because responsive … now I have noticed that on the desktop of all ok..but ipad does not fit .A example page ” museum. ” the site and maintenance to enter here

thank you

Hello,

Please send us your site URL and credentials via a private message -> http://themeforest.net/user/wyde#contact

Hello Wyde, I’ve anothe “problem” with Flora theme: I’m using Piwik for the statistics of my site.

I’ve found that Piwik not works fine in Ajax pages: when a user visit my site it logs only the first page, all the others are not logged.

I use Google Analytics too and it’s not affected by the same issue, so I think that’s something related on how Piwik’s javascript works.

Do you have any kind of suggestion? i.e. is there a way in order to force a portion of js code to run when the page is loaded, even if I have Ajax enabled?

I really like the effect of the page transition with ajax and I would not turn it off.

Thanks Fabio

P.S. sorry to ask you again, do you have an estimate date for the release of the new version that corrects errors with footer and left menu ?

Hi,

We don’t have a JavaScript variable named ‘initialURL’ in this theme so I think nothing has changed it.

Also, our JavaScript variables declared within a function block so it won’t affect others. When we use global variables, we declare as a unique name with prefix such as ‘wyde.page’ so it won’t conflict with other functions and plugins.

Anyway, you can print the current value in the browser console to see if there is something has changed it.

However, to make sure it won’t conflict with other scripts, you should declare a variable with a unique name such as ‘yourSiteName_initialURL’ instead of ‘initialURL’.

Hi, you’re right! There was something related to my code. I’m not a JS expert but I’m sure that some moths ago it was working fine, probably it’s changed something in how Chrome handle this kind of code.

Maybe can be useful for someone else, this is my actual code for handling piwik and Facebook comments in ajax page:

<script type="text/javascript"> window.BSinitialURL = document.URL; console.log('initialURL = ' + window.BSinitialURL); jQuery(window).on("wyde.page.ready", function () { console.log("initialURL: " + window.BSinitialURL + " - actualURL: " + document.URL); if( window.BSinitialURL != document.URL ){ console.log("Loading piwik - " + document.title + " - " + document.URL); _paq.push(['setDocumentTitle', document.title]); _paq.push(["setCustomUrl", document.URL]); _paq.push(['trackPageView']); console.log("Load Facebook Comments"); FB.XFBML.parse(); } }); </script>

The reason for handling the intialURL (= the first page visited by the user) is to avoid a double page count from piwik and a JS error from FB due to function not declared (probably because I will load the FB function before loading the FB JDK).

As mentioned I’m not a JS expert, probably there is a way for doing better but this is working now ;-)

Thanks for your help

Great job! Thank you for a useful solution!

Hi there,

I would like to ask you about the theme and booking system if it could match together! If i use this theme and buy this plugin (http://codecanyon.net/item/hbook-hotel-booking-system-wordpress-plugin/10622779) then install it. Will it work? This is an example that i want to http://www.sunetahostel.com/

Thanks a lot!

Hi there,

We’ve never tested this plugin with the theme and it’s not in the plugins support list so we’re not sure. However, I think it will work since some client sites have the Events Calendar plugin that can work with this theme. Also, you should turn off AJAX Page option in Theme Options -> AJAX Options to prevent the AJAX conflict issue.

Cheers.

Hi there, I have a problem with the visability of the menu on Internet Explorer 11. Firefox, Chrome and Safari are fine. The menu is hidden when I go back to “Home” from any subpage. Also the menu is hidden when my Slider on the Homepage changed the picture :( Here is the url: http://regine-stuenkel.de Can you help me? Thank you!

Thank you!

Hi Wyde, I have only one more problem on my site www.regine-stuenkel.de … the logo shows still really broken on Internet Explorer 11 :( On other browsers its fine! Can I fix it in style.css or so? Thank you so much!

Hi,

As you can see your original logo is too large so it will be re-sized to fit within the top navigation height. Unfortunately, it looks pixelated and and not smooth on IE11 when it has shrunk.

To solve this issue, you should use the smaller one, your logo should have 50px of height so it will display as original size without resizing.

Good Afternoon, I just updated to the latest version of wordpress and it looks like it isn’t compatible with your theme flora. Do you know about this and is there a fix coming? WordPress 4.5.2 running Flora theme.

Please update the theme and the Visual Composer plugin to fix this issue. The latest update of the theme (1.2.8) comes with Visual Composer (4.11.2.1) that are all compatible with WordPress 4.5.2.

Hello,

I need help renaming the Permalink Slug for Portfolio Category.

An example link: http://www.hdw-salzburg.at/portfolio-category/audio-video-hifi/

Where and how can I do that?

Thank you for your Support!

Hello,

There is no option to change the portfolio category slug in the current version of the theme. We will look into this, maybe we will add it in the future update.

It is quite important that we change that somehow now. Is it really impossible to do that?

We have to SEO Optimize the Website, and it has to be perfect and detailed. If we can´t change the category slug, this might cause us troubles in this project.

Is there no workaraund or an alternative solution?

Thank you again

You’ll need to add below codes into functions.php in your child theme to change the portfolio category slug:


function flora_register_taxonomy_args( $args, $taxonomy, $array_object_type ) { 
        if ( $taxonomy == 'portfolio_category' && is_array( $argss ) ) {
                $args['rewrite']['slug'] = 'project-category';
        }
        return $args;
}; 

add_filter( 'register_taxonomy_args', 'flora_register_taxonomy_args', 100, 3 ); 

Hi, it’s nice to talk with you,

I’m writting you because I’m looking for a theme that alow me to copy the same design of the old web of my client:

http://www.animacionesgloburno.com/

My client wants to keep the info boxes color, this way the firs is green, second is red, etc… and he wants to keep it in the same disposition…

Will your theme allow me to copy this disposition of boxes and colors?

Thank you very much for your answer

Kind regards

Hi,

I’m not sure you can build your new site with this theme as the same design of your client site. Even you can build your page layout looks like your client site but the custom elements from this theme have the different styles from the elements on the old site. I believe your new site will have the different design from the old one, as you can see on our demo sites.

I noticed the Favicon menu is no longer available under Theme Options. I just updated to the newest version 1.2.8. Where could I change the favicon icons now? Thanks in advanced.

WordPress 4.3 and above have their own Favicon settings so the old settings in Theme Options won’t show. You can set the Favicon in Appearance -> Customize -> Site Identity -> Site Icon.

Hi purchased your theme and satisfied with it so far. I have a request on how to open a different website on clicking the logo Thanks

Hi,

Unfortunately, the logo always links to your site URL as you defined in Settings -> General -> Site Address. You’ll need to edit the header navigation template in “templates/navigation/header-nav.php” to change to another URL.

Hi I’m trying to update visual composer to resolve the issue of the preload animation preventing the homepage from loading, however I am unable to automatically update. Is visual composer added in the theme as a plugin? I have tried to update the plugin manually but am struggling to locate the plugin within the theme download.

Hi,

This plugin came bundled with the theme. After you update the theme you will see a notification message to update this plugin.

BTW, there is a bug in the old version of this plugin that prevents users updating via the theme, you’ll need to delete it from your Plugins page before installing a new one.

I’ve removed the plugin but when i’ve downloaded the latest theme files and updated the theme the plugin is not updated is there a manual way to do this?

Please make sure you’re using the latest update of Flora theme (1.2.8). Try to manual update the theme by downloading the new update from Downloads tab on ThemeForest, then upload it to your site. For more on manual updating please follow the instructions in our documentation.

Hello,

I bought your theme and I like the very much, the “OnePage demo” :)

I installed the theme, but when I import the demo, my web page does’n load until the end and bug. The xml file does’n “pass”. I have the media but I don’t have the page / the home page of the demo.

Can you help me please ? (I do not find the support link, sorry) .

Thank you a lot !

Hello,

If you manually import by uploading XML file, it can take a several minutes to complete so please make sure you have set the PHP configuration limits on your host as follows:
max_execution_time 180
memory_limit 128M
post_max_size 64M
upload_max_filesize 64M

If you couldn’t increase those limits as above, you should import demo content in Theme Options -> Home that will import each content separately.

Also, if you have any further questions, you can post your questions here or send us a private message in the profile page -> http://themeforest.net/user/wyde#contact

My site is stuck on the preloader image. I just purchased the theme tonight. After it didn’t work initially, I deactivated all my plugins. After that didn’t work, I reset the database. That still didn’t work. It is still stuck on the preloader image.

For reference, the other preloaded Wordpress themes like Twenty Thirteen do work. It’s just Flora that’s not working.

So I reinstall Wordpress completely and started reinstalling plugins and was able to determine that it’s the Slider Revolution plugin that’s causing the problem. If you go to my site now, rolo.info, the Creative Agency demo is up and running without that plugin. If I activate it, it goes right back to the preloader image that won’t go away. How do I go about getting a new plugin for that?

There was a bug of Revolution Slider in the current version, an error will happen when it can’t find the slider on your site. This issue will be fixed in the next update. You can fix it now by importing sliders in Theme Options -> Home or remove the Slider Revolution element from your home page if you’d like.

Hi,

I would like to know which is the best working multilanguage plugin for this theme.

Thank you!

Hi,

This theme is compatible with WPML plugin that is an only one we’ve tested.

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