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!
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
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?
best regards
here is how my editor looks
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
Hi!
“Maintenance mode is on
Website will be available soon”. Do you mind posting a temporary login so we can see it? :)
Regards,
Yigit
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!
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
I found it…
.content { padding-top: 1px !important; }
.content { padding-bottom: 1px !important; }