Hi Support,
we got errors on our website
Notice: Undefined index: img_scrset in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php on line 464
Notice: Undefined variable: the_id in /wp-content/themes/enfold/footer.php on line 48
Notice: Undefined variable: the_id in /wp-content/themes/enfold/footer.php on line 73
Notice: Undefined variable: the_id in /wp-content/themes/enfold/footer.php on line 85
We disable any plugin – but the bug doesn´t change.
What is the problem?
Thanks for your help!
Best regards
Tobias
Hey Tobias,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
did you have the last Enfold installed?
because magazine has this too on 4.8.6.3.: https://kriesi.at/support/topic/error-25/#post-1322781
or update to 4.8.6.5
go and look if on line 464 from postslider.php there is only:
if( 'disabled' == $atts['img_scrset'] )
and try to replace it with:
if( isset( $atts['img_scrset'] ) && 'disabled' == $atts['img_scrset'] )