• Can anyone help. I’m using Kubrick and would like a page navigation bar under the header image. Can any tell me how to add one? All the plugins I’ve downloaded don’t work.

Viewing 7 replies - 16 through 22 (of 22 total)
  • Hi I’ve followed the instructions from this page after being directed here by Rvoodoo from another thread. I have successfully installed a navigation bar but it doesn’t fit in with my site.
    https://www.pistolpokerleague.com/blog
    https://www.pistolpokerleague.com

    Not being someone who is very comfortable with code would some kind soul please lend a helping hand?

    well…looks like you’ve got some functionality there, which is great!

    Now for styling….unfortunately,…..my work day is over, and I’m headin outta town.

    I hope a little searching here/google for styling horizontal menu’s can help you a bit….

    You’re other main site, there are images used for background….
    https://www.pistolpokerleague.com/css/stylesheet.css is the stylesheet for your main site….. maybe reading a bit, and looking through that stylesheet can help a bit….

    Looks like you really just gotta apply the font, text color and background images to the navbar….. you can copy the images from your other sites images folder into your new theme and reuse them, so your navbar matches up exactlty…

    Sorry I can’t be more help today…..

    @hippyer:
    that should help you a bit further –
    (replace the existing ‘horizontal header nav’ code with this edited code):

    /* horizontal header nav */
    #head_nav {margin: 0 0 0 2px;
       float:left;
       background: url(https://www.pistolpokerleague.com/images/menu_bg.gif) center top repeat-x;
       width:756px;
    }
    
    #head_nav h2 {display:none;}
    
    #head_nav ul {
      float: left;
      width: 100%;
      margin:0;
      padding-left: 0;
      list-style-type:none; font-weight:bold;
      }
    
    #head_nav ul li { display: inline;  }
    
    #head_nav ul li a {
      float: left;
      display:block;
      padding-top: 3px;
      padding-bottom: 5px;
      padding-left:10px;
      padding-right:10px;
      text-decoration: none;
      color:#ddd;
      font-size:120%;
      }
    
    #head_nav ul li.current_page_item a {
        color: #fff;
    }
    
    #head_nav ul li a:hover {
        color:#fff;
        text-decoration:none;
    }

    let me know if there is more to tweak ??

    Thankyou very much, that’s fantastic. Now I need to copy over the exact links from my main website, but where do I transfer the code?

    The links I want to move over are Home, League, Invitations and Previous Winners.

    Oh lord, this saved me sooo much time. thank you so much alchymyth.

    You wouldn’t happen to have the extended code to include parent and child pages for drop down menu, would you?

    I’m learning wordpress. I https://www.eckoparadise.com and created https://www.eckoparadise.com/blog.
    I want to add menu (buttons) on the horizontal line in the header, indicating the first site.
    Can anyone help with a code, explaining where to put it?

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Kubrick: Need a page navigation bar’ is closed to new replies.