Posts: 4
Threads: 3
Joined: Mar 2010
Hello,
Its possible to display a different menu in header and sidebar?
I wanna display sections on sidebar and index link+contact page only after header/logo
Thank you.
Posts: 972
Threads: 27
Joined: Aug 2009
It’s possible if you make your own menu function. The menu function included with GetSimple will always insert the same menu.
You can change the template files to include anything in the sidebar. If you need more specific help feel free to come back with more specific questions.
Posts: 4
Threads: 3
Joined: Mar 2010
2010-08-31, 22:44:19
(This post was last modified: 2010-08-31, 22:50:43 by ibizo.)
Hello,
I need display in top menu Index + Contact Page, and disable listing of these pages in Sidebars menu
Thank you.
Posts: 5
Threads: 2
Joined: Apr 2011
2011-04-20, 02:12:29
(This post was last modified: 2011-04-20, 05:43:57 by pates.)
I'm interresting in this.
Choose what to display or not in 2 different ways si that the <?php get_navigation(return_page_slug()); ?> can't be used (because we'll get the same menu and we want it different).
I want this to get the function in <?php get_navigation(return_page_slug()); ?> that add "current" to the class.
Any idea ?
Posts: 524
Threads: 48
Joined: Mar 2011
2011-04-20, 04:48:20
(This post was last modified: 2011-04-20, 04:48:50 by infos.media.)
daminoweb Wrote:Chose what to display or not in 2 different ways si that the <?php get_navigation(return_page_slug()); ?> can't be used (because we'll get the same menu and we want it different).
Check out the
I18N plugin, it provides the possibility to create main and secondary navigations with different levels of depth.
Hope it helps.
Posts: 5
Threads: 2
Joined: Apr 2011
Finaly I made my "alternative menu" with link "hand coded" and I play with CSS ID and the <?php get_page_slug(); ?> function to maintain a special style to the menu item corresponding ti the page I'm on.
Posts: 184
Threads: 20
Joined: Apr 2010
daminoweb Wrote:Finaly I made my "alternative menu" with link "hand coded" and I play with CSS ID and the <?php get_page_slug(); ?> function to maintain a special style to the menu item corresponding ti the page I'm on.
Could you share your code with us? I'm interested in this.
Posts: 1
Threads: 0
Joined: Jun 2011
andyash Wrote:daminoweb Wrote:Finaly I made my "alternative menu" with link "hand coded" and I play with CSS ID and the <?php get_page_slug(); ?> function to maintain a special style to the menu item corresponding ti the page I'm on.
Could you share your code with us? I'm interested in this.
I would also be interested in your code, share it here, please.
Posts: 105
Threads: 24
Joined: Feb 2011
I would be interested too. I´m also looking for a way to create different Menus.
Posts: 1,204
Threads: 30
Joined: Jun 2010
2011-06-23, 23:12:25
(This post was last modified: 2011-06-24, 02:21:09 by BlackRose.)
Simplest way for different menus:
1. install i18n navigation plugin
2. create a top lvl page, set it up as "private", and don't add it to the menu.
Name it, lets say: menu2
3. create as many pages for menu2, as you want
4. prepare your menu (stylize it as you want) and display it for pages inside menu2 using command:
....
<nav>
<ul id="menu2">
Code:
<?php get_i18n_navigation("menu2", 1, 3); ?>
</ul>
</nav>
....
Addons: blue business theme, Online Visitors, Notepad