tcb1973
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Static page – posts?sorted
Thanks nic12345 that was how to do it.
Cheers Wpyogi too for your help
Sam
Forum: Fixing WordPress
In reply to: Changed permalink for SEO now get 404Well that was easy. Worked straight away.
Thanks Triptripper.
Forum: Fixing WordPress
In reply to: Increase font on blog main header titleSorted!
made changes in firebug, tested it out live then copied altered text into CSS edit in Jetpack.
All done
Thanks for your help guys
Sam
Forum: Fixing WordPress
In reply to: Increase font on blog main header titlei think you can install something called jetpack as a plugin
Forum: Fixing WordPress
In reply to: Increase font on blog main header titlei think you can install something called jetpack as a plugin
Forum: Fixing WordPress
In reply to: Increase font on blog main header titleHey,
Used firefox/firebug didn’t find that exact code but found the relevant bit, played around with sizing etc. how do i save changes though? when I came out of firebug, it reverted?
CHeers
sam
Forum: Fixing WordPress
In reply to: Increase font on blog main header titleno * hangs head*
wanted to see if the last thing I posted was relevant, before I downloaded more confusing stuff.
I’ll go do it now ??
Forum: Fixing WordPress
In reply to: Increase font on blog main header titleThis is in the custom header?
<?php
$header_textcolor = get_header_textcolor();
if( ( !empty( $header_textcolor ) && $header_textcolor != ‘blank’ ) ):
$head_wrap_bg_class = ( get_header_image() )? ‘head-wrap-bg’ : ”;
?><div class=”grid_12″>
<div id=”head-wrap” class=”<?php echo $head_wrap_bg_class; ?>”>
<div id=”head-text”>
<span class=”site-name”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></span>
<span class=”site-description”><?php bloginfo( ‘description’ ); ?></span>
</div> <!– end of #head-text –>
</div> <!– end of #head-wrap –>
</div>
<div class=”clear”></div><?php
elseif( get_header_image() ):if ( function_exists( ‘get_custom_header’ ) ) {
$header_image_width = get_custom_header()->width;
$header_image_height = get_custom_header()->height;} else {
$header_image_width = HEADER_IMAGE_WIDTH;
$header_image_height = HEADER_IMAGE_HEIGHT;}
?><div class=”grid_12″>
<div id=”head-wrap”>
<div id=”head-image”>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><img src=”<?php header_image(); ?>” width=”<?php echo $header_image_width; ?>” height=”<?php echo $header_image_height; ?>” alt=”<?php bloginfo( ‘name’ ); ?>” />Forum: Fixing WordPress
In reply to: Increase font on blog main header titlehi,
that code is not in the CSS?
Forum: Fixing WordPress
In reply to: Theme doesn't fit (bottom scroll bar)Forum is not very good. Couldn’t work out how to register!
Sorted issue though – It was a dodgy widget – FB like button.
Thanks anyway
sam