- This topic has 11 replies, 4 voices, and was last updated 6 years, 9 months ago by
Tom.
-
AuthorPosts
-
July 27, 2016 at 12:35 pm #213364
Tony K
I would like to add the message “If you have a problem with this website, find an error or just want to make comments please e-mail me at webmaster@tkbwrites.com” at the bottom of every page.
I tried hooks, but I have no idea how to center, change font color or anything. So that was a classic failure.
Pasting in the copyright box works okay. Only it all comes out on one line.
Can I move the copyright symbol and message down 2 lines?Or what else can I do?
July 27, 2016 at 1:48 pm #213380Leo
StaffCustomer SupportHi Tony,
Try entering this in Copyright section and move <br> to where you want to go to the next line
If you have a problem with this website, find an error or just want to make comments<br>please e-mail me at <a href="mailto:webmaster@tkbwrites.com">webmaster@tkbwrites.com</a>
Let me know if this is what you are after ๐
July 27, 2016 at 11:33 pm #213466Tom
Lead DeveloperLead Developer<br />
tags will work, and so will adding your text into paragraphs:<p>First paragraph</p> <p>Second paragraph</p>
July 28, 2016 at 2:10 pm #213711Michiel
Hi Tom,
I am struggling with these break tags. They don’t seem to work and if they are not inside a paragraph wordpress strips them. And something happens if I switch between visual and text modus..
I tried <br> and <br />. Then I installed and activated TinyMCE Advance and ticked the box for <p> and <br />.
But it did not make much difference.This works:
<p> </p> but I am not sure what this is and if it is a durable solution.Could you please give some guidance what and when I should use to get a empty line under a few lines of text or between a text and a link-button?
Thx
Michael
July 28, 2016 at 2:12 pm #213712Michiel
Sorry the tag between the paragraph tags has been striped: it’s & n b s p
July 28, 2016 at 4:47 pm #213734Tom
Lead DeveloperLead DeveloperHow are you adding this content? TinyMCE/WordPress shouldn’t be stripping anything in the Copyright section.
If you’re using the editor (TinyMCE), then simply putting them in paragraphs as I showed above should put an empty line between each line.
July 29, 2016 at 2:28 am #213801Michiel
Thank you for you answer Tom.
So if I understand it correctly:
– if I use the break tag <br /> it should be within two paragraph tags while working in the editor mode (text)
– what about this  ? Would that give the same effect?Thx,
MichaelBy the way very happy with your theme.
July 29, 2016 at 5:19 am #213820Michiel
This is what I tried but no breaks are added:
<h2>Title </h2>
<p>
Content sentence.</p>- Content xxxx?
- Content xxx?
- Content xxx?
<br />
<p>Content.</p>
<p>Content:
<br />
[su_button url=”http://….” target=”blank” background=”#e39015″ color=”#300d1e” size=”10″]content[/su_button]
<br />
</p>
No white lines are added. What am I doing wrongly?
July 29, 2016 at 5:30 am #213821Michiel
And if I switch to visual and back to text:
– two break tags were removed and one break tag is changed in <p>&n-b-s-p;</p>
July 29, 2016 at 9:58 am #213881Tom
Lead DeveloperLead DeveloperI guess I’m confused as to what you’re trying to do? Can you explain a bit?
Adding your paragraphs like this will add a space between lines:
<p>First line</p> <p>Second line with an empty space above it</p>
If you’re trying to add single spaces in the editor, hold shift + enter and it will return only one space instead of creating a paragraph.
August 30, 2016 at 1:39 am #222363Michiel
Issue solved Tom, Thx!
August 30, 2016 at 9:40 am #222521Tom
Lead DeveloperLead DeveloperNo problem ๐
-
AuthorPosts
- You must be logged in to reply to this topic.