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

1368 comments found.

Hi,

I really like your Flora-theme. But there a little issue I can´t fix: I try to set a row with 3 columns to equal height in WP Bakery. Unfortunately the by the WP Bakery support mentioned checkbox is not available in this installation. Where can this be fixed or re-activated?

Thank you in advance Tom

If you would like to enable the equal height and align the columns to the top, you will need to change the Content Vertical Alignment to Top and then put the extra CSS class below into the Extra CSS Class field in the Row Settings window:

w-v-align

Perfect! Nice work-around – maybe you keep it in your FAQ. Just to be found easier. Thank you.

You’re welcome and thank you for your suggestion.

Hello,

I have one problem with the rev slider on my new page. I imported all demo content for the one page version. But the slider was not shown from the beginning. When I check the slider it works. And it will be also shwon on a site by clicking “Blank Template” on.

Can you please help me to fix the problem?

thanks and best regards, Mario

When using a One Page site, it displays the content from the Primary Menu.

The slider is in the ‘Home’ page, please ensure that you’ve added that page to the Primary Menu.

If it still doesn’t work, you may need to send me your web address so I can check it. You can send a private message through the contact form on our profile page: https://themeforest.net/user/wyde#contact

Hi, sorry to bother you. I’m desperate.

I’m trying to create a floating button that will scroll down the page by scrolling.

Very similar to the RESERVE button on the right of this website: https://www.restaurantesantceloni.com/.

I try this by inserting the code via raw html at the beginning of my home page, adding styles etc. The button appears, but does not go down as the page goes down.

I think the problem could be in all the parent layers that contain my code. Or maybe I’m getting complicated and your template allows you to do something like this in a more intuitive way?

Thanks a lot for your help.

My apologies for the delayed reply!

Instead of adding it to the raw html, you may need to add it to Theme Options -> Advanced -> Body Content.

Oh my god, how silly! Thank you thank you thank you

It works perfect!

You are welcome :)

Hello, can you please advise how to add custom fonts for the Theme Options / Typography area dropdowns?

My apologies for the delayed reply!

Anyway, you will need to add the PHP code below into functions.php in your child theme to add custom fonts into Theme Options -> Typography:

