1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Mysterious Menus

Discussion in 'WordPress' started by Justin.s, Sep 13, 2013.

  1. #1
    Hi
    I am just working through setting up my first site and am having difficulty with on easpect. When I add a parent page to the top menu and subsequent child pages for some reason they are appearing in the footer area of my site. They cannot be seen until hovered over with a mouse but they are creating a blank space.
    The menu across the bottom headed 'Sections' should only be displaying beaver,cub and scout and nothing else.
    My url is http://www.1stsouthwickscouts.co.uk . Could someone please have a look and see where the error lies.
    Thanks
    Justin.
     
    Justin.s, Sep 13, 2013 IP
  2. ThemesAddict

    ThemesAddict Member

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #2
    the problem is that the same menu is being called twice on your page with sub menus.The difference is that the top menu has code that can show sub menu with these show and hide effects where as the bottom menu code is not . the only way to is to use wordpress in built menu function and modify your footer menu , in that way you can get your work done .

    regards

    Themesaddict
     
    ThemesAddict, Sep 13, 2013 IP
  3. goldenprince000

    goldenprince000 Well-Known Member

    Messages:
    173
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    115
    #3
    The code below is the part of ID: SSBAR.. which is showing the selected pages from your menu.
    <div id="ssbar">
    <div id="sstitle">Scout Sections:</div>
    <div id="sslinks">
    <div class="menu-scout-sections-container"><ul id="menu-scout-sections" class="menu"><li id="menu-item-137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137"><a href="http://www.1stsouthwickscouts.co.uk/beavers-2/">Beavers</a></li>
    <li id="menu-item-138" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-138"><a href="http://www.1stsouthwickscouts.co.uk/cubs/">Cubs</a></li>
    <li id="menu-item-139" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-139"><a href="http://www.1stsouthwickscouts.co.uk/scouts/">Scouts</a></li>
    </ul></div></div>
    </div>
    HTML:
    This code is present before your footer section, (i guess its not part of footer).
    Kindly check out your raw files for php code, which is calling SSBAR ID before footer, and edit the setting there.
    If you are not happy with that ssbar, then you can delete that code.

    Make sure you take back up before playing with codes.
     
    goldenprince000, Sep 14, 2013 IP