Four corner menus
-
Hi Armin,
I want to do a four corner menu. The customize tool is ok but only permit one menu position.
I edited my menu in the custom html to link to other pages of my site but the transition fade got broken (mainly because I'm wrong with the self & parent target).
How can I make a clean link & code from the custom html without broking the fade transition between pages?
Thanks
JJ -
Hi JJ!
What do you mean that the fade is broken? Can you post your website or a little video?
Best! :-)
Marius
-
ok solved it like that with a custom menu in css & html
<nav><ul id="upright" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1231"><a href="http://mysite.com/page/" data-id="1231" data-type="page" data-title="page">page</a></ul></nav>
I just needed to catch those menu item numbers to make the fader works again
Best,
JJ