triplex2k7
Forum Replies Created
-
Forum: Plugins
In reply to: wp-polls 2.20 Javascript ErrorIt’s ok, version 1.1 of Ajax Comment Posting solves the problem.
Forum: Plugins
In reply to: wp-polls 2.20 Javascript ErrorI have had the same problem: a conflict between WP-Polls and Ajax Comment Posting, and this alternative doesn’t look quite as good. Does anyone have a way to use both together without conflict?
Forum: Plugins
In reply to: ‘sack’ is undefined: WP-PollsAh – it was a plugin conflict between WP-Polls and Ajax Comment Posting. Solved by disabling one or the other, but obviously this isn’t ideal – anyone got any suggestions?
ThanksForum: Fixing WordPress
In reply to: Registration Password Emails Not ComingI thought I had a similar problem but actually found that because wordpress sends the emails from a different address than it specifies in the from: tag, a lot of email services class it as spam, but assuming this isn’t the problem…
I think it is in wp-includes/pluggable.php in the function wp_new_user_notification or something like that.
Good luck…
Forum: Everything else WordPress
In reply to: Customize Permalink Structure and 404 ErrorThat works!
Thank you so much!
Actually before I started I had nothing like what you said I probably would, just this:AuthType Basic AuthName "www.bwfcuk.com while under construction" AuthUserFile "/home/bwfcukco/.htpasswds//passwd" require valid-user
which I assume is the password protection I have set up while building my website.
But thank you very much, you were very quick and helpful.Forum: Everything else WordPress
In reply to: Customize Permalink Structure and 404 ErrorI have exactly the same problem. Please could somebody tell me how to edit the .htaccess file. Thanks
Forum: Fixing WordPress
In reply to: Header = FlashI know this thread is a bit old, but does anyone know how to have a different flash movie for each category on the singles page? For example, you would go to a single post in the category ‘News’ and see a flash header saying ‘News’ at the top, and the same for each category.
I guess it’s something to do with conditional tags, but I couldn’t find one about categories.
ThanksForum: Fixing WordPress
In reply to: who decided to put “browser happy” in WP?It could get annoying because it would appear on subscribers profile/admin pages too, and it would appear that your site was trying to change what browser they used…
Forum: Themes and Templates
In reply to: Centering website on the page.Put a div tag around everything in the body of index.php, give it an id, and then in style.css use code similar to the following:
#yourdiv{ float:none; margin:0 auto 0 auto }
I think this should work.
Forum: Your WordPress
In reply to: ok ok i know! Theme feedback requested.I like the way the more stuff button works but you only see it if you scroll all the way down and it still isn’t too obvious.
Forum: Fixing WordPress
In reply to: Stylesheet missing and so is my theme nameSorry
Forum: Plugins
In reply to: CMS for FlashYeah it has the links and login and stuff at the top of the flash movie I’d be interested to know how they did that.
Forum: Fixing WordPress
In reply to: Stylesheet missing and so is my theme nameIt may sound obvious, but is it saved as style.css?
Forum: Themes and Templates
In reply to: How To Get Sidebar To Display On All Pages?Don’t know why you lose whatever it is you’ve lost but the sidebar is right aligned because the sidebar code comes after the main column code.
Forum: Themes and Templates
In reply to: Making wordpress in an showcase websiteI think you need to edit index.php and style.css. Inside the loop put a div around each individual post, give it a class, then in the css file float it left and maybe give it a set width. I think that should do it.
I don’t know how much you know about this – what I’ve said may be all you need to know, or you may never have touched the theme files before. I really recommend this tutorial to anyone even if you’re just editing other people’s themes. If you need any more info please email me at [moderated – let’s keep the discussions here in the forum!]