Tagged: Accordion, avia layout builder, enfold, Shortcodes, toggles
Hey there! I’m getting this error on my FAQ template for the first entry in the page, in the accordion section of my Avia Layout Builder.
Notice: Undefined variable: toggle_atts in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php on line 264
Hi!
Add this lines to your wp-config.php file:
error_reporting(0);
@ini_set('display_errors', 0);
Best regards,
Josue
Alright, I’ve put that into effect, doesn’t that just not show errors for things that may help us bug fix other things in the future though? Just curious… but that did fix it.
Yes, but you can always enable it again if you note something weird, the initial ‘toggle_atts’ message, was just a notice not an actual error.
Cheers!
Josue