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!
Hi,
Thanks for your nice words!
You’ll need to add custom CSS in Theme Options -> Advanced -> Head Content to set the subtitle text color and set the text transform property to prevent capitalization as below:
<style type="text/css">
// Set subtitle text color
.title-wrapper .subtitle{
color: #000;
}
// Disable text capitalization
.title-wrapper .title{
text-transform: none!important;
}
</style>
Cheers.
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.
Sorry but we’ve never tried this plugin and it is not included in the plugin support list so we couldn’t answer why it doesn’t work and how to fix it.
However, if the issue happens while submitting the form, maybe this is an AJAX conflict issue, try to turn off AJAX Page option in Theme Options -> AJAX Options to see if it works.
It’s already off.here the response of the plugin team : “Your theme is causing a JS conflict. We haven’t seen this issue before. You would have to get in touch with them, to see if they would help.”
If you’d like, you can send us your site URL, we’ll need to see your live site to investigate this issue.
with pleasure : https://goo.gl/b4ltNz
Regards.
Only one error I can see on your site is: a JS error from this plugin. But I suppose it happens because the scripts have been compressed, it’s not a JS conflict from the theme. Try to disable minify plugin or other plugins to see if it works.
Indeed i just desactivate JS minification on this page and it’s have no conflict again. But in fact i make a mistake with the page : https://goo.gl/svbDbB this page have the error, (star rating is bugged, and only on your theme) 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 ?
Hello,
In order to call your script after AJAX Page loaded, please add the below script to Theme Options -> Advanced -> Body Content:
<script type="text/javascript">
$(window).on("wyde.page.ready", function () {
//YOUR CODE HERE!
});
</script>
For the Google Analytics code, this theme support Google Analytics code and it works fine even you enable AJAX Page feature as you can see on our demo sites that also have Google Analytics code.
Please make sure you add the code to Theme Options -> Advanced -> Body Content like the one below:
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-xxxxxxxx-x', 'auto');
ga('send', 'pageview');
</script>
Just replace xxx with your Google Analytics account ID.
(index):514 Uncaught TypeError: $ is not a function
(anonymous function) @ (index):514
I also tried to remove the $ but it gives me the same error.
Regarding Google Analytics I think there’s been a misunderstanding: it works properly
Thanks Fabio
My apologies, please replace ’$’ with ‘jQuery’.
Thanks, now it’s working fine.
I’ve just another issue: now the first page is counted twice by Piwik, but it’s correct with the actual configuration: the first hint came from the script load, and the second from the “forced” load that I generate from the on(“wyde.page.ready”) function.
Is there a simple way (i.e. a PHP or js variable) to find out if a page on my site is or not Ajax enabled? My idea is to change the Piwik javascript differencing it from the pages that uses Ajax and the pages that I’ve disabled on the theme configuration.
Thanks! Fabio
Try this:
if( wyde.page.ajax_page ){
//if AJAX Page is enabled, your code here
}
However, the above code can only check is AJAX Page on your site enabled or disabled but can’t check for each page.
- When a visitor enter on the site it load the full page with the Piwik script. If this is the very first page of the visit I run only the Piwik script
- When a visitor open another page, and this page is Ajax enabled, I execute the script on(“wyde.page.ready”)
- If the visitor move to pages that aran’t Ajax enabled I continue to run the base piwik script
This is the code that I’ve used. I post here so if someone else use Piwik can take inspiration (and maybe improve the code
)
<script type="text/javascript">
initialURL = document.URL; // save the initial URL in a variable
jQuery(window).on("wyde.page.ready", function () {
if( document.URL != initialURL ){ // check if the current url is different from the initial URL
_paq.push(['setDocumentTitle', document.title]); // push the page title to Piwik
_paq.push(["setCustomUrl", document.URL]); // push the page URL to Piwik
_paq.push(['trackPageView']); // tell Piwik to track the visit
initialURL = null; // reset the initialURL variable, this prevent that visitor that came back to the initial page
// after visiting other pages on the website are not tracked
}
});
</script>
Thansk again for your support
Regards, Fabio
Great job! Thanks for sharing your code!
Happy to hear that you figured it out 
Hi, is it possible that something is changed in function initialURL?
I realized only now that both initialURL and document.URL report the same result, making the logic of my script not working.
Do you have any other suggestion to get the entrance page of the user?
Thanks
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 Wyde, here a few bugs i spot out on the theme :
https://www.dropbox.com/s/hy19b878nhj3di9/IMG_4796.PNG?dl=0 https://www.dropbox.com/s/dckkqklbnib4fbo/Capture%20d%E2%80%99%C3%A9cran%202016-06-08%20%C3%A0%2013.48.23.png?dl=0Regards.
Hi,
Thanks for reporting these issues, we will fix it ASAP!
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!
Hi there,
There is a script error from Slider Revolution plugin on IE 11 but it doesn’t happen on other browsers. I suppose this is a compatibility issue of the Slider Revolution plugin with the AJAX Page feature, try turning off AJAX Page option in Theme Options -> AJAX Options to see if it works. Also, our devs are working on this and it will be fixed ASAP!
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 !
It’s ok, sorry 
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.
Sounds like there was an error on your site, please make sure Wyde Core plugin is installed and activated. Maybe, it’s a PHP issue. What’s the current version of PHP on your host?
It is installed and I believe it is activated. It is under Plugins, and it only has the “Edit” option. There isn’t the typical “Activate” and “Deactivate” buttons. I believe my PHP version is PHP Version 5.4.45
Is it possible to change the current PHP version to 5.6 or above to see if it works. If it still doesn’t work, please send us your site URL a private message -> http://themeforest.net/user/wyde#contact
I just changed it, but it still did not work. I just sent you a private message. Thank you for your help.
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.