1370 comments found.
sorry, I have forget my URL: http://neu.housegrafix.de/
Thanks for the link!
Hi,
here I am again. I have problems with the Start-Slider. The Video is not playing, it is only the cover-image and the cover-options with the overlay doesn’t work. You need an login to help me?
Best regards, Tammy
Hi,
Please make sure you’ve set the MP4 video correctly. You’ll need to upload an MP4 video that will play automatically on desktop.
I see only WEBM video that will display only on mobile but it won’t play automatically since mobile doesn’t support this feature.
See more on how to setup video slider here -> https://www.themepunch.com/revslider-doc/video-layers/#tab-1437871088869-2-8
Hi,
before one month I did what you wrote me and than it’s works. But after the update the video will not shown on my iPhone6 (iOS 10.1)
Identically which setting I change, I get the video not to run on iPhone.
With your demo there runs the video on my iPhone.
thanks a lot!
It’s because you haven’t set the WEBM video for the Video Layer but you set it for the Video Background instead.
Now you set the video on both background settings and video layer. You should remove the video settings from the slider background. Then set the poster image and WEBM video for the video layer.
As seen on the link I provided, you should set all video settings for the video layer -> https://www.themepunch.com/revslider-doc/video-layers/#tab-1437871088869-2-8
Hi,
I’ve purchased the theme but it seems glitchy – when i click Pages > Add new > visual composer > plus sign to add new elements, nothing can be selected. All the boxes in the ‘add element’ pop up have rollover states and look clickable but aren’t for me – ive tried to click and drag too but that does nothing.
Also, if i go to Pages > Add new > templates > my templates > when i select the template i want nothing happens. Also, if i click the arrow to open it up, i can see a drop down of about 2 pixels but thats it – its almost as if it’s hiding the drop down.
Thanks
Hi,
Please make sure you’re using the latest update of the Visual Composer plugin (4.12), our demo sites are running on the latest update of Flora theme with Visual Composer and they’re all working fine.
If you couldn’t update this plugin, please delete it from your Plugins page first because there was an issue in the old version of this plugin that prevents users updating via the theme.
After you delete it, you will see a notification message to install the new one that came with the theme.
If it still doesn’t work, please PM me your site URL -> https://themeforest.net/user/wyde#contact
Interested in purchasing but it looks like the Blog Articles excerpt text is falling outside the masonry previews… on the Main Demo Blog. Hmm
Thank you for interesting in our theme!
And thanks for letting me know that there was an issue on our demos. That because it has a long excerpt setting. We’ve just changed it.
Don’t worry, all blog layouts have the excerpt settings, you can easily set the words or characters length for the blog excerpt.
Hi, I bought the Flora theme with a wrong email
It should be webmaster@judygoochlaw.com, and I entered webmaster@jucygoochlaw.com... Please help!
Hi,
Please submit a request directly to Envato Support here -> https://help.market.envato.com/hc/en-us/requests/new
Choose Buying and licenses -> I need help with something I’ve purchased.
Did that and still don’t receive any feedback…
I’m seeing your purchased badge, that means you’ve transferred it to your account.
Hi, Gotta quetstion. How come when I clone a single image element in a columm (fits the container) and drag it to another column my picture doesn’t scale to fit in the whole column anymore?
Hi,
Not sure but please check the Responsive option in the Single Image settings window to see if it works.
If it doesn’t work, please PM me your site URL -> https://themeforest.net/user/wyde#contact
Hey,
I have a little Problem.
On my homepage, there a 3 boxes (yellow. brown, .... with “Responsive Design”, “Retina Display”.....)
The Boxes in your Demo are fullwidth But on my site the aren’t display full width although in the settings it ist the option “full width”.
The bigger Images above this 3 boxes are “half full width” too, Sorry, I Don’t know how I can better explain…..
Here is my site with the flora template: http://neu.housegrafix.de/services/
I Hope you know what I mean and sorry for my very bad english…
Hi,
Your settings are all correct now. I’m seeing all sections on your page are displaying as full-width.
However, if you couldn’t see them as full-width, it might because your screen is too large (too wide). If your screen width is larger than 1920px, you won’t see your site in full-width because we’ve set the maximum width of the page to 1920px. We will remove the maximum width in the next update so you don’t need to edit anything.
hello, thanks for the quick answer. But the fact that is, that it can’t be because of a to wide screen, because your demo of the template are correctly display on my screen. have you an another solution/idea?
My apologies, actually you’ll need to select the “Responsive” in the Single Image element so it will be stretched to full the window width too.
i want to use other icons in <Info Box>,
1) I unmasked the flora_get_custom_icons function in child theme function.php:
function flora_get_custom_icons( $icons ){
$custom_icons = array(
array( "icon-emo-sleep" => "sleep" ),
array( "icon-emo-devil" => "devil" )
);
return array_merge_recursive( $icons, $custom_icons );
} add_filter( ‘flora_iconpicker_icons’, ‘flora_get_custom_icons’ );
2) and added these to the child theme style.css
@font-face { font-family: ‘fontello’; src: url(’../font/fontello.eot?76903322’); src: url(’../font/fontello.eot?76903322#iefix’) format(‘embedded-opentype’), url(’../font/fontello.woff2?76903322’) format(‘woff2’), url(’../font/fontello.woff?76903322’) format(‘woff’), url(’../font/fontello.ttf?76903322’) format(‘truetype’), url(’../font/fontello.svg?76903322#fontello’) format(‘svg’); font-weight: normal; font-style: normal; } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. / / Note, that will break hinting! In other OS-es font will be not as sharp as it could be / / @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: ‘fontello’; src: url(’../font/fontello.svg?76903322#fontello’) format(‘svg’); } } / }
[class=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; /
/ For safety - reset parent styles, that can break glyph codes/
font-variant: normal;
text-transform: none;
/ fix buttons height, for twitter bootstrap /
line-height: 1em;
/ Animation center compensation - margins should be symmetric /
/ remove if not needed /
margin-left: .2em;
/ you can be more comfortable with increased icons size /
/ font-size: 120%; /
/ Font smoothing. That was taken from TWBS /
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/ Uncomment for 3D effect /
/ text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); /
.icon-emo-sleep:before { content: ’\e803’; } / ‘’ / .icon-emo-devil:before { content: ’\e805’; } / ‘’ */
3) copied fontella .eot/svg/tff/woff files to the directory …....../wp-content/themes/flora/fonts/flora/
but they didn’t appear under flora font.
where did i go wrong?
Both 1st and 2nd step are correct but in the 3rd step isn’t.
When you’re using child theme, you should upload your font icon files to your child theme folder instead.
In the 2nd step, you set the font file to ’../font/fontello.eot’ so you should upload your font files to the folder “wp-content/themes/flora-child-theme/font/”.
Hi there, I’m having issues with the Visual Composer buttons when using the Flora theme. As soon as I edit my home page the buttons cease to work. Is this a bug?
Many thanks,
Charlie
Hi there,
If your browser freezes while editing the page. It’s a know issue of the Visual Composer plugin. This plugin can take a few seconds to respond after you edit any elements on the page. The more content elements on the page, the more response-time delays.
However, if it doesn’t work at all, please PM me your site URL and admin login credentials -> https://themeforest.net/user/wyde#contact
hola, necesito ayuda; gracias
Sorry but 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.
Hi,
can u tell us the sources from the demo images in the headers? for example the picture in “Contact us” with the smartphone and the coffee?
I searched in miscellaneous picture databases but I don’t find…
thanks very much!
Hi,
Unfortunately, the background images in the title area on our demo sites are free images but they’re too old and almost are not available to download.
It’s easier if you download them from our demo site directly. If you import demo content, all background images are included in the title area on your site. When you edit the page such as Contact Us page, you will see the title background image URL in the Title Area tab in the Flora Options, just copy that image URL and paste it in the browser address bar then download and save it manually to your computer.
thanks for this page طراحی سایت رایگان WebDesign Wien قاب گوشی
hello I have question ! I used 12 single image element so I made 4×3 grid images however ! So So So So slow ! and I can’t see mt pictures I think this is error in your theme !
and I made new page and I experiment this problem ! Also didn’t work !
Not sure how you create the grid images with single image element but if you’d like to display the images as 4×3 grid please use the Image Gallery element instead.
If it still doesn’t work, please PM me your page URL -> https://themeforest.net/user/wyde#contact
oh I know that I can use images as 4×3 grid but the reason is that’s why I made that I attempted use each link URL
Please make sure you uncheck the Responsive box in the Single Image settings window because this option will display your image as a background image, it’s only for the side by side layout.
hello I didn’t solve my problem ! so I’ve sent e – mai (include problem URL )l to you . if you see that plz contact me .
my problem is I used 12 single image element so I made 4×3 grid images however ! So So So So slow ! and I can’t see mt pictures I think this is error in your theme ! this .
Always thank you for your help .
I’ve just replied directly to your email (2 emails)!
하하 really thank you for your e-mail .
but ! still slow…
and I want to put the file link in your button shortcode .
[wyde_button title=”지원서 다운로드” style=”outline” size=”small” bg_color=”#ccc”]
this is your button short code .
href=”http://greatcompany.co.kr/wp-content/uploads/2016/08/오디션-양식.doc
this is my file link .
how to add this URL in your button code?
1. To increase the page speed, please try this:
- Disable Preload Images in Theme Options -> General.
- Install a cache plugin such as W3 Total Cache ( https://wordpress.org/plugins/w3-total-cache/ ) to minify JS and CSS files.
2. We recommend you to use the Visual Composer to build your content instead, it’s easier if you add a link to your button in the element settings window.
However, if you’d like to edit the shortcode, here is the Button shortcode with link:
[wyde_button title="지원서 다운로드" style="outline" link="url:http%3A%2F%2Fgreatcompany.co.kr%2Fwp-content%2Fuploads%2F2016%2F08%2F%EC%98%A4%EB%94%94%EC%85%98-%EC%96%91%EC%8B%9D.doc||target:%20_blank|" bg_color="#cccccc"]
Hi, I want to use the regular license of VC but when I install the full plugin donwloaded from CodeCanyon to use the full version, backend and frontend, but it seems to be the same as the included in the the bundle.
Hi,
The one that came with the theme exactly be the same version from CodeCayon but when using with this theme some features and elements have been disabled since they’re not compatible with the theme but you can use the new elements from the theme instead.
Also, this theme is not compatible with the Frontend editor and it was disabled as stated in the theme features -> https://themeforest.net/item/flora-responsive-creative-wordpress-theme/12038776#item-description__theme-features
This theme works as described in the theme features and you can create any site looks like our demos from the existing features and elements in the theme.
I’d like to have the <description> and <additional information>, between <short description> and <price> how can i achieve this layout?
If you’re talking about the product page, you can edit it in your child theme as the below steps:
1. Install and activate flora-child-theme.zip.
2. Go to Appearance -> Editor to edit Flora Child theme.
3. Add the below code to Theme Functions (functions.php):
remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10);
add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 35 );
4. Add the below CSS to Stylesheet (style.css):
.entry-summary .woocommerce-tabs{
clear: none;
padding-top: 0;
}
Unfortunately, the description and additional information are in the tabs so you’ll need to move the whole content in the tabs including the reviews tab. So the above code will move the tab to below the Add to Cart button instead.
Also, you can change the action priority from 35 to any numbers to order this section.
This may be a simple question, but what what I add to the Advanced Head Content style sheet to create black text shadows for the Title and Subtitle? Also, if I wanted all body text links to underline instead of change color, can you recommend what code I should insert ?
Thanks so much!
Try this:
<style type="text/css">
/* Sets the title and subtitle in the page title area */
.title-wrapper .title,
.title-wrapper .subtitle{
text-shadow: 0 2px 2px #000;
}
/* Adds underline to all links */
a:link, a:visited, a:active{
text-decoration:underline;
}
</style>
Please note: Adding underline to all links will affect other link elements on your site because they’re all links too, so it’s not recommended.
Also, it’s too difficult to change the color of links because there are several elements are links and they also have their own color and style.
Hi there. I’ve updated Wordpress to the latest version and then did the same with your theme and some plug-ins. The problem is that Visual Composer does not work anymore. I already deleted it and installed again the most recent version and it does not work. Please, see this link for reference: https://gyazo.com/b186ea680cfd519019a4be898d1b11ba
This happens on all my pages. It only shows a bunch of codes and does not let me change to the Visual tab on WP editing section, only let me work on the text tab.
Please, help.
Hi there,
Please make sure you’re using the Flora theme 1.3 or above that comes with the latest update of the Visual Composer plugin 4.12.
If it still doesn’t work, please PM me your site URL and admin login credentials -> https://themeforest.net/user/wyde#contact
I have one more question. How can I erase this Sign In option on the shopping cart? I don’t need this function. Please, see the link: https://gyazo.com/43c6fc3cec0216b56eed82603ef274af
Also, in Chrome the shopping cart icon does not appear on the home page, instead a text named (CART) appears. The icon only shows When I click on the text link. On Edge everything Works fine.
Thanks!
Hi there. I have a new question. Two with the last message.
How can I avoid this problem on the shopping cart window? Link: https://gyazo.com/0c98850f831b06306852572571184204
It shows a thumbnail for the product and it’s name. But the name is all broken. Thanks.
1. Disabling the Mini Cart in Theme Options -> Navigation will hide the dropdown menu and the Sign in menu.
2. It should be in the right side of the image as you can see on our demos. Looks like this is a bug when you haven’t set the product image. We will look into this and it will be fixed in the next update. You can disable the Mini Cart in Theme Options -> Navigation if you’d like.
Thanks! I have one more question. My blog have a sidebar with links to the categories. Once I click on the category, the layout of the posts is the Masonry. Is it possible to make the categories to use the Grid layout?
Sure you can change the blog layout for the blog category page in Theme Options -> Blog -> Blog Archive -> Layout, you can also change any other settings for the blog category page there.
Nice. Thanks. I have two more questions. 1) how can I increase the default size of the blog posts texts? I find them a little small, specially When there is a lot of text. 2). how can I make the space between menu titles on the header a little shorter?
1) When you increase the Font Size in Theme Options -> Typography -> Body, the blog posts text size will be bigger too.
2) Try to add the custom CSS to Theme Options -> Advanced -> Head Content as below:
<style type="text/css">
.dropdown-nav > ul > li > a{
padding: 0 15px 0 15px;
}
</style>
Hi there,
Is there a way to make columns (within the same row) the same height? I have two columns that each have a different background color, and I’d like the background color in each to fill up the same amount of vertical space within the row. I tried changing the Content Vertical Alignment in the Row Settings to Middle, but now luck.
Any other suggestions?
Thanks!
Hi there,
Normally, you can change the Content Vertical Alignment to “Middle” to equal height columns in the row. Try to check if you have a child row, if your columns are in the child row you should set it on the child row.
If it still doesn’t work, please PM me your page URL -> https://themeforest.net/user/wyde#contact
Thanks, that ended up working, however now I’m running into another issue. I have two different background colors in each of the columns, and when I change the size of my window, the color of the column on the right (which has more text in it) starts leaking into the bottom of the column on the left. Is there a way to keep the colors of each column the same as the background color assigned to them, no matter the size of the window?
When you change the Vertical Content Alignment to Middle, the height of the left column should be equal to the right column even you resize the window.
I fixed it. Thank you for the quick response!
One more question (unrelated). Is there a way to make a Single Image or the background image of a row Parallax?
Thanks again!
Sure, edit the row, select the Background tab and set the Background Image, then choose a Parallax for the background.
Hi Wyde, very lovely theme, thank you. I was wondering if you could tell me the easiest way to edit the theme’s system pages , 404 and 500’s ? Yours are super nice and clean, but we have something different in mind… would I essentially edit the CSS … or do those pages exist as HTMLs that are editable. Just a little direction or your opinion on how to approach this would be the best
And thanks in advance!
Hi,
You can edit the error 404 in your child theme as follows:
1. Install and activate the flora-child-theme.zip.
2. Open the FTP or cPanel File Manager on your host, then copy the file 404.php from your flora theme folder “wp-content/themes/flora/404.php” to the flora child theme folder “wp-content/themes/flora-child-theme/404.php”.
3. Edit the 404.php in your child theme.
For the error 500, I’m not sure but I think you’ll need to edit it on your host since it’s a server error. Try to edit the .htaccess or contact your webhost admin on how to edit the custom error page for the error 500.
Thanks so much!
Hi,
We are using this theme for our website (http://www.igsgranite.com/sample-page/). But, I have the following issues,
1. I need to display the main menu as static. but in theme it displays the main menu after by clicking top navigation icon so it should be always visible.
2. In About Us page, our products section is not loading properly.
For reference, I have attached the screenshot.
https://postimg.org/image/hva5veg39/ https://postimg.org/image/wsimwetbp/Kindly check it and fix this.
Hi,
1. This theme comes with 4 navigation layouts. You can change it in Theme Options -> Navigation. Choose “Classic” so it will be always visible.
2. You products are in the carousel plugin that requires JavaScript to show all images. Unfortunately, when you’re working on AJAX Page, the script of your plugin won’t be called so the images won’t show up. There are 2 ways to work around this.
1) You should disable AJAX Page on the About Us page, navigate to Theme Options -> AJAX Options, add ’/about-us/’ into the Exclude URLs option.
2) Use the Image Gallery element that’s included in this theme instead. You can change the Gallery Type to Slider so it will display your product images as carousel like your carousel plugin.