New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
TerminalPoker.com Affiliate Program
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    Portugal
    Posts
    51
    Feedback Score
    3 (100%)

    Default WordPress Menu Creators

    Hi All,
    I'm looking to get full control over what is and what is not displayed on my menus - My main top menu (my only menu for the time being) in particular.

    I've seen a number of different options and admittedly I haven't thouroughly investigated them all but so far I haven't seen anything that's simple to use and powerful at the same time.

    Some of the ones I've seen are

    Menu Creators
    The aptly named WordPress Menu Creator

    PixoPoint Menu Plugin

    Multi-level Navigation Plugin


    There's also the very handy but basic Exclude Page Plugin

    Personally I'm not really looking for something to design the menu (though this option could be handy), my main priority is to have the option to control what does and doesn't appear in the menu and where it appears.

    Can anyone recommend me a plug-in or other solution that's powerful yet relatively simple to get up and running, or do any of you happily use one of the 3 I mention above?

  2. #2
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Never Mind The Bollocks
    Posts
    207
    Feedback Score
    0

    Default

    Why not just put it in manually?

    <ul>
    <li>menu 1</li>
    <li>menu 2</li>
    <li>menu 3
    <ul>
    <li>submenu 1</li>
    <li>submenu 2</li>
    <li>submenu 3</li>
    </ul>
    </li>
    <li>menu 4</li>
    <ul>

  3. #3
    Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    Portugal
    Posts
    51
    Feedback Score
    3 (100%)

    Default

    Quote Originally Posted by Ozpoker View Post
    Why not just put it in manually?

    <ul>
    <li>menu 1</li>
    <li>menu 2</li>
    <li>menu 3
    <ul>
    <li>submenu 1</li>
    <li>submenu 2</li>
    <li>submenu 3</li>
    </ul>
    </li>
    <li>menu 4</li>
    <ul>
    Because I'm not much of a web coder for one thing and to get it to look right - I'd have to do a bit more coding than what you just got there, no!?

    If it is as simple as that or not much more difficult then yeah I'd just do that.

  4. #4
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Never Mind The Bollocks
    Posts
    207
    Feedback Score
    0

    Default

    Not much more - here's your menu :

    <div class="art-nav">
    <div class="l"></div>
    <div class="r"></div>
    <ul class="art-menu">
    <li><a class="active" href="http://www.makingapokerwebsite.com"><span class="l"></span><span class="r"></span><span class="t">Home</span></a></li><li class="page_item page-item-2"><a href="http://www.makingapokerwebsite.com/about/"><span class="l"></span><span class="r"></span><span class="t">About</span></a>
    <ul>
    <li class="page_item page-item-152"><a href="http://www.makingapokerwebsite.com/about/barry-o-callaghan/">About Author</a></li>
    <li class="page_item page-item-154"><a href="http://www.makingapokerwebsite.com/about/about-blog/">About Blog</a></li>
    </ul>
    </li>
    <li class="page_item page-item-149"><a href="http://www.makingapokerwebsite.com/contact-barry-o-callaghan/"><span class="l"></span><span class="r"></span><span class="t">Contact</span></a></li>
    </ul>
    </div>


    It follows the same format with "class" added for styling - just follow the same format and add the links and tab name you want

  5. #5
    Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    Portugal
    Posts
    51
    Feedback Score
    3 (100%)

    Default

    Wow, thanks a lot, you went well beyond what I'd expect. And it worked straight away too. Very much appreciated. I owe you one.

    As you say it's nothing extremely complicated. Now don't I feel stupid . I actually do know how to code a bit - but I get sort of fearful at times. Kinda think sometimes that if I fix one thing it'll end up breaking something else.

    There's one other thing I'd like to be able to do. The About Page on my site is not of any use. I just want About to be a menu header and not to be a hyperlink. Anyone know off hand the code for this. I'll google it now myself and add the answer(s) if I find them.

  6. #6
    Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    Portugal
    Posts
    51
    Feedback Score
    3 (100%)

    Default

    One solution that I'm not entirely happy with is to have either <a href="#"> or <a href="#"> as the link for the About, that way it goes nowhere. But it still is in effect a hyperlink and just doesn't look right. I basically want the About link to be unclickable and just display the sub-menu items.
    Last edited by Barry O'Callaghan; 10-28-2009 at 06:58 AM.

  7. #7
    Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    Portugal
    Posts
    51
    Feedback Score
    3 (100%)

    Smile Solution

    If anyone else is interested in this. I've got a solution. I'm using a plugin called menubar WordPress › Menubar WordPress Plugins from Menubar 4.2 and Superfish - dontdream.it. I'm currently using a theme I made with Artisteer, the menubar developer has done a beta for me that works with Artisteer. The thing I really like and I know it's a small thing but sometimes these small things make all the difference is that I'm allowed to add a non-clickable item to a menu. I've done this in the form of the About item. If you wish to look it's on my site www.makingapokerwebsite.com , hope it's of help to someone.


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Sub Menu Problem
    By MPC in forum Wordpress - Web Design - Coding - Technical
    Replies: 0
    Last Post: 03-10-2010, 07:58 PM
  2. menu Link Targets
    By Lenny in forum Wordpress - Web Design - Coding - Technical
    Replies: 1
    Last Post: 12-11-2009, 10:00 AM
  3. PHP inserted menu: less internal links?
    By FirstTimePokerPlayer in forum Poker SEO Forum
    Replies: 4
    Last Post: 09-10-2009, 06:02 AM
  4. Menu too wide in Firefox 3
    By JamesLomas in forum Wordpress - Web Design - Coding - Technical
    Replies: 3
    Last Post: 03-04-2009, 10:37 PM
  5. Little Menu Help Please
    By Gambling Dude in forum Wordpress - Web Design - Coding - Technical
    Replies: 7
    Last Post: 02-04-2009, 01:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant