Discussion on Flora - Responsive Creative WordPress Theme

Discussion on Flora - Responsive Creative WordPress Theme

By
Cart 1,642 sales
Well Documented

Wyde supports this item

Supported

1370 comments found.

why does my entire screen move when I scroll down on mobile? other themes I use don’t do this. Can you help me please?

Hello,

Sounds like this is a bug with the theme on mobile, it will be resolved in our next update. Thank you for reporting this issue!

Hello I’m using the Visual Composer plugin on my portfolio posts. However, it isn’t behaving as expected – even though both configurations are for full width, background colors keep a white margin on both sides. Please check the following links (the first uses portfolio; the other, a single page): #1 http://www.briefing.co.pt/offe/cms/index.php/portfolio-item/vvwf2015/ #2 http://www.briefing.co.pt/offe/cms/index.php/exemplo-portfolio-2/

I’m trying to achieve the results in the second link. Could you please advice/point out/help on how to achieve it (and why can’t I get the full width to show).

Best regards

Since the single post page doesn’t support full-width section by default so there are some features of the row such as full width background and content vertical alignment won’t work on this page even you add your custom CSS. If you’d like to customize the single page you need to edit the portfolio template files in “templates/portfolio/single-xxx.php”. However, these files won’t work when you edit them in your child theme so your changes may be lost if you update the theme. So we recommend you to choose from 4 layouts that included in the theme, and please don’t modify the theme.

Assuming a change in the single-slider portfolio template, how would you set it as full width (been playing with it for a while but without success). Is there a specific class?

The code below will stretch the page container to full width.

<style type="text/css">
.main-content.portfolio-slider .post-content.container{
    max-width: 100%!important;
}
</style>

However, even the page container stretches to full width but some features of the row won’t work on the single page.

Hello there,

We have noticed alot a big problem with this theme whilst viewing it on ipad in landscape,

multiple elements aren’t stacking like they should.

codeagency.com

is this another update thats in the pipeline?

many thanks

Hello there,

Indeed, I see there is an issue with the section “How Can We Help You?”. This is a bug with “Content Vertical Alignment” option for the row when you choose “Middle”, it doesn’t seem to work on tablet in landscape. It will be resolved in our next update. Thank you for reporting this issue!

However, you can fix it right now by editing this section, change “Content Vertical Alignment” option to “Top”. You don’t need to choose “Middle” since you have no content in another column.

If it still doesn’t work, please send us your admin login credentials in the contact form -> http://themeforest.net/user/wyde#contact so our support can help you figure it out.

When the default setting is set for featured images to be shown on the single blog post page, is there a way to have one off/ or customized settings for some blog post pages to not to show the featured image within the single blog post page?

Sorry but there is no option to show or hide the featured image for each individual post. We will look into this and add this option for each post in the future. Thank you for your valuable question.

I have Flora all setup and it’s working ok. I noticed that while scrolling, the site hover effects don’t work. Once the page stops scrolling there is a half second pause, before the site hover effects start working. This is also true for clicking, and mouse cursor change.

So if I scroll down to a section and click quickly, the click is ignored. after the half second is over, then I the pointer finger shows up and i can click the same location and it will work.

Do you know why that is? Can I disable any scrolling effect that may be causing this? Thank you for your attention on this.

Here is the site that I’m experiencing this problem: http://diseno.linklotus.com/services/

Hi,

We disable all hover effects when scrolling that will improve the page performance. If your browser displays any hover effects when you scroll, your browser does not work smoothly.

However, if you’d like to enable hover effects when scrolling, you need to remove the code below from the file css/flora.css>

.scrolling,
.scrolling * {
  pointer-events: none !important;
}

So you will see your hover effects when you scroll the page but your browser won’t work smoothly.

That worked! thank you for that information.

Will you be providing the updated plugin for WPBakery Visual Composer 4.9.2? My website is using the version 4.9, my update attempts keep failing. According to their documentation, my theme provider would have to make a request for the updated version.

You don’t need to update this plugin since the latest compatible version of this plugin is 4.9. We will include 4.9.2 in our next update of this theme.

Hi,

