Forums

Issue with Nav buttons in same place as header (8 posts)

  1. reclaimingmedusa
    Member
    Posted 3 years ago #

    I love the flexibility of the theme but I don't like the page nav buttons in the header because I'd like to have a header that goes across the page but I can't figure out how to get rid of the buttons? Seems dumb to have them in the same place as the header image, wish they were above or below or just gone because for this site don't really need them.

    Also wondering if there is some way to make this theme have 2 sidebars, I'd love to use it for my business site too but would need both sidebars--just wondering how doable that is?? My css knowledge is pretty minimal.

    Any other feedback would be most appreciated.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

    What theme are you talking about? A link to your site might help...

  3. reclaimingmedusa
    Member
    Posted 3 years ago #

    That is so strange, I did put a link and it got disappeared. It is http://lucindamarshall.com/ and just in case that disappears, lucindamarshall dot com. The theme is called Twordder.

    Thanks!

  4. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

    Either you solved it yourself or you've switched themes. No signs of any page nav buttons now.

  5. reclaimingmedusa
    Member
    Posted 3 years ago #

    I'm talking about the button on the top right of the header that says "About". It's still there.

  6. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

    Try editing either header.php or one of your sidebar templates and looking for:

    <div class="yui-g">
    [ ...]
    </div>

    Removing that block of code should remove the top nav buttons.

  7. reclaimingmedusa
    Member
    Posted 3 years ago #

    I seem to be either removing too little or too much. Here is the full header code, can you be more specific about which lines to remove?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?> >

    <head profile="http://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() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <script type="text/javascript" src="http://www.google.com/jsapi"></script>
    <script type="text/javascript">google.load("jquery", "1.2.6")</script>

    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.6.0/build/reset-fonts-grids/reset-fonts-grids.css" />

    <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
    if ( is_singular() ) wp_enqueue_script( 'comment-reply' );
    wp_head();
    ?>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    </head>
    <body id="body">
    <div id="<?php echo get_option('tw_page_width'); ?>" class="page <?php echo get_option('tw_layout_template'); ?>">
    <div id="hd">
    <div class="yui-gf">
    <div class="yui-u first">
    <div id="header">
    "><img class="logo" src="<?php bloginfo('template_directory'); ?>/images/default.gif" alt="" />
    <h1>"><?php bloginfo('title'); ?></h1>
    <p id="desc"><?php bloginfo('description'); ?></p>
    </div>
    </div>
    <div class="yui-g">
    <div id="nav-padding">
    <div id="nav-wrapper" >
    <div id="nav-overlay" class="wp-yui-menu"></div>

    <?php yui_wp_list_pages('title_li=&sort_column=menu_order');?>

    </div>
    </div>
    </div>
    </div>
    </div>
    <div id="bd">

  8. reclaimingmedusa
    Member
    Posted 3 years ago #

    Never mind--I figured it out. Thanks for pointing me in the right direction!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.