Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #283637

    Hi,

    Loving the theme so far!

    I had assumed the using the bracketed code /code tags would allow me to specify h1, h2 etc., or br line breaks but it doesn’t seem to work. Should these work and if so how?

    Cheers,
    David

    #283649

    Just spotted the Toolbar Toggle! That sorts out the h1, h2 etc., but can you add <br> and things like that inline in the text box?

    #283682

    Hi!

    Thank you for using our theme.

    Using “TEXT” allows you to enter pure HTML code, “VISUAL” interpretes your entry as characters to be displayed.

    Regards,
    Günter

    #283717

    Hi,
    Thanks for the reply. I understand that you can use the TEXT and VISUAL tabs of the toolbar to enter the different entry screens. I still have an issue though..

    Go to the TEXT tab of a text block. Enter some text then <br> to add an extra line break in. GO back to hte VISUAL view and a small grey square is shown to indicate the code – great! Now, Save and update. The live view of the page looks okay, but now go back to the edit screen, go to the TEXT tab. All it now shows if with the <br> tag having disappeared! Where’s it gone!?

    Is this a bug or am I entering the tag incorrectly? It seems crazy to have the actual code disappear!

    Cheers,

    #283719

    Hi,

    Re-work of the previous post as it stripped out the code tags!..

    Thanks for the reply. I understand that you can use the TEXT and VISUAL tabs of the toolbar to enter the different entry screens. I still have an issue though..

    Go to the TEXT tab of a text block. Enter some text then opening code tag <br> closing code tag to add an extra line break in. Go back to the VISUAL view and a small grey square is shown to indicate the code – great! Now, Save and update. The live view of the page looks okay, but now go back to the edit screen, go to the TEXT tab. All it now shows the opening and closing code tags with the <br> tag having disappeared! Where’s it gone!?

    Is this a bug or am I entering the tag incorrectly? It seems crazy to have the actual code disappear!

    Cheers,

    #283874

    Hi!

    Thank you for the info.

    It ‘s because wordpress automatically strip out the br tags. If you want to create a new line break, just hit enter on the Text editor.

    Cheers!
    Ismael

    #284354

    Thanks Ismael, I didn’t know that WP did that to BR tags (clearly!).

    What you’ve said seems to work sometimes and not other times. I can’t give you access to my development site as it’s on a local server on my memory stick but for an example I’ve done some screenshots.

    On a new page go into the Advanced Layout Builder, add a full width column and then add a Text Block. Add some text. Save and update.

    Before text

    It looks like this rendered
    Before text rendered

    Using the visual editor add a line break in to the main paragraph, and also between the two paragraphs.. save and update.
    After text

    It renders like this
    After text rendered

    The breaks have been added within the paragraphs, but the extra one between the two paragraphs (the 2nd one starting ‘List straight after..’) hasn’t been added…

    #284356

    I’m clearly not doing very well so far! I’ll try again!
    ————————————————————————
    Thanks Ismael, I didn’t know that WP did that to BR tags (clearly!).

    What you’ve said seems to work sometimes and not other times. I can’t give you access to my development site as it’s on a local server on my memory stick but for an example I’ve done some screenshots.

    On a new page go into the Advanced Layout Builder, add a full width column and then add a Text Block. Add some text. Save and update.

    Before text
    before text

    It looks like this rendered
    before text rendered

    Using the visual editor add a line break in to the main paragraph, and also between the two paragraphs.. save and update.

    after text

    It renders like this

    after text rendered

    The breaks have been added within the paragraphs, but the extra one between the two paragraphs (the 2nd one starting ‘List straight after..’) hasn’t been added…

    #285164

    Hey!

    This problem is an already known limitation of the theme due to WP stripping out the <br> tag.

    We posted in already to Kriesi. Hopefully he will find a solution.

    Regards,
    Günter

    #285559

    Hey!

    In addition to this, try to add a class selector on a br tag. Something like this:

    <br class="blank" />
    

    You can also use the HR (Horizontal Rule) element / shortcode if you want.

    Best regards,
    Ismael

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