Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #197756

    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

    #197757
    This reply has been marked as private.
    #197872

    Hi!

    Add this lines to your wp-config.php file:

    error_reporting(0);
    @ini_set('display_errors', 0);

    Best regards,
    Josue

    #198183

    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.

    #198210

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Error in the FAQ Template’ is closed to new replies.