Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1285313

    Hi
    After updating to 4.8 on the demo below, an error will be displayed when using element ‘Masonry’ on the page – can you look at it asap …

    BR, Pete

    #1285952

    Hi,

    Looks like i’ve solved the problem.

    It was becauce of this code in functions.php in child theme

    
    /*ENFOLD ALB*/
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }
    

    BR, Pete

    #1285960

    Hi Pete,

    Great, I’m glad that you found the problem, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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