i spot a bug recently : https://www.dropbox.com/s/nqy5qcy7cri13nv/Capture%20d%27%C3%A9cran%202016-01-20%2017.47.07.png?dl=0

i try desactivate cache plugin, but it doesnt seem to be the source of the issue.

Cheers.

The next update of this theme is compatible with the theme. We will release it within a week.

Also, you can display the text “Add to cart” by adding the custom CSS below to Theme Options -> Advanced -> Head Content:


<style type="text/css">
.products li figure .button{
    text-indent: 0;
}

.products li figure .button:before{
    position: relative;
    left: auto;
}
</style>

Thnaks for letting me know :) And thanks for the code, it work like a charm too !

Good afternoon. We have purchased the theme http://wydethemes.com/flora1/. Further, installed and configured to our needs http://deephitech.wsdevelopment.net/. But there is a problem – if we go to any internal page with the principal, and after that click the back button in our browser (chrome) the slider is loaded. In the console, an error JS. Revolution slider updated. Your demo is no such problem.

?????? ????. ???? ???? ??????? ???? http://wydethemes.com/flora1/ ????? ??????????? ? ????????? ??? ???? ????? http://deephitech.wsdevelopment.net/. ?? ???????? ???????? – ???? ?? ????????? ?? ????? ?????????? ???????? ? ???????, ? ????? ????? ??????? ?????? ????? ? ????? ???????? (chrome) ?? ??????? ?? ???????????. ? ??????? ?????? ?????? JS. Revolution slider ????????. ?? ????? ???? ????? ???????? ???.

Hello,

Our demo sites are running on the latest update of this theme that is compatible with Slider Revolution 5.1.5 so try updating the theme since I see you have Slider Revolution 5.1.5 that is not compatible with the old version of Flora on your site.

Sometimes you can see some script errors in your browser console since this slider plugin is not fully compatible with the AJAX Page feature but it can still be used normally without any problem. The only way to remove the script errors from Slider Revolution plugin, you need to disable AJAX Page option in Theme Options -> AJAX Options.

Thank you disable AJAX resolve the issue.

Hi! Hope you’re well. I see in a recent comment that portfolio hover should be the same color as the theme. This isn’t happening for me.

Regardless, I’d like to customize the hover overlay to be black and I’d like my theme to be a different color, if possible. Can you share the custom CSS that I need to do this if possible?

Thank you!

Okay, I now see that there are a few different hover styles. Two take the theme color as the hover color, one is white. But is this customizable? Thanks!

Hi,

I’m sorry but it’s too hard to customize the hover styles since each of them was designed with its own purpose and style. Please choose from 11 hover effects that included in the theme.

However, if you’d like to customize one of these effects, please let me know the name of it so I can provide the custom CSS to modify this effect.

Understood. I’ll use one of the included hover effects then. Thank you for your time!

Hi, nice theme my question is, is this available as HTML?

Hi,

There is no HTML template files in this theme. We have only Installable WordPress theme file and demo content from 6 our demo sites.

Hello guys. We have problem with FLORA theme. We already installed it and also picked our DEMO we like. But unfortunately there is no content. Only thing which is appearing is loading icon. Our website : www.lemonad.sk

Thank you. Best regards Denis

Hello,

Seems like it’s working since I can see your site is displaying the demo content now.

If you’re still having problems, you can send us your admin login credentials in the contact form -> http://themeforest.net/user/wyde#contact so our support can investigate this issue and help you out.

Hello. We find out that it only works when we turned off revolution slide and contact form plugins. Whats the problem with them??

Both of these plugins are compatible with the theme. Try deleting these plugins and install them again.

Hi there:

I am contacting you regarding the sticky navigation menu. Can you tell me if there is a way how to configure the menu when to show and hide on scroll?

Thanks for your support..

David

Hi there,

This theme has no option to configure the sticky menu. You can only turn on or off this feature in Theme Options -> Navigation -> Top Navigation -> Sticky Header. The top menu will change to sticky menu when you scroll to the bottom of title area section, if the page has no title area section, it will change immediately when you scroll from the top of the page.

If you’d like to configure when to show or hide it, you need to edit the function headerSticky in “js/main.js”.

