GetSimple Support Forum
two menues ? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: two menues ? (/showthread.php?tid=6875)



two menues ? - phpman - 2014-10-22

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


RE: two menues ? - Luigi - 2014-10-22

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