Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #659555

    I’m trying to create a set of landing pages which have a Layer Slider /above/ the menu bar.

    I’ve built a sample at http://theemeraldemporium.co/home-2/ as an example which has a layer slider over a menu and was going to modify the default template to exclude the default menu bar, but can’t see where in template-builder.php it’s actually brought in!

    Is this the best to do it anyway? I notice that my included menu bar has lost the BOLD formatting which the original has.

    Any advice on how to proceed?

    Ian

    #660105

    Hey Ian,

    When editing the Page try disabling the header at the right – http://screencast.com/t/Dvh1Gblxxa95

    Best regards,
    Josue

    #660789

    Thanks Josue, hadn’t spotted that.

    It works fairly well, a bit of CSS customises it to look more or less like the main menu on the home page, apart from two things:

    1. The menu item is not emboldened when I’m on its page (ie in the real menu the HOME item stays in its highlighted color when I’m on the home page), and

    2. It lacks the underbar on hover which the proper menu bar has.

    Are these things doable via CSS?

    Ian

    #661068

    Hi,

    1. The current page (/home-2/) is not within the menu so none of the menu items will be highlighted.
    2. Add this to Quick cSS:

    #top .av-submenu-container li:hover .avia-menu-fx{
        opacity: 1;
        visibility: visible;
        display: block;
    }

    Best regards,
    Josue

    #661191

    Hi Josue

    Thanks for this.

    2. Almost perfect. Just had to fix the bottom position.

    1. Aye, I was aware of that. I’ve now promoted it to the home page though and you can see “Home” still doesn’t embolden the way “Blog” does on the blog page. What is meant to trigger that?

    #662391

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-submenu-container .current-menu-item a .avia-menu-text {
        font-weight: bold;
        color: black;
    }
    

    Cheers! 
    Josue

    #662416

    Perfect!

    Thanks Josue!

    i

    #662679

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Moving the menu bar location on a group of pages’ is closed to new replies.