Tagged: update
Hi,
Please go to wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php file via FTP and insert following code on 13th line
// Remove LayerSlider's update notifications
add_filter('site_transient_update_plugins', 'av_remove_ls_update_notification');
function av_remove_ls_update_notification($value) {
if($value) {
unset($value->response[plugin_basename(__FILE__)]);
return $value;
}
}
Best regards,
Yigit
I have the same problem. No chance to fix it???
Hi,
Please update Enfold to the latest version 4.5.1 – https://kriesi.at/documentation/enfold/how-to-install-enfold. We have included the latest version of LayerSlider.
Best regards,
Yigit