semperaye
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?Hi kmessinger,
I do already have that plugin activated
Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?Yup the first link is a screen shot of what the problems looks like, and the 2nd link is the url to the example problem’s page on the website. F10 doesn’t do anything for me, but I’m using chrome..anyway I do not know much about that type of thing anyway so it’s pointless for me to check it. I will have my IT guy take a look, looks like it’s far to above my own head 🙂 Thanx!
Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?To answer the second question, I am not cutting and pasting, I am simply typing directly into the visual editor.
Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?basically if you view the link you will see in the first picture labeled “before,” there is paragraph spacing, 3 paragraphs, but in the second picture “after” there are no paragraphs at all. The only way to resolve this is to hit enter/return twice while in visual editor to make a paragraph, this is contrary to what users are used to on ms word, or here on wordpress.org’s forums. So users see in the visual editor that paragraphs exist, but when they submit the final content the paragraphs are void. So they have to go back a second time and enter in additional returns/enters to fix it.
At the end of the day, what visual editor shows should be what appears on the final content…but it doesn’t 🙁
Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?All that css did was increase the spacing between lines. The problem still exists that the visual editor is showing something different then the final result. In this case it’s showing a paragraph, but there isn’t a paragraph in the final product.
Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?So enter this into custom css?:
p {
margin-top: 0px;
margin-bottom: .5em;
}Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?I’m sorry….can this be done with custom css? My knowledge of editing files is next to none, but I can handle copy and paste 😛
Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?Hello Sterndata,
Thanx for the reply! Here is a link to a test page:
http://www.salamatphilippines.com/forums/topic/ranks-badges/
Forum: Fixing WordPress
In reply to: Visual Editor – How to make ONE enter/return make a new paragraph?FYI. These forums work as they should, and I assume wordpress.org uses word press 😛
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Double space takes two returns/entersForum: Plugins
In reply to: [Black Studio TinyMCE Widget] Double space takes two returns/entersHere is an example of using shift/enter then another enter to make a paragraph, but then the final out put shows no paragraph.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Double space takes two returns/entersNote: I have this issue on every plugin, not just this one. It’s not an issue of shift enter, because even when doing shift/enter we still have to do a shift/enter twice to make a paragraph.
Forum: Plugins
In reply to: [bbPress Enable TinyMCE Visual Tab] Double spacing is showing while editingExample:
See the text is double spaced inside the editor, then outputs single spaced. Or in other words….. the line spacing is so large inside the editor in comparison to the actual output after submission, that users often do not add additional spaces to make paragraphs.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Double space takes two returns/entersVisual mode. Anyway I do not think it’s this plugins fault, it’s likely a theme css issue I’m guessing.
See the text is double spaced inside the editor, then outputs single spaced. Or in other words….. the line spacing is so large inside the editor in comparison to the actual output after submission, that users often do not add additional spaces to make paragraphs.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Double space takes two returns/entersI’m sorry I did not explain this well:
Basically when we type we see the text as already double spaced, then when we submit/publish content it appears single spaced. This is confusing to users because they do not enter an extra return/enter to form paragraphs because the double spacing is showing already in the editor.