• In visual editor, users of my website create posts that look as they should, they look like what one would see in a MS Word document, with one enter/return creating a new paragraph. Then when they users submit the content, the final product is without any paragraphs. Users then have to go back and edit posts by entering a second enter/return before each paragraph! If double spaced text would thus require 4 returns…this is silly.

    How can this be changed/fixed? Plugin? CSS? I’m lost ??

    Screen shot:

    View post on imgur.com

Viewing 7 replies - 16 through 22 (of 22 total)
  • Sorry, I meant F12.

    Would you try adding this plugin, https://www.ads-software.com/plugins/use-google-libraries/ ?

    Thread Starter semperaye

    (@semperaye)

    Hi kmessinger,

    I do already have that plugin activated

    The link attached to your screen name does not seem to work. Please post a working url.

    [edit] Please post a copy of your htaccess file.

    Thread Starter semperaye

    (@semperaye)

    Copy and paste the contents of my htaccess file here? Is that safe?

    Yes. Not your wp-config.php which would be unsafe. The htaccess file contains no passwords, links, etc.

    Thread Starter semperaye

    (@semperaye)

    ty. I guess I dont have one, it’s not showing on bluehost file manager anyway. I’ll look into this later hahah it’s always something ??

    The .htaccess file is sometimes invisible until you say show all files or something like that. It would be in the directory where WP is installed. If you use permalink WP will create one for you. It should look close to this.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Visual Editor – How to make ONE enter/return make a new paragraph?’ is closed to new replies.