nickb34
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: WordPress, PHP, is it secure??I realize that, but are there any major vulnerabilities that should be brought to the point before implementing the blog?
Forum: Everything else WordPress
In reply to: WordPress, PHP, is it secure??Is there a list of fixes and patches on this site?
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?manstraw, I think you are right. I agree, but by the same token, you would think that such a widely used, widely supported open source blogging system would have an easy to add a couple of spaces???
It just didnt seem right to me that something so simple could be so much work.
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Just make one in your template directory? Im not sure, thats what i would try….
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Works! FINALLY. Thank you all very much for the help.
The Fix:
Add “remove_filter(“the_content”, “wpautop”);” to your themes functions.php, and disable the rich text editor.
When entering
tags or tags, it doesnt filter the spacing out for either of them.Also, if you want to use the <b>, and <i> buttons etc on the editor (the one you get when you turn rich editing off) they all still work.
–nick
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?I want it to be quick, i dont want to have to mess around with styles in the post to get a couple spaces in.
Also, i made another user as an author and tried it and still no luck. I have not tried the plugin however, but i will definately check it out.
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Hey, i see your point. Its still not doing what i want it to do. What if you want 10 of them? What if you want to type a little bit, put 10 spaces and then continue?
Please see here:
I have tried this process with the editor on off, manually entering the code, or hitting enter and return, its all the same.
Hope that gives you a better understanding,
–nickForum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Alright, i altered the CSS, and I guess it puts more spacing in between the paragraphs, but there still not spaces.
The whole point of the thread is to be able to put spaces in, with breaks, not just to increase the space between paragraphs, or tags, seems like a simple thing, but its turning out to be a complicated matter.
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?I dont really care what I use, but I want to be able to easily publish something with spaces, lets say, 10 if i wanted to without too much trouble.
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Right there, it filtered out the break tag in my previous post, which again proves what im saying.
What if you wanted to have 10 spaces, can you do it?
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Still filtering the
‘s out.If you put 10
tags after a paragraph, by hitting enter, or manually adding them in yourself, in the Rich editor or NOT, they still get filtered.Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Alright i will look into that,
but i find it hard to believe that no one using WordPress anywhere is happy with absolutely no spaces?
People have to be adding spaces somehow?
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Yep.
Tried that with both the rich editor on and off. And with <br> and
tags.Nothing works.
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?Ive turned off the rich editor, AND tried putting
tags, still no spacing at all.What is the problem here?
Forum: Fixing WordPress
In reply to: Keeping Line breaks – Is there a fix?!?!?bump