1368 comments found.
Hello,
I am trying to use the popular ‘Nav Menu Roles’ plugin. When I install the plugin it is not giving me the options that it should when I open up the nav items in Appearence > Navigation.
I believe this is the theme blocking the plugin because it works on my other websites. I was wondering if you had this comment from anybody else?
There is also an instruction for a potential fix at: https://wordpress.org/support/topic/conflicts-with-themes-and-plugins-read-before-posting/
I’m not sure how to add that code to the theme “admin menu Walkers” though.
Any help would be great.
Kind regads.
Hello,
You will need to edit the plugin “Wyde Core” to achieve this. Here’s a step-by-step guide:
1. Navigate to Plugins -> Plugin Editor.
2. Select Wyde Core plugin to edit.
3. Edit the file “inc/megamenu/class-wyde-walker-mega-menu-edit.php”.
4. Go to the line #261, insert that code before the HTML below:</div><!-- .menu-item-settings-->For example:
<?php // This is the added section do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args ); // end added section ?> </div><!-- .menu-item-settings-->
5. Click on “Update File” button.
Hope this helps!
Hello. When will the new version be available? The wpbakery needs to be updated
Hello,
If you’re using the latest update of the theme (1.6) that comes with WPBakery Page Builder 5.7, you don’t need to update it and can normally use it with the latest update of WordPress.
The new version of that plugin will be included in the next update of the theme.
Hello,
I want to ask about your theme that we use.
Our client has some trouble from ADA, so we have to customize the theme for blind people.
Is your theme homogenized?
Hello,
We’re sorry but this theme is not compliant with ADA.
To make your website ADA Compliant, you will need to make it compliant with Web Content Accessibility Guidelines (WCAG).
There are several things need to do to make your website meet the WCAG requirements: https://www.w3.org/WAI/WCAG21/quickref/
However, like many of the other themes on the market, this theme meets only some requirements such as “Text Alternatives”. You will need to modify some template files to achieve all requirements.
Also, not only the theme but you may need to customize other plugins including your content to make it meet those requirements, it’s pretty hard.
Hello! I connected a security certificate to my site, replaced all of http://www.frantova.com links with https://www.frantova.com in the database, and lost all the style settings on the site. How do I fix the situation?
Hello,
Actually, changing the links in the database won’t affect the style settings on your site. How do you replace the links? We usually use the Better Search Replace plugin ( https://wordpress.org/plugins/better-search-replace/ ) and have never seen any issue after replacing the links.
However, this is not a theme related issue. It actually is a server issue, you may need to contact your web host admin so they will help you out.
Anyway, I just visited your site, it’s working fine on my end. I’m not sure which part doesn’t display correctly.
I exported the database to phpmayadmin, changed all references to http:// in notepad, then imported the database.
I guess there may be something wrong while exporting and importing your database.
However, as I mentioned, it is not related to the theme so I couldn’t answer actually why your style settings were lost.
You may need to restore your database or manually set those settings on your site again.
In the future, if you’d like to replace the links I recommend using the plugin instead.
When choosing the Portfolio Grid element, I have chosen specific pages to show, but nothing is showing on the backend. Can you help get them to appear?
Here’s a quick tip on how to display specific portfolio items on the Portfolio Grid:
1. In the Portfolio Grid settings, click on a Build query button under the Custom Posts setting.
2. Type the portfolio titles into the “Individual Posts/Pages/Custom Post Types” field, then choose the portfolio item from the suggestions list.
However, the Portfolio Grid will display only portfolio, if you put other post types such as post and page, they won’t show up.
If it still doesn’t work, you may need to send me your WordPress login details so I can take a look. You can send a private message in the contact form on the page below: https://themeforest.net/user/wyde#contactI am trying to find where to change the phone and address at the bottom of the mobile nav menu. Where are those items modified?
Thank you!
You can edit them under Theme Options -> Navigation -> Contact Info Items.
it is support chinese font?
Hi there! How do you change the page loader background colour from white? I added this to Appearance > customise > additional css, but it didn’t work.
loader {
background-color: #333333; }
#preloader {
background-color: #333;
}
Hey. I have a question. Why the gallery is not in order. How to get rid of gaps on the desktop version?
Gallery Type-Grid 4 columns
Please help me. It is important. here is the address of my page https://vlozovoy.ru/portfoliopage/
Hi,
Thank you for the site URL!
1. Looks like you have different sizes of images in the gallery, then they couldn’t display in the correct order. If you have different sizes of images, you shouldn’t choose the Original size for the Image Gallery but choose “Large” size to make sure they will be cropped to the same size and display correctly.
2. To get rid of the gap between images, you may need to choose “Grid (Without Space)” for the Gallery Type.
Hi,
There are some Jquery issues Flora Theme
I have purcharged Flora Theme yesterday. Code: ################50ef6
I use it at http://thhinkwip.wpengine.com
Please viste this URL and you will see a calendar in the middle of the page with buttons ‘MEER DETAILS’. Click on one. The target page URL is fine but hanging! In the debug modus from Google Chroom I get Jquery errors in the inspector. Please take a look of these inspector errors.
I use the plugin Modern Events Calendar. I purcharged this Pro version.
You can answer that this is a issue from the plugin. And the plugin vendor can say that is a issue in the Flora Theme.
So you see… I’m in a bad position to get support.
Any ideas how I can resolve this issue?
Thanks for your help in advance.
Herman Belgium
Hi,
Thank you for the site URL!
The main script will find the main content area (#content) on the page when loading. Unfortunately, that plugin replaces the main content area from the theme with its own one (#main-content), then the page couldn’t find the main content area and couldn’t work correctly.
To fix this issue, you will need to add JavaScript snippet below to Theme Options -> Advanced -> Body Content to wrap the plugin content with the main content area from the theme if it doesn’t exist:
<script>
(function($){
if ( !$('#content').length ) {
$('#main-content').wrap('<div id="content" />');
}
})(jQuery);
</script>
Hi Guys! I am very happy with the theme! I recently installed it here: http://institut-b3.de/ but although I checked the boxes to display excerpts for blog posts everywhere, there do not seem any excperts being displayed on either the home page or the blog page. Any hints on how to solve this? I did a test page from which I copied the files earler and there everything seemed to work fine.
Thanks for your help and all the best, René
Thank you for the site URL!
It looks like your posts have custom excerpt with empty spaces so they appear as empty spaces instead of the actual excerpt.
Also, there is a bug in WordPress 5.1.1. If you export and import posts from any site running on WordPress 5.1.1, the exporter will replace the blank or empty excerpt with multiple spaces, that means it is not empty.
Unfortunately, when the excerpt field is not empty, WordPress will display it instead of the auto-generated excerpt.
To fix this issue, you will need to edit your posts one by one to remove those spaces from the excerpt field and set it completely blank. You will find the instructions on how to edit the Excerpt of the post here: https://wpshout.com/quick-guides/set-custom-post-excerpt-in-wordpress/
Thanks a lot – that certainly helped! I was able to fix the issue.
Glad to hear that it has been solved!
Hi bought this theme a few years ago for my wordpress and it’s been great. I recently was wanted to do edit some content that I probably haven’t done in a couple months. My site had a few updates to plugins and wordpress and after I finished those I went to my page and the visual composer on the page is all messed up. It’s not showing my current page content in a drag and drop format anymore – it’s all one big box of code. The visual composer is still there below the code but it looks like nothing is built using the composer. All the backend of my pages looks like this now. I was able to apply some of the changes I need cause they were minor but I’d have a hard time doing major edits to these pages now. Do you know what’s happening, maybe I missed a Flora Theme update that I need to install?
Thanks – Mel Dempsey
Hi,
It sounds like that this is a compatibility issue. Please ensure that you’ve updated the Flora theme and all bundled plugins to make sure they will be compatible with the new WordPress. Here’s the list of the latest update of the theme and bundled plugins:
Flora theme 1.5.7 Wyde Core 2.6.2 WPBakery Page Builder (Visual Composer) 5.6 Slider Revolution 5.4.8.1
You will find more details in the changelog below:
https://themeforest.net/item/flora-responsive-creative-wordpress-theme/12038776#item-description__update-logAlso, we recommend install the Envato Market plugin to enable the automatic update so you can download and install the new update from Appearance -> Themes on your WordPress admin page. You can find more details on how to install the Envato Market plugin here: https://wydethemes.com/flora/documentation/#update
Buen día
Tengo algunos problemas con la plantilla, quisiera saber en que parte puedo activar el tema con el código de activación, ademas me esta apareciendo esta alerta “select2-css CDN unavailable. Some controls may not render properly. Please wait a few minutes, then try refreshing the page. Unable to load some remotely hosted scripts.”
It sounds like that this is a plugin issue, not the theme because this theme doesn’t include ‘select2-css’ file. Try to deactivate the plugins one by one to see if it works.
Hi there
where the code is to create the automatic scrollTo function?
trying to take users back to their previous position when clicking th back button. See related link: https://stackoverflow.com/questions/25168861/take-user-back-to-where-they-scrolled-to-on-previous-page-when-clicking-browserthank you!
Hi there,
If you have saved the previous position in the cookie like the related link you provided, you can add a JavaScript snippet below to Theme Options -> Advanced -> Body Content to retrieve it from the cookie and then scroll to that position:
<script type="text/javascript">
jQuery( document ).ready( function( $ ) {
$( window ).on( 'wyde.page.ready', function () {
var previousPosition = $.cookie( 'scrollTop' );
if ( previousPosition ) {
wyde.page.scrollTo( previousPosition );
}
} );
} );
</script>
Hope this helps!
I tried this but it didnt work hmmph
The scroll position keeps resetting to 0 each time because the theme make it scroll up which means that the session storage gets overridden…
any insight? Thanks xx
It sounds like that you’re using an AJAX Page. Unfortunately, the solution (saving position in the cookie) in the related link you provided above won’t work with AJAX Page. If the AJAX Page in Theme Options -> AJAX Page is enable, the page will scroll to the top when changing to another page.
You will need to add the snippet below to Theme Options -> Advanced -> Body Content to achieve this:
<script type="text/javascript">
(function( $ ) {
$( document ).ready( function() {
$.extend( wyde.page, {
updateLink: function ( newElements ) {
if ( this.isIgnore( document.URL ) || $( 'body' ).hasClass( 'woocommerce' ) || $( 'body' ).hasClass( 'woocommerce-page' ) ) return;
var self = this;
$( 'a:internal:not(.no-ajax)', newElements ? newElements : document.body ).each( function() {
if ( ! self.isIgnore( this ) && ! $( this ).parents( '.woocommerce' ).length ) {
$( this ).off( 'click' ).on( 'click', function( event ) {
event.preventDefault();
var $el = $( this );
var url = $el.attr( 'href' );
var title = $el.attr( 'title' ) || null;
if ( event.which === 2 || event.metaKey ) {
return true;
}
// set scroll target position
self.targetPos = 0;
var hash = getHash( url );
if ( hash ) {
url = url.replace( hash, '' );
self.targetPos = hash;
}
self.previousPage = document.URL;
self.previousPosition = $( window ).scrollTop();
History.pushState( null, title, url );
return false;
});
}
});
}
} );
$( window ).on( 'wyde.page.ready', function () {
if ( wyde.page.previousPage && ( document.URL === wyde.page.previousPage ) && wyde.page.previousPosition ) {
wyde.page.scrollTo( wyde.page.previousPosition );
}
} );
} );
} )( jQuery );
</script>
Tried to reach out via email but no response. ...Is this compatible with wordpress PHP 7.5?
This theme is compatible with the latest version of WordPress (5.1.1) and the current stable version of PHP (7.3.3).
Hello, Google’s PageSpeed Insight suggests to use the ‘font-display’ directive on ’@font-face’ CSS tag.
I’ve tried to add it to your icons.css file and I gained 5 points on PageSpeed test. Since it would increase also the SEO, I suggest to change the icons.css file and add these attributes in next release.
Reference to Google documentation: https://developers.google.com/web/updates/2016/02/font-displayThanks
Thank you for your suggestions! We will look into this and update it in the next release.
Hi Wyde, I need help here. I’m using Floro for a long time and it’s awesome, but I’m having trouble with the mobile menu. when I slide to see the rest of the menu (to view the social networks), it closes. When I inspect the element with chrome browser in a desktop, everything looks fine, but when you try to see in the smartphone, the bug goes on. Thank you in advance, Gustavo.
Hi,
There is a problem with the jQuery library that we use in a mobile menu. Thank you for reporting this issue, it will be fixed in the next update of the theme.
Thanks Wyde for the answer. What is the expected date of this update?
We will release it within a week!
Ok I appreciate that. Thank you guys!
Hi Wyde, I’m still waiting the update, any news?
We’re working on it and will release it ASAP!
Hi Wyde, I do not want to bother you, but I have to solve this problem for my client. The scrolling problem in the side menu is driving me crazy. Is there any way I can resolve it before you upgrade the theme?
That issue has been fixed in the recent update of the theme. You can find more details in the changelog: https://themeforest.net/item/flora-responsive-creative-wordpress-theme/12038776#item-description__update-log
Sorry for that, I did not received the update notification of the theme as I always receive from Theme Forest. Thanks!
Try checking the Email Settings under the Settings tab on your ThemeForest to make sure that the “Item update notifications” option is selected.
Also, you can install the Envato Market plugin so you will see a notification message on your WordPress admin page and will be able to update the theme under Appearance -> Themes.
You will find the instructions on how to setup this plugin in our documentation: https://wydethemes.com/flora/documentation/#update
Thanks Wyde, installing the Envato Market now!
Hello,
I am trying to integrate Adobe fonts to customize the headings of the homepage. I am using the “custom headings” sections of the WPBakery page builder. So far, I have added the adobe link in the custom CSS section to call my fonts (<link rel=”stylesheet” href=”https://use.typekit.net/myadobeid.css”>)
My problem is that adding a custom class to the “custom heading” doesn’t affect the H1 tag, it only affects the div container around the tag. How can I use the adobe fonts for the custom heading elements ?
May thanks for the reply Jane
Hello,
You may need to include a heading tag such as H1 in your custom CSS snippet to achieve this:
For example:
.custom-heading h1 {
font-family: 'Your Adobe Font' !important;
}
Then you can put a class ‘custom-heading’ into the Extra CSS Class field of the Custom Heading element.
If this doesn’t work, you may need to give me the link of your page so I will look into this.
Thank you. I have tried that but it doesn’t work. The extra css field only applies for the div and does not affect the h1 inside.
The site I am working on is : https://latelierdejane.fr I am trying to change the fonts for « Studio Graphique » on the home page. I want to have a different adobe font for each.
Thank you for having a look at this.
Jane
Thank you for the site URL!
You may need to add !important after the font name like the snippet below:
.custom-heading h1 {
font-family: brandon-grotesque, sans-serif !important;
font-weight: 900;
font-style: normal;
}
Hope this helps!
Hello, How do i edit mobile menu so it is different than primary menu?
Hello,
Here’s a quick guide to achieve this:
1. Create a new menu, set the menu name to “Mobile Menu”. Add any pages/menu items that you’d like to display on the mobile menu. You don’t need to set a menu location for this menu.
2. Add custom function below to functions.php in your child theme:
function flora_mobile_menu_args( $args = array() ) {
if ( isset( $args['walker'] ) && $args['walker'] instanceof Wyde_Walker_Vertical_Nav ) {
$args['menu'] = 'Mobile Menu';
}
return $args;
}
add_filter( 'wp_nav_menu_args', 'flora_mobile_menu_args' );
However, this won’t work if you’re using a Left Menu layout for the primary menu because it displays the same menu items as mobile menu.
Hope this helps!
I have loved this theme since I bought it a couple of years back, but something odd happened. I don’t know if anyone else has encountered this—it’s a first for me—but my Flora post options are gone.
https://i.imgur.com/PRiKsec.jpg
I’m reading through everything here so as to avoid being redundant, but I’m really confused. :cry:
There may be plugin conflicts on your site. Try to deactivate plugins one by one to see if it works.
Also, please ensure that you’ve updated the Flora theme and all bundled plugins to the latest update. Here’s the list of bundled plugins that are included in the latest update of Flora theme (1.5.7):
WPBakery Page Builder 5.6 Slider Revolution 5.4.8.1 Wyde Core 2.6.2
I’ll give that a try and provide an update on the situation, thank you heaps!