-
AuthorPosts
-
September 26, 2017 at 7:56 pm #857110
Hi I have several sites using Enfold, and I have noticed, on all of them, even though all plugins are up-to-date, the left toolbar is always showing 1 plugin update (1 in red circle next to plugins). This is on all my sites running Enfold. When I check the plugins, there are none needing updating.
Any thoughts?
September 26, 2017 at 8:03 pm #857114Hey,
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; } }
Notification is trigger by bundled version of Layer Slider :)
Best regards,
YigitOctober 20, 2017 at 4:44 am #866552Appreciate this code to “hide” the issue, but a plugin not updated still a threat.
Your theme is awesome and I also use it on few sites. Can you manage to do the layerslider updates when there are or at least put your code in the theme itself avoiding this confusing extension update notification to happen every single time you update the theme… It’s hard to explain to client how important it is to keep site updated but not to look for that notification….
Appreciate your concern about that issue.
- This reply was modified 7 years, 2 months ago by lepetitweb.
October 20, 2017 at 2:04 pm #866694I have the same issue And I must agree with lepetitweb.
Could you please correct this in a proper way?
Thanks
BrunoOctober 20, 2017 at 3:32 pm #866733Hi,
Thanks for your feedback guys. We will inform our devs regarding your request.
We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread :)
Best regards,
YigitOctober 23, 2017 at 12:04 pm #867585Hi,
That problem should be fixed with the next update.
Meanwhile you have to update file enfold\config-layerslider\config.php. Please replace the complete content of this file with the RAW paste content of
This link is valid for one month. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.1.2.
Do not forget to clear browser and server cache after the update.If you have problem we can do the update for you, please give us FTP access to your server.
Best regards,
GünterJanuary 27, 2018 at 5:11 pm #903698Is there an updated config.php file available for download since this one has expired? Thanks
January 27, 2018 at 9:14 pm #903748Hi,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
NikkoJanuary 29, 2018 at 3:09 am #903987Enfold 4.2.2 has the old LayerSlider 6.6.7 instead of the most current 6.6.8
Can Enfold please update to 6.6.8, and all future LayerSlider updates?
Thank you.Changes in LayerSlider 6.6.8
Improved reliability of our online services like Auto-Updates, especially in a multi-domain setup. If you’ve experienced issues previously, please try to reactivate your license after updating to this new version.
Added support for custom slide properties. You can now specify your own slide settings for increased customization via the LayerSlider API.
The LayerSlider API’s Event Data object now contains new shortcuts to retrieve slides data.
Updated documentation, especially dealing with activation-related questions.January 29, 2018 at 3:10 am #903988I actually have upgraded to the latest 4.2.2.
January 30, 2018 at 7:51 am #904654Hi,
Can Enfold please update to 6.6.8, and all future LayerSlider updates?
We will forward the request to our developers.
Best regards,
IsmaelFebruary 17, 2018 at 4:52 pm #913677Same issue here on most of my enfold installations. My customers keep asking if I do my webmaster job thoroughly, the “red 1” keeps poking in their eyes :( I do not like this situation and for the longest time I did not even know what it is about. As far as I understand it, it’s about the layer slider?
Please keep trying to solve it.February 18, 2018 at 7:54 am #913807Hi eee_lala,
We’re working on it. But Layer Slider is issuing many small updates and we do not make releases that often. If you are not using Layer Slider on the website you can deactivate it. Here is how to do it
Or you can buy the license for the Layer Slider and get updates as soon as they are released by the Layer Slider team.
If you need further assistance please let us know.
Best regards,
VictoriaMay 27, 2019 at 4:32 pm #1104552So the task to solve this on your side seems to be brutally hard and time consuming. But “No news” in more than two years now? I switched the customer that doubted my efforts in really maintaining his web project to Total theme meanwhile, so no more dubious explanations needed there. Still, the stain remains.
My clients can not see me actually doing my job in most cases, they just see the results. In this regard a persistent update alert is smelly enough by itself, my inability to fix it without supressing a legitimate update notifocation does not make it better. Your workarounds are not on the professional side, so to speak. Please excuse my bluntness.
Please do better.May 28, 2019 at 6:18 am #1104696Hi,
I understand your situation but the bundled plugins get updated when the theme gets an update.
If the red alert is causing an issue there is a way to hide the update notification from all plugins and themes. You can manually update them at your convenience.
Please check
Thank you for sharing your thoughts and feedback. It will help us serve you better.
Let us know if there is anything else we can help you with.
Best regards,
VinayAugust 2, 2019 at 6:15 pm #1124214I would be interested in a fix for the alert as well. We are maintaining around 50 Enfold-Sites with this issue.
Shouldn’t be so hard to integrate to code you mentioned at the top in Enfold from your side, or is it? Or is there a way to fix this in child themes’ function.php?
August 2, 2019 at 7:16 pm #1124226Hi,
There has been no additional update on this outside of Vinay’s post from a few months back. Once there is movement you will certainly be notified in the changelogs.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.