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.

Hey there! I already got a bit further with my website. Now I am trying to figure out

1. how to get rid of the display of the featured image for every post I create. Example here: http://s3r.co/wp/?p=896 ( I dont want the picture to be seen on top of my blog posts) Is there an esier way around than exchanging code? 2. How to display Portfolio and Posts in one big Grid Box?

Thank you for your help!

I’m sorry but there is no option to show different post types in the same grid. Portfolio is a custom post type and different from the blog post.

Also, the Portfolio Grid element always displays only portfolio and Blog Posts element always displays only blog posts, they couldn’t be combined in the same grid.

Btw thanks for your awesome support and answering so fast.

Is there any option to code that (portfolio/post grid)? since all that is necessary is the featured image and some of the text?

Another question that just came up: http://s3r.co/wp/?page_id=785

there is always this text coming up ” All- interview- Premiere- testify” is this a category or are those tabs, and where can I hide this textbar?

The easiest way is adding the code to functions.php in your child theme to enable different post types in the Blog Posts element.

1. Install flora-child-theme.zip, and then activate it.

2. Go to Appearance -> Editor to edit the Flora Child theme.

3. Add the code below to Theme Functions (functions.php):


function flora_update_shortcodes(){

    /* Remove current custom query field settings */ 

    vc_remove_param( "wyde_blog_posts", "loop" );

    /* Add new custom query field settings */
    vc_add_param( 'wyde_blog_posts', array(
        'type' => 'loop',
        'heading' => __( 'Custom Posts', 'flora' ),
        'param_name' => 'posts_query',
        'weight'    => 1,
        'settings' => array(            
            'size' => array( 'hidden' => true),
            'order_by' => array( 'value' => 'date' ),
            'order' => array( 'value' => 'DESC' ),
        ),
        'description' => __( 'Create WordPress loop, to populate content from your site.', 'flora' )
    ) );

}
add_action( 'vc_mapper_init_after', 'flora_update_shortcodes', 100 ); 

4. So you will see new option when you click on the Build query button in the Blog Posts element settings to select other post types. You can select “wyde_portfolio” to show the portfolio in the blog grid too.

Regarding the text “All – interview – ...”, I couldn’t access the link you provided but I suppose this is a category of the portfolio. So when you edit the Portfolio Grid, select the “Hide Filter” option to hide that bar.

Hi there, I’m having a problem with my About page. I don’t see that I’ve done anything differently from the other pages that I set up but for some reason when I try to click on the “about” link in my main menu it doesn’t do anything except change the hyperlink to www.leabelle.com/#about My website is www.leabelle.com if you would like to check it out! I’ve linked the picture in my sidebar to my about me page and it works fine, so I’m a little confused. Thanks!

Hi there,

Thank you for the link!

It doesn’t work because there is no anchor of the About page on your front page.

That’s because you’ve set the front page to show the latest posts instead of showing the static front page.

You have to go to Settings -> Reading, in the “Front page displays” select “A static page (select below)”, and choose a page for Front page option. For your website it should be “About” page that is the first page on your main menu. And then choose a blog page for “Posts page”, if you haven’t it yet, you can create a new blank page called “Blog”, you don’t need to add any content to this page, just set it as the Posts page in the settings so it will display the blog posts automatically.

Also, please see more details on how to create One Page website and to setup the home page in our documentation.

Hi there, I was wondering if there’s a way to include a picture or a slider on the main page of my website if it’s also the main page for all your blog posts (if that makes any sense)? I don’t see where I can use the Visual Composer tool unless I create a “front page” and change the setting to make “front page” the front page but then I can’t also make that same page the main page for my blog posts. I hope that makes sense. Thank you!

I’ve figured out how to build a slider but now I want to embed it into the front page but I’m not sure where to place the code?

Hi there,

First of all, please do not set your front page as the Posts Page. Because the Posts Page is a reserved WordPress page that automatically populates all blog posts from your site so the Visual Composer won’t work on this page.

Here’s what you have to do.

1. Create a page and set it as the Front Page in Settings -> Reading. I usually call it “Home” page.

2. Build the page content by using Visual Composer, add Slider Revolution element to display your slider at the first row. And then add a Blog Posts element to show your blog posts on the “Home” page.

3. Please display only some posts as preview on your front page, and add a Link Button to link to the main Blog page where you set it as Posts Page instead, see the next step to create the main Blog page.

4. Add a new blank page, I usually call it “Blog” page, and set it as Posts Page in Settings -> Reading. You don’t need to add any content in this page, it will automatically populate blog posts from your site. You can set the blog settings for this page in Theme Options -> Blog.

Hi, Even though my Google APi is valid and input into the Google Maps Tab in the theme options, when I go to my contact page and modify my Google Maps widget (say with an adress for : PAris, France), I get a “Oups something went wrong” message and the location always defaults to somewhere in Witchita near Toronto). What am I doing wrong? Thanx

Please make sure you’ve enabled Google Maps JavaScript API and Google Maps Geocoding API on your Google API console.

Also, the settings you made changes on Google API console may take up to 5 minutes to take effect.

Hi, How do I change the contact info that appears at the bottom of the MOBILE menu? Thanx

