Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1401193

    Hello, I love your theme.
    However, I am having an issue with the Avia Builder, it’s not loading in the pages of this site: https://compasivamente.com/
    Any hints?

    Admin access data below.

    Regards.

    #1401199

    What exactly do you mean by “does not load”
    because i see that you have used color-section, columns etc. pp.

    #1401201

    It does not load when trying to edit the pages.

    #1401209

    Hi cocoagroup,

    Thanks for giving us admin access.
    I have checked the backend and it is returning 403 forbidden error.
    I tried adding this code in functions.php to enable debugging:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    as specified in our documentation https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode however I can’t seem to add it via Appearance > Theme Editor.
    Please add this code or you can give us FTP access so we can try to add, once that is done, please let us know and we’ll try to debug the issue further.

    Best regards,
    Nikko

    #1401237

    Thanks Nikko, I’ve added the code to the functions.php file of the Child theme.
    I’m sending you also the FTP access.

    Regards,
    Cocoa

    #1401409

    Any news on this?
    Thanks.

    #1401486

    Hi cocoagroup,

    I have checked your site and it seems that some options in the layout builder (like custom bg colors) results in the 403 errors.
    Can you try to add this code in your wp-config.php file:

    define('CONCATENATE_SCRIPTS', false );

    If that still doesn’t work, please try asking your webhost if mod_security can be deactivated.

    Best regards,
    Nikko

    #1401546

    The mod_security deactivation did the trick, thanks!

    Regards,
    Cocoa

    #1401588

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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