Tagged: 

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #833343

    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

    #1041616

    I have the same problem. No chance to fix it???

    #1041799

    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

Viewing 3 posts - 31 through 33 (of 33 total)
  • You must be logged in to reply to this topic.