Forum Replies Created
-
AuthorPosts
-
canayouMember
Hi again,
Sorry. I think I found the solution all in CSS
/*Where I worked to make submenus always displaying*/ .genesis-nav-menu .sub-menu { display: block !important;/* line added */ border-top: 1px solid #eee; left: auto; /* modified was -9999px */ opacity: 1; /* modified was 0 */ position: absolute; -webkit-transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -ms-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out; width: 200px; z-index: 99; }
canayouMemberHi Brad,
I spoke in general for everytime a Genesis Sample menu with sub-menu is used,
for example here :
http://mediationbarreau2.mythemecloud.iocanayouMemberHello there,
Finally that addon plugin does the job perfectly since few days :
The main free plugin fits perfectly with Genesis, no need to put any code within templates,
just activate breadcrumbs in Genesis where you want to display it.Have fun 🙂
Marc
canayouMemberHello Victor,
Thanks for the tip.
It seems that the plugin alone does not do the job I want.But they sell an add-on that may work :
I will ask them if it does exactly what I want and let know here.
I found an other way creating pages parents/children and using that plugin on parents to set a # link
But I'd prefer to have totally blank url with a custom link so there will be no hover effect.
Happy new year to everybody !
Marc
-
AuthorPosts