hi there,
i get this text under the plugin lately. my theme.co license is activated.
License activation is required in order to receive updates and premium support for LayerSlider.
how to get rid of the text?
thanks a lot! kai
Hi @iTurtle,
Please kindly ignore that message as you use the plugin via our theme installation. You will need to ask your questions from us when it comes to the Layer Slider plugin and we provide the updates after checking with our theme compatibility and you can always track our released version here:
Thank you.
hi christopher,
thanks a lot! so no way to get rid of this text? kind of confusing for customers.
best wishes, kai
Hey Kai,
You could hide those notices by adding the following code in the child theme’s functions.php file:
/* Remove Layerslider activation box */
add_action('admin_head', 'remove_ls_activation_box');
function remove_ls_activation_box() {
echo '<style>
.ls-wrap .ls-box.ls-product-banner.ls-auto-update,
.layerslider_notice {
display: none;
}
</style>';
}
Please note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Hope this helps!
dear nabeel,
thanks a million!
and why do i see these messages lately? i don’t remember seeing ads like this in earlier years of x.
best wishes, kai
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.