Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #732249

    In regards to the mobile navigation:

    We have menu items that are not clickable (on desktop) as these are the menu titles for the sub categories. Example: About Us, Services etc. Can we have these non-clickable so that the user stays on the mobile nav instead of the nav disappearing and staying on the current page? We would like it to function like the Desktop where that menu item is not clickable.

    Site reference: http://solutions2organizeu.ca/

    #732492

    Hey LHSpin,

    Please try the following in Quick CSS under Enfold->General Styling:

    li.menu-item-top-level {
      pointer-event:none !important;
    }

    Best regards,
    Rikard

    #732683

    Hi Rikard,

    I put the code in but this did not change anything. The mobile nav still disappears and the click state still acts as though you can click this menu item (i.e it highlights in green and then the mobile nav disappears even though it is a deadlink)

    #734234

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Andy

    #734260

    Hello,

    Login info has been sent. Just want to reiterate:

    Permission for plugins: No. Please do not deactivate plugins as these are security and backup. There are only two so these should not be touched.

    #734934

    Hi,

    no login info here so far. Please use private content field.

    Best regards,
    Andy

    #735387

    Just tried again. Please let me know if you receive it.

    #735388

    Sorry that pw didn’t update, here is the new one.

    #736327

    Hi,

    I adjusted the code inside your Quick CSS to this one:

    .menu-item-top-level {
    pointer-events: none;
    }

    and now it’s working. Can you confirm please?

    Best regards,
    Andy

    #736542

    Hello,

    We have tested it out on our iphone 6 and none of the menu is clickable now. I will have to remove this because this site is currently live and needs to be accessed.

    Is there another solution? This did not work.

    Much appreciated.

    #737908

    Hello,

    Just wondering if we can expect a reply anytime soon? thank you.

    #738711

    Hi,

    We replaced the css modification with the following.

    #menu-item-173 > a, #menu-item-174 > a, #menu-item-48 > a {
        pointer-events: none;
    }

    Please upgrade the theme to the latest version, 3.8.3.

    Best regards,
    Ismael

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