-
AuthorPosts
-
September 12, 2017 at 1:33 pm #850987
Hi
I have just purchased LayerSlider activation to get the premium stuff. I entered the purchase code and activated it, clicked ‘Update’, which seemed to work fine, but it still says I have version 6.5.1 installed and that 6.5.8 is available. When I try to import premium templates it says an update is still required. Yet the LayerSlider info says that
“…if you choose the purchase a license for LayerSlider, theme bundled versions can also be activated and updated without reinstalling the plugin.”
Can you advise?
many thanksPeter
September 12, 2017 at 3:12 pm #851037Hey Peter,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Which version of php are you running? The Layer Slider tends to use more php7 features.
Best regards,
Victoria- This reply was modified 7 years, 2 months ago by Victoria.
September 12, 2017 at 3:30 pm #851047Hi Victoria
The access details are below.
I’m not sure on the PHP version, I will check.
many thanks
Peter
September 13, 2017 at 5:41 am #851354Hi Peter,
You will need to deactivate the bundled version using this in your functions.php file:
add_theme_support('deactivate_layerslider');
Then upload the plugin to WordPress and activate it there.
Best regards,
RikardSeptember 13, 2017 at 1:03 pm #851557Hi Rikard
Thanks, that is working fine. I assume that future updates of Enfold won’t reinstall the non-premium LayerSlider?many thanks
Peter
September 13, 2017 at 2:37 pm #851589Hi
I’ve just noticed something now I’m using the independent premium LayerSlider. When I use the Enfold pre loaded SliderLayer with an imported template the slides have no border, which is great. But when I use the premium SliderLayer with the same imported template, but with the shortcode put in a Code Block element, the slider appears with a border around it. The same thing happens with all the LayerSlider templates. You can see in the links below.many thanks
Peter
September 14, 2017 at 6:59 am #851855Hi Peter,
It will be installed if you don’t have the line of code in your child theme’s functions.php file. If you have it there, then it will remain disabled.
About the slider not going full width; try adding it in a Color Section element and give the section an ID in the element options. For instance slider-section, then add this to Quick CSS:
#slider-section .container { max-width:100% !important; padding:0 !important; }
Best regards,
Rikard- This reply was modified 7 years, 2 months ago by Rikard.
September 14, 2017 at 11:35 am #851991Hi Rikard
Yes, that did it. To lose the padding at the top I also added:
.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 0!important;
}Thanks for you help, great as usual. I know it has been mentioned before and it’s down to the LayerSlider people but it would be great if the premium version could be bundled into the Enfold theme. Maybe Enfold could have a premium version with it included.
many thanks
Peter
September 15, 2017 at 4:34 am #852381 -
AuthorPosts
- You must be logged in to reply to this topic.