Go to Theme Options -> Navigation -> Contact Info Items.

Hi, I purchased your Flora theme. I use the single page theme. How can I configure a button so that when I clic on it, it scrolls down to one particular area? ie: I have a “Contact us” button near the top of the page, and I want the link to be the contact area at the bottom of the page. Right now, when I set up my button url to the contact page url, it opens in a sparate page (and does NOT smooth scroll down to the bottom of the page). Can you give me a pointer please? thanx in advance. Mikael

Set the link of that button to #contact-us or the slug of your Contact Us page. You can find the page slug when you click on the menu items in the main menu at the top, when you enable One Page Site in Theme Options -> Page, all menu items in the main menu will automatically generate the links to the anchor of each page. Or PM me your site URL: https://themeforest.net/user/wyde#contact

Hi, Purchased your theme last week. Great so far, except for one problem: Creating a new portfolio or modifying an existing one cannot be done using Visual Composer??? In your help files, it says you can, but I don’t see any Visual composer option anywhere in the page… What am I missing?

Hi,

By default, the Visual Composer is enabled on only pages. You have to enable it on portfolio first. Go to Visual Composer -> Role Manager, select “Custom” for Post types and then select “wyde_portfolio”, you can also select “post” to enable it on blog post, see more: https://vc.wpbakery.com/video-academy/control-user-group-access-visual-composer-wordpress/

Hi there,

I’m trying to update the H1, H2, etc. fonts via FTP and the theme doesn’t seem to be picking up the updated stylesheet. I’ve cleared my browser cache and purged the cache via my host. I’m not sure what to do.

Hi there,

There are the fonts settings in Theme Options -> Typography, you should use those settings instead.

However, if you’d like to use custom fonts, you have to add custom CSS in style.css in your child theme. If it still doesn’t work, try to add ”!important” to the font names & styles like the code below:


h2{

    font-family: "Your Font Name" !important;
    font-weight: 700 !important;
    font-size: 28px !important;
}

Hey friend, is this possible to use link which is moving me to the middle of page?

For example, I enter www.flora.com/stadium/ and it’s moving me in the middle of stadium page.

You should enable Transparent Header option so the top menu will overlay the page content. When you edit the page, scroll down to the Flora Options box at the bottom, select the Header tab and change Transparent Header to Enable.

I got transparent header, and still this line exist

If it’s the line under the main menu at the top, you have to add custom CSS below to Theme Options -> Advanced -> Head Content to remove it:

<style type="text/css">

    body:not(.expand-nav):not(.full-nav-active):not(.no-title) #header.w-transparent:not(.w-fixed){
        border-bottom: none;
    }

</style>

Sorry that I am overwhelming you with questions. Is there somewhere a list with all possible flora-icons? I would change some of them to others out of the flora-library. Thanks!

You can find the flora icon in the file “css/icons.css”, the flora icons are in the first part.

Great. Thanks!

And another question: Is there a way to create my own Loader Animation? And what file do I need for that, and where can I find the place to edit that? Greetings

Thank you! Okay, will it also overtake the Slider Revolution and Backgrounds etc? Just to make sure, before all my work gets lost. Greetings

No, this won’t affect your settings and any changes.

Perfect!

Hey there! I found another problem. I tried to edit the page via the “Customize”, to see how the change will look in real time. But whatever I change it says that: “setting does not exist / unrecognized” and I cannot save the settings, nor does it change anything. Can you help?

Some settings in Theme Options are not compatible with Customizer, please use the Theme Options panel instead.

Hello wyde,

