Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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 thanks

    Peter

    #851037

    Hey 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.
    #851047

    Hi Victoria

    The access details are below.

    I’m not sure on the PHP version, I will check.

    many thanks

    Peter

    #851354

    Hi 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,
    Rikard

    #851557

    Hi Rikard
    Thanks, that is working fine. I assume that future updates of Enfold won’t reinstall the non-premium LayerSlider?

    many thanks

    Peter

    #851589

    Hi
    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

    #851855

    Hi 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.
    #851991

    Hi 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

    #852381

    Hi Peter,

    Great, glad you got it working and thanks for the feedback. We’ll have a look at what can be done with LayerSlider in the future, not sure if it would be possible due to licensing details though.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.