lodlock
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When looking at a post all text is bold/strongI’ve already tried removing all (font-weight: bold;)’s from the style sheet, sorry I forgot to add that to my post.
Forum: Fixing WordPress
In reply to: WP 2.0 messed up my permalinksI had a similar problem and went through every step located in this guide but nothing worked until I started disabling all of my plugins and found that the nice archive plugin was causing the inability to change pages. Try disabling it (if it’s active and you have it) and see if it fixes your problem.
Forum: Fixing WordPress
In reply to: permalink nextpage doesn’t workI had a similar problem and went through every step located in this guide but nothing worked until I started disabling all of my plugins and found that the nice archive plugin was causing the inability to change pages. Try disabling it (if you even have it or it’s active) and see if it fixes your problem.
Forum: Plugins
In reply to: Extended Live Archive Plugin: Failed to Open StreamIt is most likely a permissions issue. I had the same problem with livecalendar and found that the directory and all of the files included in it didn’t have read access. Try chmod 755 the directory and chmod a+r the files in it.