Revolution Pro Media theme help $?

Forums Forums Menus Revolution Pro Media theme help $?

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #3826
    Lerosia
    Member

    I am inspired by that Cape fear menu and trust me once i have it all figured out with much patience from you..my menu will look beautiful too

    I am planning on custom graphics – it wont look the same at all
    Your menu is my building block

    #3827

    [quote:1jpp05f9]Oh my god..that looks great..did you post that code somewhere?[/quote:1jpp05f9]

    No, that’s just what I used to fix your menu with yesterday. When I saw you were having problems I uploaded it in case it helped you figure your problem out.

    [quote:1jpp05f9]Or were you still working on it and I was being impatient? <img decoding=” title=”Smiley” />[/quote:1jpp05f9]

    Nope, I finished it yesterday.

    [quote:1jpp05f9]So can you go into my panel and do your magic?[/quote:1jpp05f9]

    Sure, I just need to know how to get in there first. Email me if you like. BTW, I don’t recommend handing out your admin details online, if I was a bad person (which I’m not) I could do all sorts of nasty stuff to your site.

    [quote:1jpp05f9]Dinner in Vancouver will also be included[/quote:1jpp05f9]

    Excellent <img decoding=” title=”Smiley” /> I’ll hopefully be there some time within the next three years!

    #3828

    [b:bhxazukd]This is a response to your email. I’ve posted it here as it contains advice that others may find useful too.[/b:bhxazukd]


    Do you want the plugin to dynamically generate the menu for you? Or do you want to manually code in the menu items yourself?

    If they’re all WordPress pages, then it seems more logical to just choose the "Pages" option and let them generate themselves automatically. If there are a few pages which you don’t want showing in the menu then you can exclude them in the plugins settings page.

    If you want to manually code the menu in yourself, then you will need to add are nested unordered list into the "Custom Code" section of the settings page, then add "Custom Code 1" (or "Custom Code 2", depending on which box you put your code in) as your "Menu Item 2" (with "Home" as menu item 1).

    I had a look at your site just now, and it looks like you current have something like the following for your menu items (this is a guess, I can’t tell exactly what settings you have without seeing your admin panel):

    Menu Item #1  – "Home"
    Menu Item #2  – "Pages Dropdown"
    Menu Item #3  – "Pages Dropdown"

    Whereas what I think you want is the following:

    Menu Item #1  – "Home"
    Menu Item #2  – "Pages"
    Menu Item #3  – "None"

    Or if you want to manually code it yourself:

    Menu Item #1  – "Home"
    Menu Item #2  – "Custom 1"

    Note: The menu is automatically wrapped with <ul> tags, so you don’t need to add those around your custom code. Something like the following would work, it will show two items labelled "Dropdown" side-by-side, with menu items which don’t flyout labelled "Dropped" and an item labelled "Flyout" which pops open a flyout containing items labelled "Flown" …

    [code:bhxazukd]<li><a href="">Dropdown</a>
    <ul>
    <li><a href="">Flyout</a>
    <ul>
    <li><a href="">Flown</a></li>
    <li><a href="">Flown</a></li>
    <li><a href="">Flown</a></li>
    </ul>
    <li><a href="">Dropped</a></li>
    <li><a href="">Dropped</a></li>
    </ul>
    <li><a href="">Dropdown</a>
    <ul>
    <li><a href="">Flyout</a>
    <ul>
    <li><a href="">Flown</a></li>
    <li><a href="">Flown</a></li>
    <li><a href="">Flown</a></li>
    </ul>
    <li><a href="">Dropped</a></li>
    <li><a href="">Dropped</a></li>
    </ul>
    </li>[/code:bhxazukd]

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.