Tagged: Menus
-
AuthorPosts
-
January 10, 2022 at 12:26 pm #46804Michael BaroneGuest
When clicking an option under the member resources menu item, the “Member Resource Item Disappears. Any Ideas?
Thanks!
January 10, 2022 at 12:34 pm #46814Brandon CKeymasterHi 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!
January 10, 2022 at 12:45 pm #46817Michael BaroneGuestUpper left hand corner, click blog. Notice how Member resources then disaapears?
Thanks for your help!
-Michael
January 10, 2022 at 12:45 pm #46818Michael BaroneGuestUpper left hand corner, click blog. Notice how Member resources then disappears?
Thanks for your help!
-Michael
January 10, 2022 at 12:50 pm #46821Brandon CKeymasterThanks 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.
January 10, 2022 at 4:19 pm #46822Michael BaroneGuestHi Brandon,
Try visiting this page.
http://staging.mijobar.com/blog/ You should see it disappeared.
Thanks,
Michael
January 10, 2022 at 4:28 pm #46832Brandon CKeymasterHi 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.
January 11, 2022 at 6:21 pm #46846MIchael BaroneGuestHi 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!
January 11, 2022 at 6:35 pm #46871Brandon CKeymasterHi 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!
-
AuthorPosts
- The topic ‘Crio Menu Disappears When Clicking a Menu Option’ is closed to new replies.