1370 comments found.
Hello! I just downloaded the left-menu demo and would like to check how do I resize the left menu wider? left menu width to: 350px.
Hopefully the right side (main content) flows according to the changes?
Thanks!
Hello,
Try to add the custom CSS below to Theme Options -> Advanced -> Head Content to see if it works:
<style type="text/css">
#side-nav {
width: 350px;
-ms-transform: translateX(-350px);
-webkit-transform: translate3d(-350px,0,0);
transform: translate3d(-350px,0,0);
}
.mobile-nav #side-nav {
width: 260px;
-ms-transform: translateX(-260px);
-webkit-transform: translate3d(-260px,0,0);
transform: translate3d(-260px,0,0);
}
@media only screen and (min-width: 1080px) {
.left-nav #content,
.left-nav #footer {
padding-left: 350px;
}
}
</style>
Hi, I really like the template of you, but I have a problem updating the template, I do not know how to do this, could you guide me how to do this? How much would you charge to do this?
You have to download the main package content in your Downloads tab on ThemeForest: https://themeforest.net/downloads
Extract the zip file, you will see our documentation. We’ve provided both manual and automatic update the theme in there. We would recommend you to update the theme by using the Envato Market plugin so you can download and automatically install the new updates from your WordPress admin page. Please follow the step by step guide in the documentation on how to setup and to use that plugin.
Could I hire this service with you?
We would recommend you to do it by yourself because when you setup the Envato Market plugin at the first time, you have to login by using your Envato account to get your API key, it’s related to your account and the update is only available for your account.
Once you have that plugin installed, you can update it automatically from your WordPress admin page.
If you choose to update it manually, you have to download and install it every time you have a new update.
However, if you’d like to hire someone who can help you with this, you can find them on Envato Studio: https://studio.envato.com/explore/wordpress-installation
Hello, I’ve found something that I think it’s a bug with Revolution Slider.
I have a slide with three picture, each of these has some text with a colored background with 50% opacity. These slides was online for about a year, today I’ve changed the background picture of a slide and the opacity of the background is not active anymore.
I see the opacity on the Slide editor but not on the online version of the site.
I’ve do many test by duplicate the other slide and change the picture: when I do any kind of change in a slide the opacity is lost.
On server side, I see this warning on PHP error log:[13-Jul-2017 18:27:55 UTC] PHP Warning: Invalid argument supplied for foreach() in /var/www/wp-content/plugins/revslider/includes/framework/cssparser.class.php on line 152
This happen when I edit a slide so I think that somehow is related with the issue. I’m using PHP 7.1.6, probably when I saved the slide for the first time I was using PHP 7.x, but I’m not sure that PHP version is related.
My support is actually expired but I hope that you will consider this as a pre-existent bug and give me some kind of support anyway. I think that the support of Revolution Slider should be involved.
Thanks Fabio
What’s the current version of the theme and Slider Revolution plugin on your site. The latest update of this theme is 1.5.1 that comes with Slider Revolution 5.4.5.1. If you’re using the older ones, try to update the theme and that plugin to see if it works.
Hello, I’m using the latest version: 1.5.1 and 5.4.5.1. I’m sure that 1 year ago was working fine, in the mean time I’ve updated both PHP and theme/plugin, so I’m not sure if this issue was introduced by a plugin upgrade or by PHP 7.1
Thanks
I suppose that this is a PHP compatibility issue. Our demo sites are running on PHP 7.0 and couldn’t find that issue. Try to downgrade your PHP to 7.0 to see if it works.
Hello, I’ve tried to downgrade to PHP7 but nothing has changed. I think that this bug was introduced in one of the past update of Slider Revolution: I’ve tried to restore the MySQL table “wp_revslider_slides” in order to revert my changes on the slides.
Then I do an export of columns ‘params’ and ‘layers’. In params there are just little changes due to the new images URL and media id. But on ‘layers’ there are a lot of differences: in the original JSON I have 1085 lines, when I save with the new image it becames 1343 lines. So a simple change on an image background change a lot of the JSON.
I suppose that when I save there is an upgrade of the JSON to the latest version format and this will broke my opacity. The very strange thing is that I still see the opacity on the settings and in the slide editor but it disappear on live version of the web site or in the slide preview.
I understand that an opacity is not so fundamental
but this kind of issue make me crazy.
If you have any idea how to solve thank you. If you have a way to contact the Slider Revolution support I think is within their competence
Thank you
Actually you don’t need to restore the database but I would recommend you to export the slider and re-import it. When you import the slider with the new version of the plugin, the styles and settings will be converted to the new version automatically.
After inspecting this issue, I suppose that this is a compatibility issue of the Slider Revolution plugin. The new settings won’t work with the old layer templates.
There are couple ways to work around this:
1. Choose new template which has no background color for the layer so you can set new background and opacity for it, see more on layer template here: https://www.themepunch.com/revslider-doc/layer-settings/
2. If the above doesn’t work, you can set custom CSS in Advanced CSS tab to override the current template styles of the layer.
See more here: https://www.themepunch.com/revslider-doc/layer-styles-positioning/#tab-1438143570818-8-3
In the Advanced CSS tab, click on a Template to edit the custom styles, put the CSS below into the Additional Custom Styling box to set the background color to black with opacity 0.5:
{ background-color: rgba(0,0,0,0.5); }
3. I think that this is an easiest way. You have to export your slider first, and then import it to your site so the plugin will convert your old styles to the new ones and you will be able to edit the opacity and other styles with the new version of the plugin correctly.
Hey,
I have just paid for additional support.
I want to remove the scroll that occurs when you hover over a product on a category page. It scrolls through the images but I only want it to display the main image.
Also in the product page can I disable the image scroller for the thumbnails and just have them sit in squares like a standard woocommerce shop. We want to have 10+ photos that can be easily clicked without any scrolling as little thumbnails.
Our website is printflex.com.au
Thanks, Kieran
Thank you for the detailed explanation and the site URL!
I’m sorry but if you add images to the Product Gallery, it will display those images as slideshow automatically when you hover over the product. To disable it, you have to remove all images from the Product Gallery so you will have only the product featured image to show.
Also for the product page, if you have images in the Product Gallery, it will show the thumbnails as carousel, when you click on each thumbnail, it will show the full image in the lightbox. This is included in the main script of the theme, we would not recommend you to edit it because you won’t be able to update the theme anymore if you edit any files directly in the theme folder.
Hey,
Ok thanks, not the news I was hoping for. Would there be a way to have it so the products only have a featured image and then include a gallery some other way to override the carousel slider and just have clickable thumbnails?
Thanks,
Try to add custom code below to Theme Options -> Advanced -> Head Content to see if it works:
<style type="text/css">
.product-images {
margin-right: -10px;
}
.product-images .woocommerce-product-gallery__image {
float:left;
width: 25%;
padding: 10px 10px 10px 0;
}
</style>
<script type="text/javascript">
(function($){
$(window).on("wyde.page.ready", function () {
$(".woocommerce .products .w-item .cover-image > a").each( function(){
$(this).find("img:not(:first-child)").remove();
});
$(".single-product .product-thumbnails").addClass("product-images").removeClass("product-thumbnails");
});
})(jQuery);
</script>
That is awesome, thankyou. Really appreciate the extra effort.
Only problem I have now is that our product headings are sort of centering when viewed on smaller devices for mobile or tablet.
https://www.printflex.com.au/producto/retractable-bannersTry to replace the code I provided:
.product-images {
margin-right: -10px;
}
With the new one below:
.product-images {
margin-right: -10px;
clear: both;
}
Hi,
I am using your Flora theme and love it but I was curious. I am using a plugin to create a menu for a restaurant. Every entry I make is displaying the circular checkbox that would show up with an Unordered or ordered list. I tried to write code in the CSS that would hide that but did not get it to work.
Do you know a quick way to get the list to display with no bullets (circular check boxes). You can see what I am referring to here.
http://lisbongrill.wpengine.com/menu/Anything you could do to help would be great. Thank you
ben
Hi,
Thank you for the link and detailed explanation!
When you add an unordered list inside the Text Block element, it will have a checkbox icon by default. The Text Block should not have any nested shortcodes or elements but only text content. We would recommend you to add a shortcode or custom element outside it.
If you’d like to add a shortcode or custom element in the content, you should register your shortcode in the Visual Composer -> Shortcode Mapper, see more here: https://wpbakery.atlassian.net/wiki/display/VC/Shortcode+Mapper
Once you add it in the Shortcode Mapper page, you will see your shortcode in the Visual Composer Elements list so you can add it directly to the page without using a Text Block.
However, you can remove those icons from the list in the Text Block by adding custom CSS below to style.css in your child theme:
.w-text-block ul li:before {
display:none;
}
I can’t install the theme using wordpress… and I’m really not overy tech savy when it comes to the ftp stuff… I tried putting the files across and half of them had an “unkown error”- I need help!!
Is there any error message while installing it on your WordPress?
Please make sure you’ve uploaded the correct installable WordPress theme. When you download the main package in your Downloads tab, you should choose “All files & documentation”. And then you have to extract that zip file to see all package contents. You have to upload the theme file called “flora.zip” inside the folder “WordPress Theme”, you can see more details on installing the theme in our documentation that’s included in the main zip file.
If it doesn’t work, please provide me your site URL and WordPress admin login in the contact form: https://themeforest.net/user/wyde#contact
OK, so I have managed to upload the file into the back end file manager… and the theme looks to be installed… but I can’t change any of the flora pre sets… i.e. branding and when make changes in the “appearance -> customise” when i make a change it comes up with “setting does not exist or is unrecognisable… things as simple as changing a colour.
Some settings do not support a live customizer, we will remove them from the live customizer in the future. We would recommend you to use the Theme Options panel as provided in our documentation.
this comment never mind. my mistake.
Can you show me some websites created with this theme. Love the demo but would like to see in real world. I’m after full bleed images and video, and large fonts over the top. Thanks!
Thank you for your interest in our theme. I’m sorry but I don’t have clients websites list. However, when you import demo content, you will receive all predefined pages/posts exactly as in our demos.
hi. i can`t speak english very well. your theme is good.
please visit my site. http://mam2apo.xsrv.jp/100per-stop-syakuri/my blog post. do you see facebook widget or tweet timeline widget?
i can`t see. i always press F5 so i can see this widget.
That’s not the only one.
for example.
this is my “can`t see plugin list”
・diqus comment ・wp quad google adsense ・reaction ・vicomi
i always can`t see. so alway i stop this plugins.
what am i missed?
Hi,
I think that this is a plugin conflict issue. You have some plugins installed and they would not be compatible with AJAX Page feature, that makes your website did not work properly.
Try to disable AJAX Page in Theme Options -> AJAX Options to see if it works.
Also, please update the theme and all bundled plugins to make sure they will be compatible with the new update of WordPress and other plugins.
thanks. and i Try to disable AJAX Page. it works. really thanks.
Happy to hear that it has been resolved 
Hi there. I have a big problem right now. After updating the theme to the newest version and then updating the Wyde Core and Visual Editor as well, the top menu bar isn’t displayed anymore. The mouse still “see” the link, but nothing is shown on the browser. You can see here, for reference: www.academiacriativa.com
EDIT: I just noticed that some layout elements which I use aren’t displayed correctly. For example the accordion. I can not open the tabs at all.
Hi there,
I just tried it and seems like you’ve figured it out.
Everything on your website is working fine on my end, I can also click on the accordion to open and close the tabs.
I guess this is a caching issue, if you have any cache plugin, try to purge all caches and refresh your browser caches to see if it works.
The website takes 5 to 7 seconds to load when I have activated super cache plugin and turned it on. It is 1.5 seconds faster now that I have upgraded wordpress and flora theme to latest versions. I need to get it down to 3.5 seconds. where are guides/documentation on to establish reasonlble image/video assset limits, what is roughly the site size limit (and slider revolution asset limit) to approach a 3.5 second page load performance goal? what general strategies and/or pluggins can I use to speed up this sluggish site (which does not work against wp super cache pluggin)? I think 2 seconds of loading time is due to the need to :”Eliminate render-blocking JavaScript and CSS in above-the-fold content”...
I just tried it with Pingdom Speed Test and it’s quite good for me: https://tools.pingdom.com/#!/doEhFs/https://szrek2solutions.com/
It takes only 2.69 seconds with “A grade” (97 scores). All images are in suitable sizes.
However, you have a self-hosted video on the main slider that is almost 3MB, it can take several seconds to load. If you give priority to site performance and download speed, you shouldn’t upload videos and any large resource files on your server directly but should use YouTube or Vimeo videos instead.
Also, the background images on slider and on row background should be smaller than 1920×1080px and the file size should be less than 500KB of each.
Anyway, you can install a minify plugin to compress JS and CSS files, this can reduce eliminate render-blocking scripts and reduce the download times too. We’re using W3 Total Cache plugin on our demo sites: https://wordpress.org/plugins/w3-total-cache/ it comes with both cache and minify features you can use it instead of the super cache plugin.
I just ran ping test on my site with tests from 1. stockholm,sweden and 2. dallas, texas. Response times were 1. 7.55s and 2. 6.62s. Yesterday Dallas gave me 5.12 s. Never gotten 2.69sec response. We have tried the W3 Total cache pluggin and found super cache worked better for our sit, We will test again in case that changes as we optimize asset. We are considering getting rid of revolution slider if we can not come up with better results as hosting from youtube is not a clean solution. I noticed on all my testing sites including pingdom that there is approx. 2 sec waiting time looking for a n undefined page. Pingdom gives the following details:
Response Headers404 Date Wed, 05 Jul 2017 22:19:08 GMT Content -Encodinggzip Server Apache X-Powered-By PHP/5.6.30 VaryAccept -Encoding,Cookie, User -Agent Content -Typetext/html; charset=UTF-8 Cache -Controlno-cache, must-revalidate, max-age=0 Connection Keep-Alive Link <https://szrek2solutions.com/wp-json/>; rel=”https://api.w.org/” Content -Length8606 Keep -Alivetimeout=3, max=193ExpiresWed, 11 Jan 1984 05:00:00 GMT
Request Headers Pragma no-cache Accept -Encodinggzip, deflate, sdch Hostszrek2solutions.com Accept -Languageen-US,en;q=0.8User-AgentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 Accept image/webp,/;q=0.8 Refererhttps://szrek2solutions.com/ Connection keep-alive Cache -Controlno-cache
We tried disabling REST API , thinking it is adding 2 secs to site loading time, however pluggins made no difference. Do I need RREST API and is there anything I can disable to improve the waiting time?
For the REST API, you have to update your WordPress to the latest update because there are some issues on the old version of WordPress. Also, you’re using the old version of the theme and Slider Revolution. Try to update the theme and all bundled plugins to see if it works.
everything is updated.
Very strange:
I have two sites. szrek2solutions.com (older version of flora and wordpress) and szreksolutions.com( new version of wordpress and flora) . Yesterday I had 404 errors on both sites. Today I have a 404, ,301, and not found errors for font files .
I did not change anything on the old site. So why are new errors appearing today?
“not found erros” errors today for : 1. flora.ttf?n4ripc ( I forced h2 headings to be lower case- maybe this is related) 2. two out of the 10 or so custom fonts loaded on server (BOD_R.TTF and Montserrat-SemiBold.otf)
Below is the pingdom link
https://tools.pingdom.com/#!/K5Chj/www.szreksolutions.comthese are the errors
Response Headers301 Date Fri, 07 Jul 2017 13:52:49 GMT Server cloudflare-nginx X-Powered-By PHP/5.6.30 VaryAccept-Encoding,Cookie,User-Agent Content-Type text/html; charset=UTF-8Locationhttp://szreksolutions.com/undefinedCache-Controlno-cache, must-revalidate, max-age=0 Transfer-Encoding chunked Connection keep-alive CF-RAY37ab494916a7093e-DFWExpiresWed, 11 Jan 1984 05:00:00 GMT Request Headers Pragmano-cache Accept-Encoding gzip, deflate, sdch Host www.szreksolutions.com Accept-Languageen-US,en;q=0.8 User-AgentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 Acceptimage/webp,/*;q=0.8 Refererhttp://www.szreksolutions.com/ Cookie__cfduid=da6c08e3ab283d3e5776d48bc15a7e0121499435566 Connectionkeep-alive Cache-Controlno-cache
and 404 error
Date Fri, 07 Jul 2017 13:52:51 GMT Content-Encoding gzip Server cloudflare-nginx X-Powered-By PHP/5.6.30 VaryAccept-Encoding,Cookie, User-Agent Content-Typetext/html; charset=UTF-8 Cache-Controlno-cache, must-revalidate, max-age=0 Transfer-Encoding chunked Connection keep-alive CF-RAY37ab4954533f58bb-DFWLink<http://szreksolutions.com/wp-json/>; rel=”https://api.w.org/”ExpiresWed, 11 Jan 1984 05:00:00 GMT Request Headers Pragmano-cache Accept-Encoding gzip, deflate, sdchHostszreksolutions.comAccept-Language en-US,en;q=0.8User-AgentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36Acceptimage/webp,/;q=0.8Refererhttp://www.szreksolutions.com/Cookie__cfduid=da6c08e3ab283d3e5776d48bc15a7e0121499435566Connectionkeep-aliveCache-Controlno-cache
and
flora.woff?n4ripc “not found error”
Response Headers-1 DateFri, 07 Jul 2017 13:52:47 GMTCF-Cache-StatusMISSLast-ModifiedWed, 28 Jun 2017 05:49:21 GMTServercloudflare-nginxVaryAccept-EncodingConnectionkeep-aliveContent-Typeapplication/x-font-woffCache-Controlpublic, max-age=5356800Set-Cookie__cfduid=df1ca25b32c425e4dd31fd0a05c0369a11499435567; expires=Sat, 07-Jul-18 13:52:47 GMT; path=/; domain=.szreksolutions.com; HttpOnlyAccept-RangesbytesCF-RAY37ab494603f55891-DFWContent-Length22016ExpiresThu, 07 Sep 2017 13:52:47 GMT Request Headers Pragmano-cacheOriginhttp://www.szreksolutions.comAccept-Encodinggzip, deflate, sdchHostszreksolutions.comAccept-Languageen-US,en;q=0.8User-AgentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36Accept/Refererhttp://szreksolutions.com/wp-content/themes/flora/css/icons.cssConnectionkeep-aliveCache-Controlno-cache
and BOD_R.TTF “not found”
Response Headers-1 DateFri, 07 Jul 2017 13:52:47 GMTContent-EncodinggzipVaryAccept-EncodingCF-Cache-StatusHITLast-ModifiedTue, 27 Jun 2017 16:49:58 GMTServercloudflare-nginxTransfer-EncodingchunkedConnectionkeep-aliveContent-Typeapplication/x-font-ttfCache-Controlpublic, max-age=5356800Set-Cookie__cfduid=d0515299f51fb3a81ea2b596e0cfabb071499435567; expires=Sat, 07-Jul-18 13:52:47 GMT; path=/; domain=.szreksolutions.com; HttpOnlyCF-RAY37ab4946102358f1-DFWExpiresThu, 07 Sep 2017 13:52:47 GMT Request Headers Pragmano-cacheOriginhttp://www.szreksolutions.comAccept-Encodinggzip, deflate, sdchHostszreksolutions.comAccept-Languageen-US,en;q=0.8User-AgentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36Accept/Refererhttp://szreksolutions.com/wp-content/uploads/custom-css-js/4878.css?v=9721Connectionkeep-aliveCache-Controlno-cache
Montserrat-SemiBold.otf “not found”
Response Headers-1 DateFri, 07 Jul 2017 13:52:47 GMTContent-EncodinggzipCF-Cache-StatusHITLast-ModifiedTue, 27 Jun 2017 16:49:58 GMTServercloudflare-nginxVaryAccept-EncodingConnectionkeep-aliveContent-Typeapplication/x-font-otfCache-Controlpublic, max-age=5356800Set-Cookie__cfduid=d8a93a9b8a87df4fcd339a92d6e14ad711499435567; expires=Sat, 07-Jul-18 13:52:47 GMT; path=/; domain=.szreksolutions.com; HttpOnlyAccept-RangesbytesCF-RAY37ab494616fd202a-DFWContent-Length32239ExpiresThu, 07 Sep 2017 13:52:47 GMT Request Headers Pragmano-cacheOriginhttp://www.szreksolutions.comAccept-Encodinggzip, deflate, sdchHostszreksolutions.comAccept-Languageen-US,en;q=0.8User-AgentMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36Accept/*Refererhttp://szreksolutions.com/wp-content/uploads/custom-css-js/4878.css?v=9721Connectionkeep-aliveCache-Controlno-cache
This is a cross-origin request issue. Looks like you’ve install your WordPress site on http://szreksolutions.com, all resource files are in szreksolutions.com (without www.) but you’re viewing your site from http://www.szreksolutions.com/ (with www.) so your browser couldn’t download some resource files such as fonts.
By default your server doesn’t allow browsers to download font files from different domain (cross-origin).
There are a couple of ways to work around this issue:
1. If you set the site address to http://szreksolutions.com, you should always visit your site on http://szreksolutions.com
2. If you’d like to access your site via www.szreksolutions.com, you should change your Site Address and WordPress Address in Settings -> General to http://www.szreksolutions.com instead of http://szreksolutions.com
3. If you’d like to visit your site on both www and without www you have to set your server configurations to allow cross-origin access by adding the code below to .htaccess file on your server:
<IfModule mod_headers.c> <FilesMatch ”.(eot|otf|svg|ttf|woff|woff2)$”> Header set Access-Control-Allow-Origin ”*” </FilesMatch> </IfModule>
See more here: https://zinoui.com/blog/cross-domain-fontsAnd https://github.com/fontello/fontello/wiki/How-to-setup-server-to-serve-fonts
We put in the code and at first pass it took the connection error away. However the 404 error always appears no matter what and sometimes delays in site by as much as 10seconds. Very inconsistent results. Is there anyway to determine if this is related to the cross-origin request issue? or is this another issue?
After checking the testing details, it couldn’t load a page called “http://szreksolutions.com/undefined”. I think there may be some plugins try to load that page.
Try to deactivate all plugins except Wyde Core, Visual Composer and Slider Revolution, and then run a Pingdom test to see if it works. If this works, re-activate those plugins one by one, once you activate a plugin, you have to run a test to find a problematic plugin.
I deactivated all the pluggins except for WPBakery Visual Composer, Wyde Core, Slider Revolution and the 404 error still occurs. I have left them deactivated> What else could be causing this 404 error?
I’m not sure but there are some custom script and CSS files in “uploads/custom-css-js/”, try to exclude those files from your site to see if it works.
Also, if you’d like you can provide me your WordPress admin login so I can help you out: https://themeforest.net/user/wyde#contact
We tried excluding the files and the 404 error remains. We have sent you our login info.
Thank you for the site credentials!
After checking the plugins one by one, the problematic plugin is Slider Revolution. Seems like you have changed some settings in Slider Revolution -> Global Settings. It’s a “Defer JavaScript Loading” feature that is causing the error. After I disable that option, the error won’t show up. I think this is a bug of the plugin when that feature is enabled.
We will report this issue to the plugin author too.
Thank you!
The revolution slider loads three times faster! Thank you for finding this bug.
The 404 error is the only thing still slowing things down (~1.5 seconds). Could there be another bug? somewhere? We disabled our java script letter shuffle, etc.. Do not know what else to try. ( Please note , I ran pingdom test today and one time it took forever to load a server side font type, is the fact that I may be using google fonts and server fonts causing issues? )
To fix the 404 error, you have to disable the “Defer JavaScript Loading” in Slider Revolution -> Global Settings, disable the number 5 in this picture: https://cdntphome-themepunchgbr.netdna-ssl.com/wp-content/uploads/2015/10/global-settings-2.jpg
There is 1 more JS error on your site, it says “module is not defined” in your custom JS file “uploads/custom-css-js/1152.js”. I’m not sure why you have that code but seems like it’s a wrong code. You should remove it from your custom JS file.
For the font issue, I just inspected it with the developer tools. It takes 5.96 seconds to load the font “Ubuntu-Regular.ttf” from your server. When you have many resource files on your server, it can reduce your server performance and increase the download times, we would recommend you to use Google Fonts instead.
Hi, When will this”defer javascript loading” in slider revolution be fixed? The site performs even worse without this feature. Should I be contacting the slider revolution developer?
I’m sorry, after investigating this issue, it actually is a script conflict problem. That feature won’t work properly when you have a jQuery plugin called Owl Carousel on the page. Of course the Testimonials on your home page is an Owl Carousel.
We’re working on this and it will be fixed in the next update of the theme.
However, I’m not sure why you would expect that this feature can increase your site download speed. Actually, only 2 script files from Slider Revolution plugin can work with that defer loading feature, others are still loading with standard method.
Also, as you know the script files would be loaded once you visit your site at the first time, and they will be saved in the browser caches. The browser won’t load those files from your server in the next visits but from the caches on your local computer instead. So, please don’t worry about that 2 files.
Anyway, we will fix this problem ASAP!
Just downloaded the theme and got it working on Wordpress. However, cant use Slide Revolution or Visual Composer as it says they are not activated.
Go to Plugins page on your WordPress admin, click on a link “Activate” below each plugin name to activate it.
However, if you’re looking for activating the product purchase code, you don’t need it. That option is available for direct customers to access the automatic update and direct support from the plugin creator. You can normally use both Visual Composer and Slider Revolution without registering the product code since they are included in the theme.
You can see more details on how to install the bundled plugins in our documentation.
We bought a new domain, copied website to new domain, we updated all of the plugins including theme and wordpress. Once we try to change the video URL or upload a new HTML video, it shows the correct video in the back-end of Slider Revolution, but on the front end it keeps connecting to the video from the old website.
We have used the Replace feature in the Slider Settings page to correct the url, but even after doing so, it links to the wrong video.
You can export the slider from your old site, then import it to your new site. This is the easiest way to copy the slider to other sites and you don’t need to edit any settings in the slider. Find more details on importing slider here: https://www.themepunch.com/revslider-doc/first-steps/#import-theme-slider
Importing from old site did not work. we had to disable the super cache pluggin and restart all in order to get slider to access correct video.
Exactly, if you have a cache plugin installed, you have to purge all caches after you made changes on your site.
hi, subscribers are appearing in my wordpress users for my site www.szrek2solutions.com. I think they are registering. They only see a dashboard but it is crowding my user section. why would people subscribe? what purpose does it serve? How can I control this function or remove this ability?
This depends on your WordPress site settings, you can disable it in Settings -> General. Uncheck the “Anyone can register” box, see more details here: https://www.competethemes.com/blog/disable-user-registration-wordpress/
I’m trying to import One Page demo but it shows only slider and no content at all. =/
Can you please fix it? Or maybe send to me One Page Demo text code? Thank you!
Actually if you have imported demo content and settings, it automatically setup your One Page site for you. However, to enable One Page site, please check these:
1. Enable One Page Website in Theme Options -> Page.
2. One Page site displays the pages from the Primary Menu. Please make sure you have setup the Primary Menu. Go to Appearance -> Menus, add Home page and other pages to display on the front page to the Primary Menu. Also, please make sure you have setup the static front page in Settings -> Reading. You can find more details on how to setup One Page site in our documentation.
Also, please always update to the latest update of the theme to make sure it will be compatible with the new update of WordPress and PHP on your server.
Hi,
the social media-icons are not working in Mozilla Firefox…
How can i solve that?
Best regards from Berlin Paul
All social media icons on our demo sites are working fine.
There may be a plugin conflict on your site, try to deactivate other plugins to see if it works.
If it doesn’t work, please PM me your site URL: https://themeforest.net/user/wyde#contact
Hi, I had some problems with the template. First of all, I couldn’t uploaded the theme via the wordpress , so I wanted to know if I upload it by ftp (which I already did) does this affect the plugins? What happened is that in automatic if I install the plugin of “wyde-core”, it does not let me use the template and if I desactivate it, it won’t let me make modifications.
Is there any plug-in you can get for this, that replaces the “wyde-core” and does not affect me in the customize?
Thanks and regards.
You can install and update the theme via FTP or cPanel File Manager instead. It won’t affect other plugins. Also, you can install Envato Market plugin that can download and automatically install the new updates from your WordPress admin. You can find more details on how to install and update the theme in our documentation.
Regarding the Wyde Core plugin, you couldn’t deactivate this plugin. The Flora theme requires Wyde Core plugin to work. If you deactivate it, the Flora theme won’t work anymore.
That plugin will disable some features from Visual Composer that are not compatible with the theme since this theme comes with custom elements and features. So, please do not use other features from the Visual Composer that are not available in the theme.
Hi there. Is there a way of changing all the pages for a dark bg color? Or only trough Visual Editor?
Thanks!
The page background settings are only available for each page. You should edit each page to change the background.
Anyway, if you’d like to set it for all pages you have to add custom CSS below to Theme Options -> Advanced -> Head Content:
<style type="text/css">
.main-content,
.main-content.full-width{
background: #000;
}
</style>
Ok, Nice. Thank you. Maybe I’m a noob, but I don’t find where to change the background color per page. Can you point it out? Thanks again.
It’s in the Flora Options when you edit the page or post, select the Background tab to set the page background.
Hello, I hope you can help me, Im using the Flora left side menu, and for some reason the responsive /mobile menu doesnt activate on the home when im on the site from my phone. Hope you can help me with this, the web site is www.sushigama.com Thanks a lot
Hello,
You have disabled the header menu so it won’t show up on mobile.
Edit your home page settings, in the Flora Options change the Display Header to “Show”.
Hello! I want to use Google Font Ralewey in Cyrillic, but when I choose this font in Typography in Theme Options, it does not appear on the site. I tried to use it in the menu and in the body of the site, but it does not work. The problem is in Cyrillic because there is no problem in English. Please tell you what to do.
Hello,
After checking on the Google Fonts site: https://fonts.google.com/specimen/Raleway?selection.family=Raleway , the Cyrillic set is not included in the Raleway font. You should use other fonts instead.
Here are the fonts that support Cyrillic: https://fonts.google.com/?subset=cyrillic
When you select those fonts in Theme Options -> Typography, you will see “Cyrillic” is available in the Font Subsets dropdown so you can choose it.