Bull3t
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Possible? Search only posts, exclude pagesBumping this because I also have the problem mikeque described. With this quick fix it messes up the whole search and pagination. Anyone got any ideas? Thanks in advance.
Forum: Plugins
In reply to: [Plugin: youtube with style] Style as in what?Fristopher, want to upload a few screenshots as well? I can’t really be bothered to install it and test it myself to see whether it is any better than predecessors – and I want to know what the ‘style’ is like.
Thanks.
Forum: Fixing WordPress
In reply to: How to get the URL for the first image in a post?Thanks for your help Krezz! This thread will help thousands of people.
Forum: Fixing WordPress
In reply to: WP 2.5 and Text WidgetsAdding titles to the widgets does seem to fix the problem, also if you edit the text widget, change nothing and then press cancel the widget will be cleared, very weird. However, the reason I didn’t add titles in the first place was because I didn’t want a title to be shown on the sidebar. Any ideas on how to disable the display of a title, but have it there anyway?
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Add the form message to dbIt’s possible, of course, but then it wouldn’t be a contact form. It would be a global comments system. just create a new page and enable comments on it. Simple.
Forum: Requests and Feedback
In reply to: WordPress Requirements Page needs to be updated.It isn’t really a good idea to keep plugins enabled while updating (for smaller scale updates it’s fine (such as version 2.3 to 2.3.1, for example) but it’s really not a good idea otherwise.
It shouldn’t affect it, but most of the time it is good to disable all plugins while updating to larger scale version of WordPress.
That error was a little odd though, I have to admit.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)Wow! Nice work, Arne! You even have the support of the Google Webmaster Tools team. I have tested this version of Google Sitemaps on WordPress version 2.3 myself and have not found any errors. Thanks again.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)Okay, to clarify for myself, hehe. The latest version of this plugin does work with WordPress 2.3, but still needs to be tested?
Not really much to test though I suppose, just check whether it updates correctly and that’s all we really need. If it does work then I will have to congratulate you, Arnee! Thanks for the already amazingly useful plugin.
I do not hate to bumb this because I too am now receiving this exact same error message, which also seems to appear on my 404 error page.
Anyone know why this is happening?
Forum: Fixing WordPress
In reply to: Page Feeds/CategoriesAnyone know how I can achieve this?
Forum: Fixing WordPress
In reply to: Css Color Code : ConfusedI am glad that I could help you.
1st question: The reason your blog has two stylesheets is because you (or someone else that has administrator access to your blog) has set the scheme for K2 to Vader, not to worry though as this is simple to fix.
Head over to your WordPress Dashboard (on your blog) go to Presentation > K2 Options, scroll down to where it says Custom Scheme and select No Scheme from the dropdown menu. This will now remove the second stylesheet (meaning that you will have to make edits to the main K2 stylesheet in order to acheive the colour scheme you want or re-enable it.
2nd question: Not sure why your text should be aligned in the centre, but it does not seem to be for me (if I am looking at the right page: http://halcyonrealms.com/k2archives/). Not sure whether that is the case though.
Good luck.
Forum: Fixing WordPress
In reply to: Css Color Code : ConfusedOkay, I was in the proccess of editing my post as you were replying, so re-read my post and you will see that I have now explained how to change the entire content block.
I am heading to school now, so I will post my next reply at about 15:30 GMT (if you need one).
Forum: Fixing WordPress
In reply to: Merging DatabaseYou will need to explain a little more of how you managed to install WordPress to your computer, offline and how it is setup (database, folders etc.) for us to help.
Forum: Fixing WordPress
In reply to: Css Color Code : ConfusedBlack and white can also be written in a stylesheet as the word, as opposed to the Hex colour code. I would advise that you search for “black” in the style.css file and see if you find anything.
What part of your blog are you looking to change? I may be able to guide you on how to change the colour.
After taking a look at the code of your blog, I noticed straight away that you are using the Vader scheme. This means that anything that sets your blogs colours will now be inside:
http://halcyonrealms.com/wp-content/themes/k2/styles/hrealms/vader.css
As well as your main K2 stylesheet. I would suggest you check for the colour in there aswell.
If you are looking to change the page background colour then edit the file above (from your FTP client) and search for:
body { background: #111; color: #bbb; margin: 0; }Change “#111” to any Hex colour you wish.
Or if you are looking to change the content background colour then search for:
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover { background: black; }Change “black” to any Hex colour you wish.
I hope this helps you.
Bull3t