-
AuthorPosts
-
July 16, 2017 at 3:01 pm #822028
I just updated to 4.1.1 and the site still shows layer slider needs updating. It shows as installed on the dashboard, but not as a plugin.
How do I remedy this situation? Several sites are doing the same thing.
Thanks in advance :-)July 16, 2017 at 5:37 pm #822105I do not have a child theme because I do not edit .php files so no need to have one.
July 16, 2017 at 5:40 pm #822109Ok I added this to the functions.php file and it worked. But very strange I should have to do the same after any updates? Why can’t it be fixed?
July 17, 2017 at 5:45 am #822311Hi,
Thanks for the feedback, what exactly did you add to functions.php?
Best regards,
Rikard- This reply was modified 7 years, 4 months ago by Rikard.
July 19, 2017 at 9:45 pm #824176Hi, i get same problem: re-upload enfold to 4.1.2 via FTP and in the plugin system status is still displays a message that plugin is not updated to latest version 6.5.5. WordPress version 4.8, layerslider WP version 6.5.1. Furthermore, i get message that plugin is not activated and i need to buy a license to use plugin. Thanks
- This reply was modified 7 years, 4 months ago by maryhellensegatta.
July 21, 2017 at 12:27 pm #825086Any news? Thanks.
July 22, 2017 at 6:24 pm #828429Hi,
The bundled version of LayerSlider will be updated with theme updates, which we do depending on our own release cycle and depending on critical updates. The users cant update the bundled version of the layerslider, even if actived.
However, if a user wishes to update before the next theme update, they can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then the user is in full control of LayerSlider updates.
There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.Best regards,
MikeJuly 30, 2017 at 7:47 am #831725same issue here. If in the changelog (4.1.1) is stated that layerslider is updated to the latest version, I expect that it is so.
The system status of LS still shows 6.5.1, so does my WAF which also shows critical issue.
What else is needed to correct this…?
I have 4.1.2 istalled via FTP – all fine except LS version…thanks
July 30, 2017 at 3:16 pm #831829Hi,
This is all correct, the Layer Slider updates will be managed though the theme updates. v6.5.1 is the correct version, my install shows no critical updates. On the chance that your notification was not reset, 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,
MikeJune 23, 2018 at 12:29 pm #976926Hi Mike
I found the file here: /themes/enfold/config-layerslider/LayerSlider/layerslider.php
Added the code … But it didn’t work?? I still see the NAGGING 1 plugin to update but no-show under WP Updates??Thanks – Getting that nagging thing off would be super … But won’t this solution be overwrite next time Enfold is updated?
Any chance this could be in the CHILD version of added to the function.php in child folder?
BRNetz
- This reply was modified 6 years, 5 months ago by Netzie.
June 23, 2018 at 12:49 pm #976935Hi,
Please try this plugin instead: Disable All WordPress UpdatesBest regards,
MikeJune 23, 2018 at 12:52 pm #976936Hi Mike
Not funny dude!
I maintain a lot of sites and use Enfold for all – This nagging LayerSlide is a NAGGING thing.
Please reconsider your answerJune 23, 2018 at 4:31 pm #977024Hi,
Sorry this was not meant to be funny, I believe this plugin works on the layerslider.
But ok, I can understand that you don’t want to use it.I remember when I posted the other code it didn’t work in the child theme, hence the suggestion to edit the files, but I went to take another look now, but because I have Enfold v4.4.1 installed the layerslider is not giving the update nag.
Which version are you using?
I will install a older version and investigate, I do note though, that my posted code has curry quotes in the code, could that be why it didn’t work for you?Best regards,
MikeJuly 26, 2018 at 1:04 pm #990227Hi Mike,
No problem :-)
I changed the curry quotes in your code and tried ut again – IT WORKED so thanks for the solution.
Here is the code without the “curry”// 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; } }
I always try to have the latest versions :)
At this time it’s:
WP: 4.9.7–da_DK
Enfold 4.4.1 (Child) that includes the nagging Slider 6.7.1 (Maybe a tick in the settings of Enfold that turned this nagging off?Have a nice summer
Peter
- This reply was modified 6 years, 4 months ago by Netzie.
July 27, 2018 at 5:10 am #990538Hi,
Glad it worked for you, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Site still showing Layerslider needs updating’ is closed to new replies.