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

    Hi,

    I’ve got a strange issue with a site using Enfold.

    My home page has an additional field that seems to be duplicating the code (see attached grab) which looks to be breaking my home page.

    https://screencast.com/t/RsSE39gky

    I’ve inspected the element and it shows an ID of _aviaLayoutBuilderCleanData field

    Any idea what’s causing it?

    Thanks

    Phil

    #742361

    UPDATE:

    This wasn’t the cause of the issue. I’ve fixed that now. However, how can I hide or remove that field that shows all the short codes?

    Thanks

    Phil

    #742687

    Hi Phil,

    That is debug mode, I’m guessing you have turned that on at some point? If you want to turn it off then please comment out or remove this bit of code, likely in your functions.php file:

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

    Best regards,
    Rikard

    #742786

    Hi Rikard,

    I enabled logging to try to resolve a different issue which was being caused by PHP 7.1. That’s resolved and all ok,

    However, I still see the other field I mentioned

    My home page has an additional field that seems to be duplicating the code (see attached grab) which looks to be breaking my home page.

    https://screencast.com/t/RsSE39gky

    I’ve inspected the element and it shows an ID of _aviaLayoutBuilderCleanData field

    How can I hide that?

    Thanks

    Phil

    #742927

    Hi Phil,

    Did you try to locate and remove the code I mentioned in my previous reply? If you should be unable to do so then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

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