Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24103

    Yet another bug in this almost-brilliant-but-ultimately-frustrating theme:

    I now find the editor has taken upon itself to insert the following between every paragraph:

    <p> </p>

    <p> </p>

    <p> </p>

    <p> </p>

    <p> </p>

    <p> </p>

    <p> </p>

    <p> </p>

    Deleting it has no effect; it simply adds more. What on earth is going on? I’m wasting a huge amount of time trying to get this theme to work as it should, but can see how a bug-free version of this might be the last theme I ever need.

    Devs please…tell me someone is working on this (and the other bugs I’ve been posting)

    #122330

    Further clarification: Every time I switch between “text” and “visual”, it doubles the number of empty lines. Grrrr.

    #122331

    Hi,

    Where exactly in the Advance Layout Editor is this happening? Text Block?

    Please place this code on your functions.php

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

    This will switch the editor to debug mode. You will see the actual shortcode at the bottom of your Avia Builder.

    Regards,

    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Advanced editor inserting masses of blank lines’ is closed to new replies.