GetSimple Support Forum

Full Version: I18N Navigation. JQuery accordion dropdown menu [SOLVED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How i can make blank links in left side at level 1 menu options (atm.: Išorinė reklama, Spauda, ...)?

Need to make this link <a href="#"> link for correct dropdown work. I don't need redirect after click.

Sorry for broken english.

-----------------------------------------

Have this menu (auto genereated html code):

Quote:<ul id="leftmenu" class="sidemenu">
<li class="isorine-reklama left-menu open"><a href="http://84.55.56.77/vm/isorine-reklama/" title="Išorinė reklama">I&scaron;orinė reklama</a>
<ul>
<li class="iskabos isorine-reklama"><a href="http://84.55.56.77/vm/iskabos/" title="IÅ¡kabos">I&scaron;kabos</a></li>
<li class="stendai isorine-reklama"><a href="http://84.55.56.77/vm/stendai/" title="Stendai">Stendai</a></li>
</ul>
</li>
</ul>

Need to get this:
Quote:<ul id="leftmenu" class="sidemenu">
<li class="isorine-reklama left-menu open"><a href="#" title="Išorinė reklama">I&scaron;orinė reklama</a>
<ul>
<li class="iskabos isorine-reklama"><a href="http://84.55.56.77/vm/iskabos/" title="IÅ¡kabos">I&scaron;kabos</a></li>
<li class="stendai isorine-reklama"><a href="http://84.55.56.77/vm/stendai/" title="Stendai">Stendai</a></li>
</ul>
</li>
</ul>
Laurynas Wrote:How i can make blank links in left side at level 1 menu options (atm.: Išorinė reklama, Spauda, ...)?

See here, Internal/external Links. Just enter # as link.
Tried 5-10 times. Without results.

Can you give me, please, step by step instruction what i must to do after plugin install?

Thank you!
I was exactly looking for the answer to this question as well when this recent post coaught my eye.
Here is what I did to make it work.

1) After installing plugin click on "Create Custom Field" in the Plugin Tab
2) Click the "Add New Field" link and type in "Link" in both the Name and Label Fields.
3) For the Type of field Choose "Link" (I think it's the bottom one from memory)
4) Choose save and then go to the specific page you setup that you don't want to be active in the menu system. For me it was the parent item in a drop down menu (I wanted to have a drop down menu but the parent item I didn't want clickable or navigate to any page.
4) Click on page options in the actual page and you should see the new custom field "Link". Just put a crosshatch "#" in that field and save it.

When the menu item is clicked on then nothing happens which I assume is what you want to do.

I hope I've covered all the steps Mvlec Smile
Thanks mvleck and stryker for help! Finally Wink

Problem solved.