Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #46804
    Michael Barone
    Guest

    When clicking an option under the member resources menu item, the “Member Resource Item Disappears. Any Ideas?

    Thanks!

    #46814
    Brandon C
    Keymaster

    Hi Michael,

    Thanks for reaching out and thank you for using Crio Pro WordPress theme!

    Sorry to hear you’re having trouble with your menu links. My first thought is that there must be some CSS that is making the link disappear on focus.

    I inspected the URL you sent in the forum thread but I did not see your “Member Resource” menu item at all. Could you direct us to a page where you have this menu displayed? If CSS is the issue we may be able to help you figure out a way to make the link visible.

    We look forward to hearing from you!

    #46817
    Michael Barone
    Guest

    View post on imgur.com

    Upper left hand corner, click blog. Notice how Member resources then disaapears?

    Thanks for your help!

    -Michael

    #46818
    Michael Barone
    Guest

    View post on imgur.com

    Upper left hand corner, click blog. Notice how Member resources then disappears?

    Thanks for your help!

    -Michael

    #46821
    Brandon C
    Keymaster

    Thanks Michael,

    I see the link now but when I hover over it, it does not disappear. Could you try pulling up your site in an incognito browser to see if it displays the same way?

    If it does not, you may just need to clear any cache associated with your website. It could still be showing you elements that have been cached into the database on your end. Be sure to purge all cache (including browser cache, server side cache, and any onsite caching agents.

    I hope this helps. Please reach back out if you have any other questions.

    #46822
    Michael Barone
    Guest

    Hi Brandon,

    Try visiting this page.

    http://staging.mijobar.com/blog/ You should see it disappeared.

    Thanks,

    Michael

    #46832
    Brandon C
    Keymaster

    Hi Michael,

    Thank you I do see the menu item is hidden on this page. That’s unusual, I’m thinking it may be inheriting some global CSS from somewhere in your theme.

    I replicated your issue, then went into Customize<<CSS/JS Editor and got it to display by adding this bit:

    #main-menu .current-menu-ancestor:not( .btn ) > a, #main-menu .current-menu-parent:not( .btn ) > a, #main-menu .current_page_parent:not( .btn ) > a {
    color: #3e3e3e !important;
    }

    Hopefully this works for you as well.

    #46846
    MIchael Barone
    Guest

    Hi Brandon,

    Pfew! I am glad you are able to replicate this. Is this a bug in the theme and will it be patched? When the theme is upgraded in the future, will I have to re-add this custom CSS?

    Thanks!

    #46871
    Brandon C
    Keymaster

    Hi Michael,

    No, I don’t think your issue is associated with a bug in the theme. I do think there is an added CSS class or Identifier somewhere in your theme. What I did to replicate it was add a global class to hide the child menu link, then I created another class to override the global CSS using the `!important’ tag to give it precedence.

    If you place the CSS bit inside of the WordPress Customizer Customize<<CSS/JS Editor you won’t have to re-add the CSS when the theme updates. It will just live in the Customizer, so you’re perfectly safe.

    Please let us know if you have any other questions for us!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Crio Menu Disappears When Clicking a Menu Option’ is closed to new replies.