-
AuthorPosts
-
October 27, 2017 at 4:08 am #869377
I want an extra line after a heading in a Text Block, but the Avia editor takes out everything i try.
<br> and
How can I do this?
- This topic was modified 7 years, 1 month ago by d-mosseri.
October 29, 2017 at 9:21 pm #870215Hey d-mosseri,
When editing your text block element, use the Text tab, not the Visual tab and add your</br>
Then save.
Best regards,
MikeOctober 30, 2017 at 1:59 pm #870451Hi 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?October 31, 2017 at 9:29 pm #870997Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
YigitOctober 31, 2017 at 9:44 pm #871002This reply has been marked as private.November 3, 2017 at 8:48 pm #872287Hi,
Please take a look at the article here
Let us know if it will fix your issues
Best regards,
BasilisNovember 3, 2017 at 10:40 pm #872325I 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 300Don’t think it will work…
November 6, 2017 at 3:49 pm #873106Hi d-mosseri,
How about just adding more margin at the bottom of the element that you need?
Best regards,
VictoriaNovember 6, 2017 at 7:25 pm #873305Hi 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.
November 6, 2017 at 7:48 pm #873316I 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.
November 9, 2017 at 5:09 am #874390Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.