Home Forums Weaver Xtreme Theme Logo doesn’t link to Home with menu setting “…, Items Left”

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #73611
    nandreas
    Participant

    Menu settings right now are as follows:

    • Use Smart Menus: ticked
    • Align Full, Items Center
    • Fixed to Top on Scroll
    • <small>Move Primary Menu to Top: ticked
      </small>
    • <small>Add Site Logo to Left</small>: ticked
    • <small>Logo Links to Home</small>: ticked

    As a result logo links to Home as to be expected.

    Moving menu to the left, either by

    • Align Full, items left or by
    • Align Wide, items left

    keeps logo vivible, but link doesn’t work any more.

    #73612
    scrambler
    Moderator

    Can you please give us a link in the configuration with the problem, it is likely a z-index issue, we need to check and test the CSS fix on the site

    #73613
    nandreas
    Participant

    #73614
    nandreas
    Participant
    #73615
    Weaver
    Keymaster

    The link is working for me…

    #73616
    nandreas
    Participant

    Setting for the European night is now until tomorrow morning

    Align Full, Items left

    #73617
    scrambler
    Moderator

    There is a bug indeed.

    The logo has a z-index of 30, but the menu has a z-index of 2000. And in that configuration, the menu area covers the logo area so it makes the link non selectable.

    Add the rule below to the theme Global Custom CSS Rule box, in order to increase the z-index of the logo to 2010

    .menu-primary .custom-logo-on-menu {z-index:2010;}


    @weaver
    , that should probably be fixed.

     

    #73618
    Weaver
    Keymaster

    That is so strange. When I open that link the first time, it works, including sub-pages. But when I go back later, it has stopped working. ????

    I will change the z-index for custom-logo-on-menu

    #73619
    nandreas
    Participant

    I put the line into custom css. The link still doesn’t work

    #73620
    scrambler
    Moderator

    There was a typo in the rule initially that I corrected quickly, but you must have copied it before

    it is z-index, not z=index

    #73621
    nandreas
    Participant

    thanks a lot

    now it works as it should be. issue solved

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.