Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #786861

    Hi,
    The Front page of my website has an issue.
    When I go to edit page, it does not display elements properly.
    The Avia layout builder display broken layout and menu buttons not functioning properly.
    Can you please check what is causing this issue?

    #786899

    Hey jayflavs,

    Can you try to add this code at the bottom of functions.php:

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

    And give us permission to deactivate plugins (for a short period only).

    Best regards,
    Nikko

    #787510

    Hi, I put the code you provide to the bottom of Enfold: functions-enfold.php

    I have changed the role of the support account. Please check.

    #788323

    Hi,

    I moved the code from functions-enfold.php file to functions.php file in Appearance > Editor.

    You forgot to close one Strong tag on your page, that was causing the issue. I closed it and updated your page. Please review your website :)

    Best regards,
    Yigit

    #789326

    Thank you~~~~~

    #789343

    Hi,

    Glad to hear that it’s fixed. :) Let us know if you need more assistance or if we can close this thread.

    Best regards,
    Nikko

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