Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pulldown Menus
#5
drviolino Wrote:I've modified these two lines in template.php:


Code:
<div id="templatemo_menu">
          <ul>
<?php get_i18n_navigation(return_page_slug(),0,0,i18n_showmenu); ?>
</ul>

...

if in the line ... php get_i18n_navigation(return_page_slug(),0,0,i18n_showmenu) ... i replace the 0,0 with 0,1 or another value the menu become dephaced.

You definitely need to use get_i18n_navigation(return_page_slug(),0,1,I18N_SHOW_MENU) (case!), but you also need to define some styles for the pulldown menu in your CSS (the minimum of styles - which won't look nice, but probably works - is described here).
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
Pulldown Menus - by drviolino - 2011-10-20, 01:52:02
Pulldown Menus - by Connie - 2011-10-20, 06:02:57
Pulldown Menus - by drviolino - 2011-10-20, 15:43:40
Pulldown Menus - by Connie - 2011-10-20, 16:39:24
Pulldown Menus - by mvlcek - 2011-10-20, 16:52:25
Pulldown Menus - by drviolino - 2011-10-20, 17:10:30
Pulldown Menus - by Connie - 2011-10-20, 18:00:44
Pulldown Menus - by drviolino - 2011-10-20, 20:29:57
Pulldown Menus - by Lithie - 2011-10-21, 00:46:36
Pulldown Menus - by drviolino - 2011-10-21, 15:46:34



Users browsing this thread: 1 Guest(s)