Tagged: x
-
AuthorPosts
-
August 5, 2016 at 2:19 pm #1119274
shakyeggParticipantHi there, love the Theme. I have a problem getting the drop down menu to work on the below page.
It’s live, but as yet not released (please mark private).
For all my video pages (portfolio template) on my site I want this menu to drop down to the next level in the menu on click and to stay open until clicked to close. This would need to work to access level 2 and then level 3 for those Level 1’s that have subs.
Currently, I used some code I cobbled together from the forums to get the dropdown to happen based on hover, but it’s completely unstable. Proper action has to be click to drop down and then click to close.
I use this code in the custom CSS to achieve what I have right now:
/*! — Sidebar Menu Dropdown —*/
.widget_nav_menu ul li ul, .widget_nav_menu ul li .sub-menu, .widget_meta ul li ul, .widget_meta ul li .sub-menu, .widget_pages ul li ul, .widget_pages ul li .sub-menu {
display:none; }.widget_nav_menu ul li:hover ul, .widget_nav_menu ul li:hover .sub-menu, .widget_meta ul li:hover ul, .widget_meta ul li:hover .sub-menu, .widget_pages ul li:hover ul, .widget_pages ul li:hover .sub-menu {
display:block; }Can you provide a better customization option to try?
Thanks!!!
Cheers
Brent
b…
August 5, 2016 at 2:49 pm #1119310
shakyeggParticipantHi guys, wow! It’s been several months since I was back trying to solve this problem and sure enough my knowledge has grown and I was better able to understand a javascript string you provided to another user in a post I have archived.
I WAS ABLE TO MAKE IT WORK, THANKS!!
You can close this thread.
Cheers
b…
August 5, 2016 at 5:23 pm #1119450
Prasant RaiModeratorGlad to hear that, feel free to get in touch with us regarding any further queries about the X Theme and Cornerstone.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1119274 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
