Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1112742
    redrad
    Participant

    Site: bizbrokersinc.com
    WP: 4.5.3
    X: 4.6.1
    Cornerstone: 1.3.0

    I want the behavior of these links to work in such a way that on desktop platforms, hovering over a submenu navigation link shows the submenu, and clicking the link once takes you immediately to the page.

    I made the hover work with the following custom CSS, stolen from another forum topic:

    .masthead .x-navbar .desktop li > .sub-menu {
        display: none;
    }
    
    .masthead .x-navbar .desktop li:hover > .sub-menu {
        display: block;
    }

    However, I was unable to figure out how to implement the latter functionality, links that go to the parent page with one click on desktop only.

    #1112756
    redrad
    Participant
    This reply has been marked as private.
    #1112759
    redrad
    Participant

    I’m going to remove the aforementioned custom CSS, as by itself it sort of breaks the functionality of the site.

    #1112861
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #1114078
    redrad
    Participant

    https://gfycat.com/BonyDefiantBluemorphobutterfly <— this is the opposite of the desired behavior, as hover is not working and the top-level links require two clicks to navigate to another page

    I cannot reproduce this problem on another computer or browser, but it happens in my laptop’s Chrome. I was under the impression that it occurred everywhere when I made this forum post. Nonetheless, I am baffled by how an updated installation of Chrome on one computer has this issue.

    #1114159
    Joao
    Moderator

    Hi There,

    I also using Chrome on my laptop and I cannot replicate the issue.

    Thanks

    Joao

  • <script> jQuery(function($){ $("#no-reply-1112742 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>