clippo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inserting adrotate banner into site description arealast bump – help someone please!
Forum: Fixing WordPress
In reply to: Inserting adrotate banner into site description areabump
Forum: Fixing WordPress
In reply to: Inserting adrotate banner into site description areaAndrew?… anyone?
Forum: Fixing WordPress
In reply to: Inserting adrotate banner into site description areaHi Andrew
Thank you for the reply!
That is what I’ve got int here at the moment actually.
I assumed that this was replacing the ‘site title’ but looking at the code, it does suggest it is the ‘site description’ that is being replaced.
<body <?php body_class(); ?>> <div id="wrapper" class="hfeed"> <div id="header"> <div id="masthead"> <div id="branding" role="banner"> <?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?> <<?php echo $heading_tag; ?> id="site-title"> <span> <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> </span> </<?php echo $heading_tag; ?>> <div id="site-description"><?php bloginfo( 'description' ); ?></div><?php echo adrotate_group(1); ?> <?php // Check if this is a post or page, if it has a thumbnail, and if it's a big one if ( is_singular() && current_theme_supports( 'post-thumbnails' ) && has_post_thumbnail( $post->ID ) && ( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'post-thumbnail' ) ) &&
Forum: Fixing WordPress
In reply to: Repacing Site Taglinethanks… looking at header.php I can see that line, it appears as:
<div id="site-description"><?php bloginfo( 'description' ); ?></div><?php echo adrotate_group(1); ?></blockquote>
this confuses me (like I say I am crap with code!)as doesn’t this suggest my adrotate display is already in there somewhere?
Say my second adrotate display was adrotate_group(2), where shoudl that go?
Forum: Fixing WordPress
In reply to: Repacing Site TaglineThanks! OK…. so assuming I do that, how do I replace the tagline and get the line space in place.
Forum: Fixing WordPress
In reply to: Repacing Site Taglineoh yeah, how do I get a space between the banners and the header too?
I designed the new header with a white space at the top but the header space size is set too small so it crops this bit off…. how does one change the size of the header image space?
(I’ve gone into the code editor and can’t find this anywhere).
Forum: Your WordPress
In reply to: reefkeeping blogthat’s wierd… looks OK on my screens (right to the edge)up to 1680×1050. That image is sized at 1800×1200 and centred so should fill most screens…. are you using something with a higher res than that?
Forum: Your WordPress
In reply to: reefkeeping blogcheers – I’m using the ‘adrotate’ plugin for the banners.
Regarding logging-in, fair point. A lot of my site is restricted to registered users though… will have a ‘play’ and see what I can do.
Forum: Fixing WordPress
In reply to: trouble with a PNGthanks – stupid question but how do I convert it into an animated GIF?
Have had a look on the web and a play in PS but can’t work it out.
Forum: Your WordPress
In reply to: reefkeeping blogthanks! yes they are paid ads… can’t really share costs but lets say it covers the running of the site ??
Any one got any ideas how I change the login text link into a button? (I’m using the minimeta widget).
Forum: Fixing WordPress
In reply to: RSS feed titleactually I’ve managed to fix this now – basically put the title in my site title box – then edited the page code resizing the title to zero to make it invisible. sorted!
Forum: Fixing WordPress
In reply to: RSS feed titleanyone?
Forum: Fixing WordPress
In reply to: modifying meta data widget contentsany ideas folks? ??
Forum: Fixing WordPress
In reply to: modifying meta data widget contentssorry code reposted through pastebin here
any ideas what line it needs to go on?