/** * Adds custom fonts into Typography field. */ function flora_add_custom_fonts( $sections = array() ) { if ( isset( $sections['typography'] ) && ! empty( $sections['typography']['fields'] ) ) { // Append your custom font names into the font dropdown list. for( $i = 0; $i < count( $sections['typography']['fields'] ); $i++ ) { $sections['typography']['fields'][$i]['fonts'] = array( "Arial, Helvetica, sans-serif" => "Arial, Helvetica, sans-serif", "'Arial Black', Gadget, sans-serif" => "'Arial Black', Gadget, sans-serif", "'Bookman Old Style', serif" => "'Bookman Old Style', serif", "'Comic Sans MS', cursive" => "'Comic Sans MS', cursive", "Courier, monospace" => "Courier, monospace", "Garamond, serif" => "Garamond, serif", "Georgia, serif" => "Georgia, serif", "Impact, Charcoal, sans-serif" => "Impact, Charcoal, sans-serif", "'Lucida Console', Monaco, monospace" => "'Lucida Console', Monaco, monospace", "'Lucida Sans Unicode', 'Lucida Grande', sans-serif" => "'Lucida Sans Unicode', 'Lucida Grande', sans-serif", "'MS Sans Serif', Geneva, sans-serif" => "'MS Sans Serif', Geneva, sans-serif", "'MS Serif', 'New York', sans-serif" => "'MS Serif', 'New York', sans-serif", "'Palatino Linotype', 'Book Antiqua', Palatino, serif" => "'Palatino Linotype', 'Book Antiqua', Palatino, serif", "Tahoma,Geneva, sans-serif" => "Tahoma, Geneva, sans-serif", "'Times New Roman', Times,serif" => "'Times New Roman', Times, serif", "'Trebuchet MS', Helvetica, sans-serif" => "'Trebuchet MS', Helvetica, sans-serif", "Verdana, Geneva, sans-serif" => "Verdana, Geneva, sans-serif", "'Your Font Name', sans-serif" => "'Your Font Name', sans-serif", // Your font name here. ); // Add CSS file of your custom fonts to the Typography field's preview. $sections['typography']['fields'][$i]['ext-font-css'] = get_stylesheet_directory_uri() . '/custom-fonts.css'; // The URL of your custom fonts CSS file. You can also use the full URL https://yourdomain/path/css-file.css } } return $sections; } add_filter( 'redux/options/wyde_options/sections', 'flora_add_custom_fonts', 100 );

Hallo,

ich habe eine Frage. Wenn ich das PlugIn Cookiebot verwende, wird meine mobile Seite nicht mehr geladen. Woran liegt das? Besten Dank im Voraus!

Viele Grüße, Tamara

There may be plugin conflicts on your site. Try to deactivate other plugins to see if it works.

Hello, I’ve updated to PHP 7.4 and found the error:

Warning: Creating default object from empty value in /var/www/wp-content/plugins/wyde-core/inc/redux-framework/inc/class.redux_filesystem.php on line 29

I know that it was already reported by other users, but I want to ask if you have an extimated release data for a framework compatible with PHP 7.4.

In mean time I’ve dowgraded to 7.3 but I’d like to upgrade as soon as possible

Thanks

We are working on this and will release the new update within a week. Thank you for reporting this issue.

Hi, another one sorry…nearly there. i have moved the category navigation to the top which is good but i notice there seems to be a thin grey line between the category container and the main bode container below? almost looks like its a background colour showing through the gap between the two? Ideally i dont want a gap there at all i would love a nice clean separator line there instead. can you tell me how i can achieve this? here’s a pic https://drive.google.com/file/d/1w6rwGsv5bmLyntyjKkImHqerVCLZDcRe/view?usp=sharing thank you

Actually, that is the shadow of navigation menu, to make it stand out from the main content and background.

You may need to add the CSS snippet below to change it to a clean separator line:


#header:before {
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

Hi I have another q, i have tried everything to change the weight and size of the title font that sits over/below each portfolio on the home page.

Have tried in customise but there is only an option to change the font the rest is default. I have gone to themes typography and changed the H1 H2 H3… nothing is changing with these either?

any change you might know what’s going on or how i can go about changing this please. thk you

We are sorry but the font weight and size of the portfolio titles are not included in the typography settings, you will need to add the following CSS snippet to Appearance -> Customise -> Additional CSS to change them:


.w-layout-basic .w-item figcaption h3 {
    font-size: 20px;
    font-weight: 700;
}

And here are for the category below the title:

.w-view figure p {
    font-size: 16px;
    font-weight: 700;
}

thank you!

Hi, I would like to move the category (branding, corporate, media…) navigation from under the header image to the top as part of the top navigation. so i would have only one “main” navigation running horizontally across the top as it does with HOME, BLOG, CONTACT etc.

i would still need to have the relevant portfolio pages linking to these categories as they do now.

How can i do this?

You may need to hide the Header and Title Area under Flora Options on every single page so you will have the category at the top of the page.

Hi,

I use Flora Theme for some years.

I see the text in my footer in Theme options I can edit the text. (from ©2018 to ©2020) Its stays good after saving but at front end there is notting changed.

Can you help me.

Thanks in advance.

It definitely sounds like a caching issue. If you have any cache plugin on your site, please ensure that you’ve cleared the caches after saving changes.

Hi, i would love to have a light grey navigation header background. i can only find a light(white) & Dark(black) option both aren’t quiet right.

Can you tell me how i might be able to get around this so i can have a light grey instead?

Hi, you may need to add the following CSS snippet to Appearance -> Customise -> Additional CSS to change the header background color to light grey:

#header:before {
  background-color: #eee;
}

Hello, I am trying to find an option to set »equal height« for some content boxes in my flora theme with the WP-Bakery PageBuilder tool. I couldn’t find any solution to set the heights of my boxes equal. (like explained here: https://kb.wpbakery.com/docs/wpbakery-page-builder-how-tos/how-to-set-columns-to-equal-height/)

Could you help? Thank you.

Would you mind giving me your web address so I can check it?

Dear Author, I prefer not to share my web address here. Here is a screenshot of the page and the problem I am referring to. The Vertical Alignment for the row is set to middle: https://www.dropbox.com/s/dvh6gjpisb2bnll/Bildschirmfoto%202020-06-11%20um%2008.35.22.png?dl=0

Looks like your content boxes are equal height. However, you may need to add an image and set different background color to make them obviously look equal in a grid layout, as you can see in our demo: https://wydethemes.com/flora1/about-us/

If it still doesn’t work, you may need to send your web address through a private message in the contact form on our profile page so I can check it: https://themeforest.net/user/wyde#contact

Hi im still working through the possibilities for customisation on the flora portfolio pages and have 2 questions

1) in the event i use the pre designed template how can i switch off “client”, “link to site” additional feed bits that appear on the page if my objective is to have a simple intro blurb and skills/team/category on each page.

2)if i can’t simplify the templates to what i am looking for and i use the bakery builder to make a custom portfolio page – how would insert the above mentioned “skills” “Categories” bits onto these custom build pages?

Hi I have worked the above out that’s thats all sorted. i have another q though. not being able to customise the grid layouts on the portfolio templates i am creating my own in pages. once i have them set up as pages how do i turn them into “portfolio pages” that will link to the home page. how do i set them up to ensure they route to home page with all the category and menu filters that are set in the portfolio page?

My apologies for the delayed response!

Unfortunately, you can’t link the portfolio items in the portfolio grid to the pages.

If you would like to customize the single portfolio template, you will need to edit the single portfolio template file in your child theme.

Here are the instructions:

1. Install and activate the Flora Child theme.

2. Open a File Manager on your web server, then create a file named “single-wyde_portfolio.php” in your child theme folder as follows:

wp-content/themes/flora-child-theme/single-wyde_portfolio.php

3. Add the following PHP code into the “single-wyde_portfolio.php” file in your child theme:

