sam2021
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing an aspect of our website…It only has 3 custom colours to go on though, pink, green and yellow. very frustrating stuff!
Forum: Fixing WordPress
In reply to: Changing an aspect of our website…Thanks for the reply, but this seems to be the only code in the header.php
(it doesn’t look like what you suggested was present in there…?)<?php
global $options;
foreach ($options as $value) {
if (get_settings( $value[‘id’] ) === FALSE) { $$value[‘id’] = $value[‘std’]; } else { $$value[‘id’] = get_settings( $value[‘id’] ); } }/* default values */
if ($fancy_main_color == ‘#FE0059’) {
$bubbles = ‘bubbles.gif’;
$feed_image = ‘feed.gif’;
$scissors = ‘scissors.gif’;
$sep = ‘sep-red.gif’;
}
elseif ($fancy_main_color == ‘#FEB400’) {
$bubbles = ‘bubbles-yellow.gif’;
$feed_image = ‘feed-yellow.gif’;
$scissors = ‘scissors-yellow.gif’;
$sep = ‘sep-yellow.gif’;
}
else {
$bubbles = ‘bubbles-green.gif’;
$feed_image = ‘feed-green.gif’;
$scissors = ‘scissors-green.gif’;
$sep = ‘sep-green.gif’;
}
?>
<head>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<? include(TEMPLATEPATH.”/custom.php”); ?>
<?php wp_head(); ?>
</head>Forum: Fixing WordPress
In reply to: Blog helpsorry i didn’t notice you replied in my other post, thanks again.
Forum: Fixing WordPress
In reply to: Blog helpThanks very much! Is there anyway also with the side borders.. you see they’re yellow. to make them black? I’ve been looking at codes and im very new to this.
Forum: Fixing WordPress
In reply to: Changing an aspect of our website…bump
Forum: Fixing WordPress
In reply to: Trying to rid part of our website…Hi there thanks for the reply, I can’t seem to find that line in my banner.php but I can find the bit in the style.css, would it do the same thing if i removed the part from the style.css?
Forum: Fixing WordPress
In reply to: Problems with commentsThanks man, you’ve been great help! Truly appreciate it.. You could make alot of money off your help!
Forum: Fixing WordPress
In reply to: Problems with commentsHmm and it also looks like its gone to html hell…
Forum: Fixing WordPress
In reply to: Problems with commentsForget the above post, managed to fix that lol…
Umm that seemed to work with the two random dots, but now the right side boxes have moved to the bottom!?!?! have a look for yourself
Forum: Fixing WordPress
In reply to: Problems with commentsDamn! I’ve done something really stupid.. I think i replaced the .css with that by mistake, wasn’t thinking straight.
Now everytime I try to go to theme editor it comes up with a page with the message
“The requested theme does not exist.”Help!?!! lol
Forum: Fixing WordPress
In reply to: Problems with commentsAnyone have any ideas on how to get rid of the two dots next to the test post and down the bottom?
Forum: Fixing WordPress
In reply to: Problems with commentsGreat! Thanks that works well… Mmm though they didn’t seem to be there before…
Forum: Fixing WordPress
In reply to: Problems with commentsHey that looks a lot better, though the top banner still has “> in the front of it ?
and there’s two random dots at the front of the test post and down the bottom?Forum: Fixing WordPress
In reply to: Problems with commentsYeah I did… though the top banner has added text.. and it all looks a bit dodgey now.. have a look for yourself
Forum: Fixing WordPress
In reply to: Problems with commentshmm seems to look a bit strange now, can you check it out?