deus62
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Did 2.5.1 break RSS?Up.
Still can’t get it to work.Forum: Fixing WordPress
In reply to: Did 2.5.1 break RSS?Well, I’ll try again then.
I upgraded to WP 2.5.1. Didn’t post or do anything else.
The feed validates, simply because nothing is going into the feed.
I’ve tried this: If I produce an error on purpose in one of my past posts (I removed a quotation mark from a link text), the validator shows the entire feed as it should look. If I remove the error, the feed validates and the results look like this:
‘<channel>
<title>livingwithmusic.com</title>
<atom:link href=”https://livingwithmusic.com/wp-rss2.php” rel=”self” type=”application/rss+xml” />
<link>https://livingwithmusic.com</link>
<description>Collecting … and more!</description>
<pubDate>Sat, 03 May 2008 01:42:52 +0000</pubDate>
<generator>https://www.ads-software.com/?v=2.5.1</generator>
<language>en</language>
</channel>’Now, I’ve read in some old post here that I should maybe try to revert back to the default permalinks structure and then back to my setting. As a newcomer to WP, I’m afraid to do that because I don’t want to break anything.
Forum: Fixing WordPress
In reply to: Did 2.5.1 break RSS?Yippe-ki-yeah.
Back to the top.Forum: Fixing WordPress
In reply to: Did 2.5.1 break RSS?Same here.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Space over GalleryI’m not an expert on this at all, but your gallery has the same width as the area that it’s in (at least according to the web developer toolbar in Firefox). If you then outline the block level elements (so they are visible) you have a 10px or more margin (on the left) between the main area and the gallery (it “shifts” that amount to the right).
Soooo, what I would try, just to check, would be to reduce the width of the gallery to 500px or maybe even less to see if it moves up.
If that is the case, you have some conflicts between some CSS settings, meaning you either need to remove some left margin and/or padding from the gallery or the entry div until everything fits.
BTW: I don’t have the gallery installed yet and just came across your post by chance.
Hope any of this was helpful and/or understandable.
Greetings from Germany … to Germany, btw.Forum: Plugins
In reply to: [Plugin: WP-SpamFree] See what’s been deleted?Great!
Thanks for the reply.
My mind’s at ease now. ??A logging feature is definitely something I#d vote for too.
Keep up the good work!
Forum: Fixing WordPress
In reply to: Image Upload Problem: Forbidden 404Yep.
And everything inbetween up to 777.No change.
The problem must be elsewhere.
:/
Maybe it’s because I’m in a subdomain https://development.mysite.com? I think I read that somewhere but can’t check without putting my new version live and pushing the old out for a while. I don’t feel like doing that because I changed over from EE to WP and need to redirect Google traffic etc.
Forum: Fixing WordPress
In reply to: Image Upload Problem: Forbidden 404Any ideas … I know the forum is beginning to fill with posts in regard to image upload problems, but this one here should probably be easy to fix. Upload went fine, images are there, I just get the “Forbidden” error message.
Thanks for any hints as to where I should be looking
Forum: Fixing WordPress
In reply to: Rich text editor not working properly in WP 2.1 and 2.1.1syntax error
https://www.xxxr.com/wp-admin/post-new.php?theme=advanced&language=de_de&plugins=inlinepopups%2Cautosave%2Cspellchecker%2Cpaste%2Cwordpress&lang=de_de&index=0
Line 1realTinyMCE is not defined
https://www.xxx.com/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=20061113
Line 43tinyMCE.getInstanceById is not a function
https://www.xxx.com/wp-includes/js/autosave-js.php?ver=20070116
Line 99I get these when moving away from the post page and returning to it. Usually, a relaod of the post.php page in FF fixes the problem temporarily.
[note: the real url is NOT xxx.xom]
Forum: Fixing WordPress
In reply to: Rich text editor not working properly in WP 2.1 and 2.1.1Same problem here.
Completely fresh install.
Buttons are there, I navigate around my WP install, then buttons are gone and I get JS errors (Firefox, latest official release). If I reload the page, buttons appear again? WTF?When this happens, switching between visual and code is also not possible anymore.
JS is activated in FF. No blocking happening.
This sucks.
(P.S.: No problems in IE 7)