Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with I18N navigation menu
#1
Hi There,

Just started with GetSimple which I wnat to use to rebase my private website. My current private website at www.lieberlinge.de is completely handmade and somewhat outdated.
The goals of rebasing it on a CMS like GetSimple are:
  • Make it easier to change the look and feel
  • Allow my wife without html knowledge to update the site
  • Get a more modern look and feel
One of my key requirements for the new site is a multilevel navigation bar and when I checked the options with GetSimple a couple of months ago I didn't discover I18N. Now with I18N it should be possible in a simple way to get such a left-side navigation menu.

However I struggle to get it to work. I have built the following pages:

[Image: 32595114591_d3d8eaa8c2_b.jpg]20170205_Screenshot1 by Bernie None, auf Flickr

I use the theme "ThemeSettingsDemo" and in it's default template.php I have the following mostly unchanged section:

PHP Code:
   <div id="main">
 
       <div id="navigation">
 
           <ul><?php get_i18n_navigation(return_page_slug(), 0100I18N_SHOW_MENU); ?></ul>
        </div>
    </div> 



But if I call the site it shows the following
[Image: 32338461360_29b71a99d8_b.jpg]20170205_Screenshot2 by Bernie None, auf Flickr

Where I miss in the red circle the expected navigation menu.

Anyone any idea how to fix the issue?

Many thanks in advance!

Bernhard
Reply


Messages In This Thread
Problem with I18N navigation menu - by BF68 - 2017-02-05, 17:24:29
RE: Problem with I18N navigation menu - by Bigin - 2017-02-05, 19:30:45
RE: Problem with I18N navigation menu - by BF68 - 2017-02-05, 19:58:50
RE: Problem with I18N navigation menu - by BF68 - 2017-02-05, 20:09:11
RE: Problem with I18N navigation menu - by BF68 - 2017-02-05, 20:12:26
RE: Problem with I18N navigation menu - by BF68 - 2017-02-06, 07:03:43
RE: Problem with I18N navigation menu - by BF68 - 2017-02-12, 03:59:59



Users browsing this thread: 1 Guest(s)