Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1002458

    Hi there! Great theme!
    Avia Layout Builder is not loading for my “Inicio” page, I have been trying every possible solution that I read in this forum but nothing seems to work, including the increase of memory limit and changing PHP version to 7.1.
    Could you please help me? I am giving you admin access.

    Thank you!

    #1002586

    Hey Cocoa,

    Please add this code to the child theme functions.php

    
    
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }
    

    It helps us to read and debug the advanced layout builder code.

    Best regards,
    Dude

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