Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #920330

    Further to previous topic https://kriesi.at/support/topic/special-form-code-keeps-breaking-the-page/ which has now been closed, I am still seeing weird code in the backend of my pages. The frontend works fine now (previously the ‘Insightly’ contact form was breaking the front end as well). But the backend is not right.

    #920569

    Hey andrea,

    I see the issue has been reported to the devs, this will hopefully be sorted out and solved soon.

    Best regards,
    Jordan Shannon

    #936657

    Hi, this site is on the latest Enfold/wordpress, but I am still seeing ‘weird code’ in the backend. Beneath the actual content in Avia, there is an extra block where the same content appears in code/text/html rather than visual editor. I don’t have this problem on other sites, wonder what’s wrong with this one?

    #936938

    Hi,

    That is the debug mode of the Layout Builder, it can be handy if you want to copy shortcode between pages for instance. If you want to remove it then please delete this from your functions.php file:

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

    Best regards,
    Rikard

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