<?php get_header(); global $wp_query, $wyde_page_layout; $wp_query->is_single = false; $wyde_page_layout = 'wide'; ?> <div class="main-content full-width"> <?php if ( have_posts() ) { the_post(); the_content(); wyde_portfolio_nav(); wyde_portfolio_related(); } ?> </div> <?php get_footer(); ?>

So, you can build the portfolio content with WPBakery Page Builder like a page.

I hope this has been helpful.

Hi, seem to be able to change the font of the main home page title “CREATIVE PORTFOLIO” title but not the size or weight? there are the drop down boxes in customise but only theme option is available. how do i go about doing this?

You can change the font of the page title under Theme Options -> Typography -> H1.

However, the font size and weight can vary depending on the title area size. You can change it in the Flora Options -> Title Area -> Size at the bottom of the page edit screen.

Hi, I am working with your portfolio Flora WP bakery template and trying to work out how i can format some of the layout on the portfolio pages.

there are preset layout options but i can’t see how to 1)change size/layout of the image boxes in the gallery 2)get rid of or reposition the right hand side column info 3)set columns for the body copy so i can have a pull out piece to the left and then a small blurb to the right

are these portfolio pages editable like that of the home page etc?

thanks for your help

1) The gallery on the portfolio page displays images in predefined sizes depending on what layout option you select. Your images should be bigger than 960×960 pixels so they will be cropped to fit perfectly in any portfolio layouts.

However, if you would like to change the gallery layout. You will need to build the portfolio content with the WPBakery Page Builder and add the images by using a Gallery Image element.

2) We are sorry but you can’t get rid and change the portfolio sidebar. You may need to choose the Gallery layout, it doesn’t have a right sidebar, as you can see in our demo: https://wydethemes.com/flora1/portfolio-item/portfolio-12/

3) You will need to use the page builder to edit the portfolio page so you can add columns and other content elements like you can do with the home page.

To enable the page builder on the portfolio page, navigate to WPBakery Page Builder -> Role Manager. Change the “Post types” to “Custom” then select “wyde_portfolio”.

I’m not sure what’s happening here: on hover, the image disappears. If you leave your mouse over the image it fades in and out.

https://jandl.site/shop/

How can I stop this?

There are additional images included in the product images. They have been added by the third party plugin. Try to deactivate your plugins to see if it works (it might be a lazy load plugin).

Spot on! Found the culprit and turned off lazy loading. Thank you :-)

Hello,

I had just written to you. The problem has been solved. I updated the permalinks once.

Sorry, but thanks anyway and best regards! Tamara

My apologies for the late reply!

Glad to hear that the problem has been solved.

Anyway, if this problem happens again, you will need to visit Settings -> Permalinks so WordPress will clear the permalink caches and the problem will be fixed.

Hi,

since the last update the links of my portfolio do not work anymore, if you click on an entry of the portfolio a 404 error occurs

I ask for help at short notice. Thanks a lot!

Otherwise a big praise, I love the template! Great design!

Best regards, Tamara

There seems to be an issue with WordPress permalink. You may need to visit Settings -> Permalinks, and then click “Save Changes”.

Hello, I’ve found an issue with the “Add to cart” feature of Woocommerce. When I click on “Add to cart” on category or tag pages, nothing happens. Products are added to cart but customer is not aware about this.

On the background I see that browser load ”?wc-ajax=add_to_cart”, at this point there should be a redirect to cart or an Ajax event that show a banner with a message confirming the action, but nothing happens.

I see the same behaviour also on your demo site.

I’ve disabled ajax on both theme and Woocommerce settings, but this seems to have no effects on category pages.

Any help on how to solve or workaround is welcome

Thanks

My apologies for the late reply!

However, I’ve tried it on our demo site and it seems to be working properly: https://wydethemes.com/flora1/product-category/clothing/

After you click on “Add to cart” button, you will see a “View cart” button on the product image so you can click on it to navigate to the Cart page, please check out the picture below:

Would you mind giving me your web address so I can check it?

@Wide Yes, you’re right, although I’m pretty sure the other day when I tried it was not working.

After several investigations I came to the conclusion that there is a conflict with the “Facebook for WooCommerce” plugin, I am also discussing it with their developers on the WordPress forum. Maybe you can join the discussion to better understand what’s going wrong.

I don’t have enough skills to figure out where the problem is and I don’t see errors in the Javascript console, so it’s difficult to determine the exact cause.

That plugin is very popular and integration with the Facebook Pixel is important for advertising campaigns, so I would not like to disable it.

We are sorry but we have never seen this issue before.

However, this theme does only one thing with the ‘woocommerce_add_to_cart_fragments’ to update the cart in the dropdown menu after adding the product to the cart. It is the standard WooCommerce action.

Would you mind giving me your web address with the login details so I can checking? You can send a private message through the contact form on our profile page here: https://themeforest.net/user/wyde#contact

My previous problem with the redux file system was triggered by PHP 7.4. A downgrade to 7.3 solved the issue.

Thank you for the details!

We will update the Redux Framework in the next update of the theme so it will be compatible with PHP 7.4.

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