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.

Hi, i am currently uploading my work onto the portfolio section of my site. How can I choose the order in which my work is displayed on the masonry grid? just now it seems to upload only in a chronological order, with most recent first. Is there any way to edit the order. Please advise if this is something I can change? Thanks J

Hi,

Edit your portfolio grid. In the Portfolio Grid Settings window, click on Build query in Custom Posts and choose Order by.

Hello,

I have found one problem with the buttons at the Contact Us page of the website, they seem not aligned horizontally, they are in fact at the top part of the circle. First this problem didn’t exist but after updating this problem presented at both versions the PC one and the mobile. How can I fix it?

Thank you!

Hello,

Thank you for reporting this issue. It will be fixed in our next update.

However, you can fix it now by adding the custom CSS below to Theme Options -> Advanced -> Head Content:

<style type="text/css">
.w-icon-block i{
line-height: inherit;
}
</style>

Hello, thank you very much for your outstanding and nice support. Michel (France)

My pleasure :)

Hi, Is there a way to center the images on the page and the text appears above the images in the first porfolio layout ? I wish that the categories are not displayed in portfolios. How can I do it?

Thanks.

Hello,

By default, when you display your portfolio post in Gallery layout, your images will be cropped and resized to display as square images. If you’d like to display the actual dimension as you upload, you should edit “single-gallery.php” as below:

Replace
$image_size = 'x-large';
With
$image_size = 'full';

So it will display the full size of your images as you upload.

Hello. The file “single-gallery.php” is in flora>templates>portfolio? If so , the code ” $ image_size = ’ full’ ; ” you ‘ve given me is written in the file or maybe not find it. Can you help me please? Thanks

Hello,

Yes, sure. this file is in “flora/templates/portfolio”. You need to edit this file to change the image size. Replace $image_size = ‘x-large’; with $image_size = ‘full’;

Also, you need to reset the image height by adding the custom CSS below to Theme Options -> Advanced -> Head Content:

<style type="text/css">
.portfolio-gallery .cover-image{
    height: auto!important;
}
</style>

Hello! Is there a way to add more than one url in one portfolio? I would like to put few videos from youtube in the same portfolio, is that possible?

Hello,

You can add your videos to your portfolio post by using Video Player element. If the Visual Composer page builder was disabled for portfolio posts, you can enable it by navigating to Visual Composer -> Role Manager, in Post types option choose “Custom” and select “wyde_portfolio”, so you can edit your portfolio posts with Visual Composer and add your videos to the content easily. You can also select “post” if you’d like to enable it on blog posts.

