sub-menu arrow behavior
-
Another issue is that after opening the menu, if I click the arrows to the right of submenu texts (circled in red in the following image), the menu will be closed. I expect that it should expand the sub-menu instead of closing it.
https://drive.google.com/open?id=0B9oFp4Q7TMVuNTdIeDNkTm9FYmM
If I click the sub-menu text first, than clicking the arrows will have the expected behavior.
The site is yingtaodental.com
-
This topic was modified 9 years, 5 months ago by
yunlei99.
-
This topic was modified 9 years, 5 months ago by
-
It turns out this is related to my last reported issue:
https://ww.wp.xz.cn/support/topic/mysterious-rectangle-shadow-around-menu-button/
If I click any area within the gray shadow (the arrows happened to fall in the gray area), the menu is closed.
Hi there,
This is not from my plugin, but from line 306 of your file:
http://www.yingtaodental.com/wp-content/themes/dentario/shortcodes/theme.shortcodes.css
You have the following style declaration:
.esg-navigationbutton.esg-loadmore:hover::after, input[type="submit"]:hover::after, input[type="button"]:hover::after, button:hover::after, .content .booking_clear_custom:hover::after, #booking_submit_button:hover::after, .pagination_viewmore > a:hover::after, .sc_button:hover::after { right: 120%; transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1) 0s; }If you remove that then it all works fine.
All the best
Yes, that solves the problem. Thanks for the help
You’re welcome 🙂
The topic ‘sub-menu arrow behavior’ is closed to new replies.