How to remove from hr in wordpress visual editor
How to remove from hr in wordpress visual editor
How to remove from hr in wordpress visual editor
Adding a button to the attachment page
Edit page blank, control buttons missing
I disable JetPack and everything is working.
Visual editor keeps stripping my tags
The reason why this isn’t working is because the WordPress core isn’t loaded when this dynamic style sheet is loaded. get_option() hasn’t been defined yet. What you need to do is load WordPress at the top of your dynamic stylesheet: <?php include(“../../../wp-load.php”); ?>
http://tinymce.moxiecode.com/punbb/viewtopic.php?id=1522 might be what you are looking for. It’s also possible in tinymce to have different levels of editor (minimal, regular, +kitchen sink). Perhaps using one of those may serve your purpose better.
After taking my older custom theme files over to my computer via FTP I was then able to really dive into what might the problem be. I put up a maintenance page on my website and worked on where the problem might be coming from, steps to find the culprit code were as follows: Deactivate … Read more
I’m not sure i understand what you mean by ‘expanded’ but look into those two options, i think it will solve your problem.
It’s not really a WordPress related question, but it’s kind of related to visual editor. If your content is just raw text separated by <br> tags, I can’t think of any way to do it. But if your content’s structure is like this: <p>My first line</p> <p>Second line</p> <p>This is the third</p> Then you can … Read more