GetSimple Support Forum

Full Version: two menues ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i have to make a modification of an existing old page transfer to GS
Now the old site has two menues "top" and "left"

If i use

<?php get_navigation(return_page_slug()); ?>

for the top menue it does not work (my css style are total crash).
If i use old structure like:

<a href="">Home</a> |<a href="/kontakt/">Kontakt</a> | <a href="/impressum/">Impressum</a>

it works. What i have to do to use
<?php get_navigation(return_page_slug()); ?>
for the main menu ?

Second point on the left i have an existing menue (like a tree)
is is possible to implement this as an extra menue in the GS too??

Hope anyone can help me.

best regards,

Harald
Hi Harald,

What do you mean when you say that top menu isn't working?

I suggest you check I18N Plugin and it's implementation of Top menu and left side navigation

Regards