Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #264605

    Hello,

    i noticed that integradet layerslider doesnot have skins, and i like to use them, so i will buy standalone plugin.

    Can you please point me step by step how to deactivate your bundled layerslider and activate standalone plugin!

    Best Regards,

    Sorry for my bad english.

    And tnx for great theme!

    #264618

    Hi mrjukic!

    Please go to Appearance > Editor and open Functions.php file and find

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    and add following code right below it

    add_theme_support( 'deactivate_layerslider' );

    It will disable bundled LayerSlider and then you can install it as a standalone plugin

    Best regards,
    Yigit

    #264643

    Done it, and works fine,
    but now i have problem, there is no full widith container in what i can put layerslider shortcode.
    so i must use Full widith column element in advanced editor, and put shortcode inside, but then i have big space at top of my page, take look at picture. How can i remove this space at top?
    Space at top

    best regards

    #264646

    here is how my editor looks

    editor

    #264648

    Hey!

    Can you post the link to your website so we can take a look? I do not have an access to LayerSlider plugin as a standalone but you can take a look at their documentation for more information i believe :)

    Best regards,
    Yigit

    #264651
    This reply has been marked as private.
    #264660

    Hi!

    “Maintenance mode is on
    Website will be available soon”. Do you mind posting a temporary login so we can see it? :)

    Regards,
    Yigit

    #264661
    This reply has been marked as private.
    #264673

    I am sorry for double posting, but this is prety urgent for me!
    So please if you can take look at this, i will be very very tnxfull!

    #264684

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove top padding of content

    .content, .sidebar { padding-top: 0; }

    Best regards,
    Yigit

    #264711

    I found it…

    .content { padding-top: 1px !important; }
    .content { padding-bottom: 1px !important; }
    #264717

    Hi!

    Great! Let us know if you have any other questions or issues.

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘LAYERSLIDER standalone how to?’ is closed to new replies.