Hello, I’m loving your gorgeous theme! My site (catherineprescott.co.uk) seems to take forever to load, though. I’m a bit of a novice and not sure where to start to fix this. Would changing from the One page template to the Main Demo help? Thanks so much.

Thanks very much, that’s great. I hid the footer originally as I couldn’t find where to change the demo content – where do I change the custom content, popular posts and flickr stream? Thanks so much for your help.

These widgets are in Appearance -> Widgets, you will see the sidebars named: Footer Column 1 to Footer Column 4, you can customize these widgets in there.

Thank you so much!

Hello,

Thanks a lot for your work, the theme is brilliant.

I just want to remove the automatic capital letters in the portfolio titles… Could you help me with that ?

Thanks a lot, Thibaut

Brilliant :-) Thanks A LOT !!!

There’s actually just a small problem: the header is lower on the page when I put the code… Is there any way to avoid this ?

My mistake, it works perfectly…

Afternoon,

After installing the theme and configuring the theme to how I wish to use it I have found that the masonry gallery is not responsive, Can this be fixed or can some CSS be done to fix the issue?

thanks.

You can see this issue by inspecting the gallery on the home page here, http://37.61.232.196/~codeagency/

Hello,

This is a bug with masonry layout of Image Gallery element, this issue has been fixed in the next update of this theme that will be available in a few days. Thank you for taking the time to report this issue!

If you’d like to fix it right now, you can download this file -> http://wydethemes.com/flora/wp-content/themes/flora/shortcodes/css/shortcodes.css?v=1.2.4 and replace the old file “wp-content/themes/flora/shortcodes/css/shortcodes.css” on your host.

Hi-

this theme doesn’t always load on the first try. It shows blank white then has to be browser refreshed to actually load. My ISP says there’s a broken script in the theme that gets called twice. Can you help:

http://hollywood-consulting.com

Thanks, Noah

Hi,

I see there is a scrip error since it can’t find the footer on your home page. Seems like this is a bug with the theme when you hide the footer from the page. To temporarily fix this issue, please turn on Footer Bottom Bar option in Theme Options -> Footer and edit your Home page to change the Footer option in Flora Options to “Show”.

Also, this issue will be fixed in our next update.

Right on- that looks like it did the trick. Thanks!

Hi there,

How can i add my own logo as a marker in Google Maps like you have done with the triangle logo of Flora in the contact pages of all demos? I have searched all documentation and in your comment sections, but coulnd’t find anything about the custom marker.

Thanks in advance.

Hi there,

When you edit the Google Maps element, you will see the Icon option, you can add your logo here.

How do I change the background color of the single page background to white? Also, how do I install the phrase “Read More” in the preview of a blog post.

When you create a new post or edit the post, you can change the background color of the single page by editing the Background option in Flora Options -> Background.

Regarding the Read More button in the blog posts, there is no option to add this button into the blog posts since this theme use […] instead. However, if you’d like we will add a new option to display Read More button in the blog posts in our next update.

Thank you!

I think a Read More button would be a great update.

Hi Wyde,

I really love and enjoy your Flora theme, its amazing!

Now I am using “the creative agency” demo content and i am finishing my website. But i actually want to use the contact page from “the one page site” demo. How can i set my contact page like that demo?

Thanks in advance.

Hi,

Please send us your email in the contact form -> http://themeforest.net/user/wyde#contact so we can send you the shortcodes for creating the Contact Us page from One Page site and a contact form in this page.

Hello,

I want to remove the layout part for when people click my photos because for some reason it comes out blurry.

http://oxiestudios.com/photos/

How can I change it so they are not directed to a new page with a bigger preview or fix the resolution so the image isnt blurry?

Hello,

Since some of your images are smaller than the layout width, so these images are blurry. You should upload the bigger ones to replace these images, for this layout you should use the image that has the width more than 850px so it will appear with a better quality.

However, if you’d like to remove the detail page of your portfolio or just only want to display your images in the grid, please use the Image Gallery element instead of Portfolio Grid element.

Edit this page, and remove Portfolio Grid from the page. Add a new Image Gallery to this page and add your images. This element has a grid layout to display your images like the portfolio grid element.

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