rain22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trouble Inserting Galleriesanyone
Forum: Fixing WordPress
In reply to: Help with Block QuoteI really hate bumping this :p
Forum: Fixing WordPress
In reply to: Help with Block QuoteAnyone?
Forum: Fixing WordPress
In reply to: WordPress 2.5 killed my pluginsThe only one that works is post-preview, but the rest does not. And yes, I re-activated every single one of them.
I particularly need to use the advanced tiny-MCE plugin, but alas it doesn’t seem to go well with this version either.
Forum: Fixing WordPress
In reply to: Suddenly I can’t post newsok nevermind, it seems putting ‘:’ in the title fucks up everything! thanks anyway
Forum: Fixing WordPress
In reply to: disable comments for a pageoh how simple! thanks guys!
Forum: Fixing WordPress
In reply to: Removing Header/banner title textah actually i wrote &bnsp; instead of , which works! it’s a shame i cant have a title though >_> anyways the banner can be seen so thanks for the help ^^
Forum: Fixing WordPress
In reply to: Removing Header/banner title textyou mean place that in the blog title using wp-admin panel? cause that didn’t work either >_> it just shows ‘&bnsp;’ as text.
lol sorry im such a bother >_<
Forum: Fixing WordPress
In reply to: Removing Header/banner title textyeah I tried the first one but the banner also disappeared >_>
Forum: Fixing WordPress
In reply to: Removing Header/banner title textjust the website title text, i want to use a graphic banner instead of it.
i can link you to my website instead, the problem should be pretty clear if you see it. ^^
it’s the exact same theme just with different colours, nothing else has been touched.
Forum: Fixing WordPress
In reply to: Removing Header/banner title textAlright, I’m still quite a noob but is it related to this:
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
found it in the header.php..
Forum: Fixing WordPress
In reply to: Removing Header/banner title textwell i actually managed to remove the text by editing the css template to:
#header a{
color: #b6e1fe;
display: none;
}..however the graphic banner disappeared along with it 🙁