Hi there, your theme works great so far… but I´m searching for the css-file, where you styled the class for “overlap-left” and “overlap-right”... because I found out that on Internet Explorer it doesnt work, the letters are hidden behind the image.. so I guess I have to change the z-index. But I can´t find which z-index you have choosen for that :(

Hi there,

Actually, there is one class missing from the Extra CSS Class field. It should be “overlap overlap-left”. Because we’ve already set the z-index:999; and position:relative; in “overlap” class. But it has not been added into this field when we create the demo content.

So there are 2 ways to fix this issue.

1. Add the “overlap” into the Extra CSS Class field of this element. 2. Find “overlap-top” in “shortcodes/css/shortcodes.css” within your flora theme folder, and edit them as below.

    /* Extra Class */
    .overlap-top {
        position: relative;
        z-index: 999;
        margin-top: -50px;
    }

    .overlap-bottom {
        position: relative;
        z-index: 999;
        margin-bottom: -50px;
    }

    .overlap-right {
        position: relative;
        z-index: 999;
        margin-right: -50px;
    }   

    .overlap-left {
        position: relative;
        z-index: 999;
        margin-left: -50px;
    }

These classes will also be fixed in our next update.

Hi, I have installed theme correctly but I have a problem to upload images. There is an HTTP error if I try to upload images in the size of 1920 X 1080. I set configuration from Worpress but it doesn’t work. What can I do to fix? egards

Hi,

Sounds like your host doesn’t allow you to upload a large image size. Make sure your image size is less than the limits in your PHP configurations.

Dear Wyde

First! Super nice theme you have made!

I have two questions for support:

First: Is it possible to disable the ajax loader for a specific page ? I have install an estimate/price calculator plug in, but I think it has some problems with the Ajax .

Second question: On my front page, I have a tote bag, where my logo gets animated over it. It works on my laptop, but not on my mobile, the overlayed png dissappears, is there any way to make the animation works on mobile? Or could i change the image for mobile devices through css?

My website: www.icescreenprinting.com

Kind regards Rune Fallesen

Hello,

1. You can add a specific page (URL part or slug) into Theme Options -> AJAX Options -> Exclude URLs to disable the AJAX for a specific page.

2. This is a bug with Single Image element on mobile. Try updating the theme to fix this issue.

Hello there, thank you for this nice theme !

I try to translate the “show more” button in french in the portfolio grid, but i don’t find it with poedit and all my tests to replace it with a function failed. Can you tell me where i can find it in the templates ?

Thank you !

Hello there,

Seems like this word is not included in the .PO files in the current version of the theme, we will update these files in our next update. Thank you for reporting this issue.

Where is the link to the recent documentation? The current update is only showing the first version Flora User Guide. Thanks

The latest update of this theme (1.2.4) includes Flora User Guide version 1.1.5 that is the latest update of our documentation. We will update our documentation next time when we’ve more changes on our theme.

Hello I seem to experiencing problems with my theme, some of videos are not appearing on the site, is there a way to fix this issue?

http://oxiestudios.com/films/

Hello,

This element uses a standard WordPress function to embed the video. WordPress will only embed URLs matching an internal whitelist. Try another video link. If it works that means some of your videos have been blocked or they’re not matching an internal whitelist, see more -> https://codex.wordpress.org/Embeds#Does_This_Work_With_Any_URL.3F

Portfolio Item keeps loading after clicking on show more…

error: Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: internal

what does it mean?

Try editing the file “shortcodes/js/shortcodes.js” as below:

Replace

// Ajax Page
if (typeof wyde.page.updateLink == "function") {        wyde.page.updateLink(newElements);
}

With

// Ajax Page
if (wyde.page.ajax_page){
  wyde.page.updateLink(newElements);
 }

So you can disable AJAX Page and it won’t affect show more button on your portfolio grid.

Perfect. Very nice theme and support. Thank you Wyde.

My pleasure :) Happy to hear that it has been resolved.

Hello guys.

I got problem with my theme – revolution slider html 5video is not working on mobile devices. And I have problem with portfolio grid – on mobile devices items looks like they are hovered – yellow layer is over image in default – how to turn it off? on computer is all working well also if im going to same screen width as on mobile. But on Iphone – safari also chrome doesnt work. check it please – www.lemonad.sk – thank you :)

Hello,

The video slider on Revolution Slider won’t work on mobile, you should set the poster image to display instead.

In order to hide the yellow layer on images, try add the custom CSS below to Theme Options -> Advanced -> Head Content:

<style type="text/css">

.touch .w-view figcaption:before{
display:none;
}

.w-effect-split figure figcaption h3, 
.w-effect-split figure figcaption p{
    text-shadow: 0 0 12px rgba(0,0,0,0.5);
}

</style>

Also, we will remove this layer from the portfolio image on mobile devices in our next update.

Hi there! Love the theme. It’s so pretty! You guys are doing a great job!

I saved up all my questions to ask all at once in an attempt to be less annoying. :)

1) Is it possible to change the word categories to something else? example: “media”

2) is it possible to change the word skills to something else?

3) is it possible to change the word tags to something else? I don’t need to change all three words, but the easiest two would be perfect

4) can i remove the header when i am viewing a specific category, skill or tag? i want to remove the header that says “still current browsing: still” example: http://www.foxandleopard.com/portfolio-category/stills/ i want the photos to come right after the navigation bar like in the main portfolio.

5) is it possible to remove the category name under the title when browsing a category. for example, it says “still” under spring ‘16, but id prefer only the title http://www.foxandleopard.com/portfolio-category/stills/

