Viewing 15 posts - 1 through 15 (of 22 total)
  • Posted in: Joyn
  • #270490
    jgiitalia
    Member
    Post count: 69

    Hi,
    how can I have a double menu like the one at that url: http://www.janegoodall.org/
    One very little at the top of the page, and the other on image?
    The second one on image I have realized: http://webapp.janegoodall-italia.org/
    I need the one little on the top.

    kind regards
    vincenzo.

    #270631
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach marked screenshot to explain the issue.
    Thanks
    Mohammad

    #270790
    jgiitalia
    Member
    Post count: 69

    ok
    in attach the image with the 2 menu….
    to my homepage I want to add the LITTLE ON THE TOP of the page:
    my homepage:http://webapp.janegoodall-italia.org/

    kind regards
    Vincenzo.

    Attachments:
    You must be logged in to view attached files.
    #270809
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin > Theme Options > Header Options > Enable Top Bar > Top Bar Right Config > Choose the Top Bar Menu for the right header area if you are using Header 1 or 3 .
    Thanks
    Mohammad

    #271284
    jgiitalia
    Member
    Post count: 69

    Dear Support,
    I’ve done your indication (see attach) but the situation is not changed,
    I can’t see the double menu as in previous attach(2-menu.jpg).

    kind regards
    Vincenzo.

    Attachments:
    You must be logged in to view attached files.
    #271299
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please upgrade all plugins and let me know.
    Thanks
    Mohammad

    #271322
    jgiitalia
    Member
    Post count: 69

    Hi, I’ve updated all the plugins except for “Go Pricing – WordPress Responsive Pricing Tables” that is a payment now I have the 3.30 version.
    Nothing is changed…

    vincenzo.

    #271323
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems to be because of the naked header. With that type of header the top bar menu won’t show.

    -Rui

    #271343
    jgiitalia
    Member
    Post count: 69

    Thanks,
    in a previous discussion I find this code:
    body[class*=”header-naked”] #top-bar {
    display: block!important;
    }
    .header-wrap[class*=”page-header-naked”] {
    top: 37px;
    }
    and I added it to my custom css.
    works… thanks.

    It is possible to solve the ALERT of the “yellow triangles” on css?
    see attach..

    kind regards

    Attachments:
    You must be logged in to view attached files.
    #271347
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Use this code:-

    .header-naked-light #top-bar {
    display: block!important;
    }
    
    .page-header-naked-light {
    top: 37px;
    }

    Thanks
    Mohammad

    #271353
    jgiitalia
    Member
    Post count: 69
    This reply has been marked as private.
    #271376
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The yellow warnings are not problematic. That’s because the use of !important.

    -Rui

    #272304
    jgiitalia
    Member
    Post count: 69

    ok thanks, the top menu now is visible,
    how can I manage the size, colour, etc… of this top menu?

    #272314
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Colour via the Colour Customiser > Color – Header

    For the size add this to your custom css:

    
    #top-bar nav .menu > li > a {
      font-size: 16px;
    }

    – Kyle

    #272576
    jgiitalia
    Member
    Post count: 69

    Sorry Kile,
    the custom css code doesn’t work.
    I tried #top-bar…; top-bar…; .top-bar…; nothing!
    And How can I manage the (size, thickness, width), of the top-bar?

    ciao
    Vincenzo.

Viewing 15 posts - 1 through 15 (of 22 total)

You must be logged in to reply to this topic.