-
AuthorPosts
-
October 1, 2021 at 7:36 pm #1323191
After updating from Enfold 4.8.1 to 4.8.6.3 the following error appears on my home page:
Notice: Undefined index: img_scrset in /www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.php on line 522
Can you please tell me how this can be resolved?
October 2, 2021 at 3:13 am #1323212Hi elspanko,
Thanks for giving us admin access.
The said error is now fixed on your site.Best regards,
NikkoOctober 2, 2021 at 9:17 am #1323256Hi Nikko,
I appreciate your prompt assistance. I’ve got two errors still occurring on multiple pages even with all plugins disabled:
Top of several pages:
Notice: LayerSlider skin “v6” not found. Defaulting to “noskin”. in /www/wp-content/themes/enfold/config-layerslider/LayerSlider/assets/classes/class.ls.sources.php on line 100Bottom of all pages:
Notice: Undefined variable: the_id in /www/wp-content/themes/enfold/footer.php on line 48 Notice: Undefined variable: the_id in /www/wp-content/themes/enfold/footer.php on line 73 Notice: Undefined variable: the_id in /www/wp-content/themes/enfold/footer.php on line 85October 2, 2021 at 5:28 pm #1323284Hi elspanko,
The footer issue is fixed, please review your site.
As for the layerslider issue, I can’t seem to find it, where can we see it?Best regards,
NikkoOctober 2, 2021 at 6:23 pm #1323291URL in private comments
October 2, 2021 at 10:52 pm #1323306This reply has been marked as private.October 2, 2021 at 11:59 pm #1323312Hi,
Thank you for the login, I corrected by editing\enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
line 544:
if( 'disabled' == $atts['img_scrset'] )
changed to:
if( isset( $atts['img_scrset'] ) && 'disabled' == $atts['img_scrset'] )
please clear your browser cache and check.
This was found and corrected by the Dev Team and will be in the next update.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.
