Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #869377

    I want an extra line after a heading in a Text Block, but the Avia editor takes out everything i try. <br> and &nbsp;

    How can I do this?

    • This topic was modified 7 years, 1 month ago by d-mosseri.
    #870215

    Hey d-mosseri,
    When editing your text block element, use the Text tab, not the Visual tab and add your

    </br>

    Then save.

    Best regards,
    Mike

    #870451

    Hi Mike – Thanks for the post. I tried it again as you suggested, but the editor still removes the `</br>’ whenever I close the editor.
    What should I do now?

    #870997

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

    #871002
    This reply has been marked as private.
    #872287

    Hi,

    Please take a look at the article here

    Let us know if it will fix your issues

    Best regards,
    Basilis

    #872325

    I added the code. It worked in one place, but not another.

    Then, when I went back to a page edit, the content screen was blank and this error message showed underneath:
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ikreativ_tiny_mce_fix’ not found or invalid function name in /home/njwareho/public_html/wp-includes/class-wp-hook.php on line 300

    Don’t think it will work…

    #873106

    Hi d-mosseri,

    How about just adding more margin at the bottom of the element that you need?

    Best regards,
    Victoria

    #873305

    Hi Victoria, Thanks for the post. I put this in the Quick CSS section:

    h3 {
    margin-bottom: 10px;
    }

    but it didn’t make any difference. Have you seen this issue before? Could it be just my installation? It seems like all Enfold installations would work the same way.

    #873316

    I tried line height on the H3 and that worked. It increases the spacing on both top and bottom, which isn’t what I wanted, but it does put more space at the bottom where it’s needed. I discovered that Tiny MCE Advanced doesn’t stop the stripping of code, nor does the plugin Raw HTML, which has worked on other themes. It’s weird.

    #874390

    Hi,

    Add a unique class attribute to the br tags to prevent WordPress from stripping it.

    Click here to add your own text
    <br class="custom-br" />
    <br class="custom-br" />
    <br class="custom-br" />
    <br class="custom-br" />
    <br class="custom-br" />
    Test
    

    Those tags are stripped because WordPress finds it unnecessary.

    Best regards,
    Ismael

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