Forum Replies Created

Viewing 15 replies - 46 through 60 (of 97 total)
Thread Starter wperic

(@wperic)

Hmm. Hasn’t been my experience in the past, but maybe something made the latest version of WP a bit more sensitive.

I just discovered the “Paste from Word” button. This seems to do the job for me.

Thanks.

Thread Starter wperic

(@wperic)

It’s happening again on a totally different site hosted in a totally different location.

Interestingly, it doesn’t seem to happen when I type in a post, but seems to happen consistently when I have pasted in a bit of .rtf copied out of LibreOffice Writer. It doesn’t seem to happen if I “sanitize” the rtf by running it through gedit first.

This seems to be a new problem–I haven’t had trouble, that I know of, pasting from .rtf in previous versions of WP.

Thanks.

Thread Starter wperic

(@wperic)

I tried all three.
-only 2 plugins are Akismet and Hello Dolly and both are disabled.
-same result with twenty twelve
-reset plugins folder by renaming the plugin folder (am running WP on my own computer (Fedora 17).

None helps.

Thread Starter wperic

(@wperic)

Oops–missing a closing paren! Sorry.
Still wondering tho about not being able to fix code in the WP editor.

Thread Starter wperic

(@wperic)

Here’s what seems to be causing the error–code that runs perfectly well until I insert it into WP:

function category_art() {
    echo '<div id="category_art">';
    echo "<p>This is category_art div.</p>";
    echo '<br />';
    //$cat_title = single_cat_title();
    $cat_title = 'the arts';
    echo $cat_title;

    if ($cat_title == 'the arts' {
   $thePic = "https://www.theSite/wp-content/uploads/brusheslynnunderwood-500x711.jpg";
}
....
}

Why would it be complaining about an unexpected ‘{‘? All my brackets are properly paired.

Thanks

Viewing 15 replies - 46 through 60 (of 97 total)