suizka
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Is it possible to link navigation tab to anchor link?Thanks Krissy, do you know what code I would have to put in, including the anchor on the text? Is it complicated?
Forum: Themes and Templates
In reply to: Sidebar pushed right, post width increased?Hi! I check on the w3 validator website I have 2 errors, but they arent unclosed div?
Forum: Themes and Templates
In reply to: Sidebar pushed right, post width increased?I disactivated it, but its made no change?
Forum: Fixing WordPress
In reply to: Stupidly changed homepage direction, cant login to wordpress panelHi! thanks alot for your answer, i had a look in the support files for codex and found this link which I followed and its worked! Thank God!
Forum: Themes and Templates
In reply to: White space above pagesHi! Thanks! I took out the 80 px – i had put it in as it appeared on my browser as having no space at the top. Just another quick question, on my pages I have tried to put an image header in – but there is again a space between the page Title and the image, is there anyway to reduce this space?
Forum: Themes and Templates
In reply to: Help with hover – menu is white!I really dont know whats going with it – i managed to change the background to white, and then change the font to a dark grey with a hover of green. Working perfectly until i click on the different menu tabs and they weirdly then change to white again?!
Forum: Themes and Templates
In reply to: How to move menu upwardsHi!!! Just got back home and tried out what you said Rev. and it worked!!!!!!!! Fantastic, Im so happy! Thank you ever so much for everyones help, it is so very appreciated!
Forum: Themes and Templates
In reply to: How to move menu upwardsCant seem to find it there either?
“<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php bloginfo(‘name’); ?><?php if ( is_single() ) { ?> » Archive <?php } ?> <?php wp_title(); ?></title><meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<!– Styles –>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/css/print.css” type=”text/css” media=”print” />
<!–[if IE]><link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/css/ie.css” type=”text/css” media=”screen, projection” /><![endif]–>
<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’); ?>” />
<?php wp_head(); ?>
</head><body>
<div class=”container”>
<div class=”container-inner”><!– Begin rss –>
<div id=”inside-subscribe”>” class=”feed”>subscribe to entries or ” class=”feed”>subscribe to comments</div>
<div class=”clear”></div><!– Begin Masthead –>
<h1 id=”site-title”>
<span>
” rel=”home” title=”<?php bloginfo(‘name’);?>”>
<img src=”<?php echo bloginfo (‘template_directory’);?>/images/logo.png” alt=”<?php bloginfo (‘name’);?>” />
</span>
</h1><!–end of h1 site-title–><?php /* If this is home */ if (is_home()) { ?>
<?php include (TEMPLATEPATH . ‘/slideshow.php’); ?>
<?php } ?><?php if ( $paged > 1 ) { ?>
<?php } ?><!– Begin Navigation –>
<?php gpp_theme_nav(); ?>
</div>”
Forum: Themes and Templates
In reply to: How to move menu upwardsHi! I cant seem to find div: sf-menu or </h1> , here is the code I have in index.php:
‘<?php get_header(); ?>
<?php $i = 0; ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); $i++; ?>
<div class=”span-8 post-<?php the_ID(); ?><?php if ($i == 3) { ?> last<?php } ?>”>
<h6 class=”archive-header”>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title() ?></h6>
<?php get_the_image( array( ‘custom_key’ => array( ‘thumbnail’ ), ‘default_size’ => ‘thumbnail’, ‘width’ => ‘310’, ‘height’ => ‘150’ ) ); ?>
<?php the_excerpt(); ?>
<p class=”postmetadata”><?php the_time(‘M d, Y’) ?> | <?php comments_popup_link(‘Have your say »’, ‘1 Comment »’, ‘% Comments »’); ?></p>
</div>
<?php if ($i == 3) { ?><div class=”archive-stack clear”></div><?php $i = 0; } ?>
<?php endwhile; endif; ?><div class=”clear”></div>
<div class=”navigation”>
<div><?php next_posts_link(‘« Older Entries’) ?></div>
<div><?php previous_posts_link(‘Newer Entries »’) ?></div>
</div><?php include (TEMPLATEPATH . “/bottom.php”); ?>
<?php get_footer(); ?>’Forum: Themes and Templates
In reply to: Help with hover – menu is white!thanks! Im just wondering if i have to replace this on the line with the same text or do i add this on additionally?