6) with this gallery option, the photos after the featured image are clickable: http://www.foxandleopard.com/portfolio-item/spring-16/ with this gallery option, they are not: http://www.foxandleopard.com/portfolio-item/lovemetender/ i would like to make all photos clickable in the second gallery example as well.

7) can i make the photos bigger when you click them? all of our photos will be bigger so it will never be an issue. Can i remove the bottom navigation and photo count? example: ”< > 1/11” I just want to use the arrows in the middle of the image

8) when in the portfolio, can i make the entire image clickable instead of just the text? I would also like to take out the magnify option and any text whatsoever. Just make the entire image the link if possible.

Thanks so much! i realize its a lot but i thought it would be better than contacting you 8 times :) You’re the best. :) I’m telling all my friends and clients to install this theme

Hi,

My apologies, in order to change these names on the frontend, you need to edit the PO file by using a translation software like POEdit ( https://make.wordpress.org/polyglots/handbook/tools/poedit/ )

Please follow the instructions below:


1. Extract flora-child-theme.zip that's included in the main download package.

2. You will see a folder named "languages".

3. Translate a file en_US.po by using POEdit.

4. Find "Categories" and replace with new one.

5. Repeat the step #4 for "Skills" and other words.

6. Save changes.

7. Compress the flora-child-theme to flora-child-theme.zip

8. Install and activate this child theme on your WP site.

The issue #5: Sorry, I misunderstood. BTW, you need to add the custom CSS below to Theme Options -> Advanced -> Head Content to hide it.

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

thank so much again. site is almost perfect!

the child theme is not working for me. it does’t recognize that flora is installed? see the linked photo. i’ve already checked both style sheets and made sure both were spelled Flora. any other suggestions? http://i.imgur.com/uHdHl09.png

is there anyway to remove the magnifying feature? i dont care to use it. see linked photo: http://i.imgur.com/1yk7l8p.jpg

youre the best! :)

The flora child theme requires the flora theme in the folder named “flora”. Make sure you have the flora theme with the exact folder name flora (lowercase and without any space).

If it still doesn’t work, try downloading a new copy from ThemeForest and use the flora-child-theme.zip inside the main download package.

Cheers.

Hello Wyde, i notice that if you use product catégory VC module, when building your page, you can set the number of items per page, but in Flora you cant have the pagination showing.

Cheers.

Hello,

This is a default module from Visual Composer and it’s based on WooCommerce shortcode. This module doesn’t support pagination since the shortcode from WooCommerce has no pagination. I suppose this option is just only for setting up the number of items to display in output. In our next update we will change the label of this option to Post Count instead.

how can I show related portfolios in single portfolio page buttom as a slider ?

Sorry but it doesn’t support slider.

Hi I need to purchase 4 more licenses of this theme. Is there any discount option?

Hi,

Thank you so much for supporting us! We really appreciate it.

Unfortunately, we couldn’t manage any price or discount on ThemeForest market because all purchases depend on Envato.

Thanks.

Oh! But still going to purchase :)

Thank you so much :)

Hi, the video is not showing up on mobile devices. can you please help me fix this?

thanks!

http://www.enova.com.au/ this is one of the urls where the video doesn’t play on mobile. please help asap. thanks!

Hi,

Video on slider won’t work on mobile devices since these devices do not support auto play feature at all, you should set the poster image to display on these devices instead as you see on our demo site -> http://wydethemes.com/flora6/

How do I Increase my Wyde Social Icons in the footer widget?

Lessismo.com

If you’d like to increase the size of social icons in the footer widget area, try adding the custom CSS below to Theme Options -> Advanced -> Head Content:

<style type="text/css">
.social-icons > li a{
    font-size: 30px;
    padding: 15px 10px;
}
</style>

Appreciate it… that worked perfectly!

hi

I dont know why the logo of my page is so small. I tried to upload on sizes from 200px to 70px of height and ever gets the logo in small version. How i can do to got the logo bigger?

Thanks

http://2002marketingroup.com/sitio/

Hi,

Your logo will be scaled down to fit within the header menu (95px of height), try adding the custom CSS below to Theme Options -> Advanced -> Head Content to increase the logo size:

<style type="text/css">
#header-logo img{
    max-height: 80%;
}
</style>
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