I built a website with the flora theme and I used the minimal portfolio grid as a welcome page (http://wydethemes.com/flora4). My plan is to make every subpage accessible via the grid. Is it possible to link non-portfolio-pages to the grid? For example: I would like to set a link to the contact and the about me pages. I tried to do it with the Plugin Redirection but that doesn’t seem to be a neat way. Do you have any ideas/recommendations?

Best regards, I.M.S.

Hello,

I’m sorry but the portfolio grid always brings you to the portfolio single post. You couldn’t set the link of the page to those items. You should use the Single Image element instead. You can set custom row layouts to build custom grid columns and then add Single Image element to each column to use as the image link.

Hey!

I had a questions about the Portfolio section of the Flora theme.

Where would I find the code to hid the magnifying glass that is in the main portfolio gallery rollover. It looks like it is in <figcaption> in the when I inspect the page in chrome but I can seem to find where the code sits. If you could help me out that would be great! Thanks in advance!

Ben

You can add custom CSS below to Theme Options -> Advanced -> Head Content to hide the magnifying glass:

<style type="text/css">
    .w-view figure figcaption > span{
        display:none;
    }
</style>

I cannot find how to activate the “Slider Revolution” Plugin. I just received a serial key for my purchase. Where can I access this file?

Since 3 days I just want to add a simple slider..

Of course this plugin is included in the theme. You can normally use it without activation like the Visual Composer. If you have a notification message for activating/registering a purchased product, you can ignore it. This was also stated on our documentation.

As I mentioned in previous comment, the activation option is available for users who have purchased that plugin separately (direct customers). If you haven’t, you couldn’t activate it. That’s for access the support from the plugin creator directly and to get auto update but you don’t need since it was bundled with the theme, it will need to be updated by the theme creator instead.

You should import Sliders from the demos in Theme Options -> Home. If you’d like to import slider templates from this plugin, you will need to download from this page: https://revolution.themepunch.com/free-slider-exchange/#esg-grid-2-1-wrap

And then import by uploading downloaded files manually in Slider Revolution page on WordPress admin instead.

Thank you! I figure it out over the download page!

Hi, I’ve installed the WPML pluggin and I can’t translate the portfolio items, the fields where you can add information about the project. Can you help me please?

thanks!

Take a look: http://piscastudio.com/en/porfoli-item/can-llavina/

Hi,

Unfortunately, WPML plugin couldn’t translate the repeating fields where you can add Custom Fields on portfolio post, this issue has been reported and the WPML plugin creator will add new feature to the plugin so it will be able to translate these fields in the next update of this plugin.

Also, in the future please contact us from the account that purchased this theme to make sure you’re currently in the correct product page that corresponds to what you have purchased.

Okey! thanks for the answer. I will wait this update.

I’m trying to include images laid out over 2 columns in my latest blog post but I can’t see a way of doing this easily. I thought page builder could do this but I don’t see a button opening the plugin from within the blog post.

Can you please help?

I’m not quite sure that you’re having problem on blog single post or blog page.

Anyway, I provide both.

1. For blog page. If you’re working on the Posts Page (default blog page), this page is a default WordPress posts page, it automatically populates the posts from your site so the Visual Composer is disabled on this page. You can customize blog page in Theme Options -> Blog. When you choose the Grid layout, scroll down to the Columns option to choose the number of columns to display the blog grid.

2. For the blog single post. If you’d like to build the blog post by using the page builder. You have to enable it on blog post first. By default, it’s enabled on only page. Go to Visual Composer -> Role Manager, choose Custom for Post types and then select “post”. So you can add Image Galley to display the images in the grid layout on the blog single post page.

Hello! Beautiful theme – I can’t wait to use it. I’ve tried to install the theme on a GoDaddy Managed Wordpress hosting space with a properly configured user.ini file, but I keep getting this error upon activation of the theme. How can I solve this? Your other “Overlap” theme doesn’t have this issue.

Fatal error: Call to undefined method Redux_Helpers::isTheme() in /home/content/p3pnexwpnas09_data03/66/2525466/html/wp-content/themes/flora/admin/class-flora-theme-options.php on line 22

Thank-you!

Sounds like you also have the Overlap theme installed on the same server.

If you have the latest update of the Flora theme, you should install the Wyde Core plugin 2.5.5. The greater versions are not compatible.

The Flora theme is not compatible with the new version of the Wyde Core plugin that’s included in the Overlap and our new themes.

You should delete the new version of Wyde Core plugin first. Please don’t worry it won’t affect your data and settings. After you delete it, you will see a notification message to install the right version from the Flora theme.

Thank-you for getting back to me quickly.

So, it looks like that explains the error on one site that I installed Overlap on first (probably going to stick with Overlap on that one anyway).

However, the error I sent you is from a different site that doesn’t have the Wyde plugin or Overlap previously installed…and that’s the one I want to use Flora on.

Any other ideas or known plugin incompatibilities?

I really like the way both the Flora and Overlap themes look, but as I dig around in your comments here, I’m getting a bit nervous about Flora playing nice with other tools that I use.

(crossing my fingers!)

I guess this is a plugin conflict issue. If you have other plugins installed, try to deactivate them one by one to see if it works.

Hello!

We’ve been building out a multi-site network with your theme. We really like it’s functionality so far, but we’re having a problem with the navigation menu in the headers.

We have a unique menu created for each site in the network (currently there are 5). Starting on the main landing site, the nav works properly. Once you navigate to any of the subfolder sites, the navigation carries over from the initial site.

If we refresh the page on any of the subfolder sites, the correct menu will appear. However, as soon as we navigate away to another subfolder site the menu will carry over again, requiring another page refresh.

We’ve gone through this thing from soup to nuts and can’t figure out what’s causing this issue. If you guys have seen this happen before or have any idea what’s going on, please let us know.

Thanks!

Dominick

Sounds like this is an AJAX Page issue, try to turn off AJAX Options in Theme Options -> AJAX Options to see if it works (disable this option for all sites).

Hi, I can’t find the option to change the main top navigation text colour. I only see the option for text colour for the side navigation. So when I change the header background for the top navigation to light the copy isn’t viewable as its white on white? But when you scroll down the sticky menu top navigation text is viewable (grey text on a white background) so why isn’t this the case when the navigation is at the top and not scrolled down, it reverts back to white text on a white background? Please help

Hi,

The text color option of the top navigation is available on each page. When you edit the page, scroll down to the Flora Options box at the bottom of the page, select the Header tab and change the Foreground Style to change the text color. However, you can choose between “Dark” and “Light”, no custom color, this based on the theme design.

You can also change the Transparent Header to “Enable” so the top navigation on this page will overlay the page content without background color.

Excellent thanks, all working now!

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