Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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?

    #1323212

    Hi elspanko,

    Thanks for giving us admin access.
    The said error is now fixed on your site.

    Best regards,
    Nikko

    #1323256

    Hi 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 100

    Bottom 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 85

    #1323284

    Hi 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,
    Nikko

    #1323291

    URL in private comments

    #1323306
    This reply has been marked as private.
    #1323312

    Hi,
    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.