bill_g
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Footer Text Colour Where to Change in Style Sheet?Thanks for everything esmi, will do that now
Forum: Themes and Templates
In reply to: Footer Text Colour Where to Change in Style Sheet?Just an update, Did as you suggested and it worked perfectly!
Many thanks esmi, really appreciate your help. This is a nice theme but seems to have taken ages to get it configured the way I wanted it.
Bill
Forum: Themes and Templates
In reply to: Footer Text Colour Where to Change in Style Sheet?Hi and many Thanks esmi,
I’ll do that now and see how I get on.
Bill
Forum: Fixing WordPress
In reply to: Footer Problem!Thanks for all your help on re checking the footer php file I saw that there was an apostrophy in the title text. Removing this has sorted the problem.
Cheers
Bill
Forum: Fixing WordPress
In reply to: Footer Problem!Thanks for all your help! I looked and think I can see the </html> tag in the footer but I’m probably wrong
Heres my footer php which I copied
I am going to adjust the width of the Tag cloud thanks S.K
Forum: Fixing WordPress
In reply to: Footer Problem!Thank you, I’m not great at code, What do I need to look for to get it working, please excuse my lack of knowledge I am still learning the code side of things.
Bill
Forum: Themes and Templates
In reply to: Page Title display problem using WP Spider WP_010 themeThis has been resolved by the Theme’s creator rewritting the code in the Header php file
Forum: Fixing WordPress
In reply to: footer alignment problemThanks done this and it fixed it perfectly!
Forum: Fixing WordPress
In reply to: footer alignment problemI’ve got the same problem, if you view my blog at http://theisleofavalon.com my footer text is all over the place I am going to try and copy the whole footer.php file in this message.
What I am trying to do is to get all the text to centre in the footer but nowhere can I find the place to add or alter the text alignment to centre from the mess it is now
Can anyone please help resolve this it is driving me slightly loopy 🙂
The full footer .php is copied below and my site address is http://theisleofavalon.com
Thank you!
<div class=”Footer”><div class=”Footer-inner”><div class=”Footer-text”>
<p>
<?php
global $default_footer_content;
$footer_content = stripslashes(get_option(‘art_footer_content’));
if ($footer_content === false) $footer_content = $default_footer_content;
echo $footer_content;
?>
</p>
</div></div>
<div class=”Footer-background”>
</div></div></div></div>
<div class=”cleared”></div>
<p class=”page-footer”>
” title=”<?php bloginfo(‘The Wandering Glastofarian’); ?>”><?php bloginfo(‘The Wandering Glastofarian’); ?> Seeking the Grail.</p>
Trademarks | Privacy Statement
Copyright © 2009 The Wandering Glastofarian. All Rights Reserved.<p>
</div>
<!– <?php printf(__(‘%d queries. %s seconds.’, ‘kubrick’), get_num_queries(), timer_stop(0, 3)); ?> –>
<div><?php wp_footer(); ?></div>
<!– Google Analytics code here –>
<?php echo stripslashes(get_option(‘wps_google_analytics’)); ?>
</body></html>