2011-08-27, 23:24:08
Hi All,
Looking for a new easy to use CMS and came across Get Simple. I quite like the interface and would like to use it on some sites but having some basic problems with the i18n plug ins which I need some help with.
1. I installed v3.0 of get simple on the web server. No problems and have the basic theme working.
2. Installed the summer theme and changed over without any problems.
3. Next I wanted sub menus so I uploaded the i18n plug in to the server and did the following as instructed.
In the template :
Replaced get_component with get_i18n_component
Replaced get_navigation with get_i18n_navigation
Also I modified this section of the theme to:
<?php get_i18n_navigation(return_page_slug(), 1, 99, true); ?>
My problem is that even though the plug in is enabled and appears to set up sub menus correctly on the admin part of the site, the front end does not. On the front end the sub menu item appears as the top level item. The top level menu item is now gone.
( I also tried this using Wamp on my PC just in case it was a server problem but no change).
I am glad for any help.
I would guess its a simple fix for someone who knows what they are doing.
Looking for a new easy to use CMS and came across Get Simple. I quite like the interface and would like to use it on some sites but having some basic problems with the i18n plug ins which I need some help with.
1. I installed v3.0 of get simple on the web server. No problems and have the basic theme working.
2. Installed the summer theme and changed over without any problems.
3. Next I wanted sub menus so I uploaded the i18n plug in to the server and did the following as instructed.
In the template :
Replaced get_component with get_i18n_component
Replaced get_navigation with get_i18n_navigation
Also I modified this section of the theme to:
<?php get_i18n_navigation(return_page_slug(), 1, 99, true); ?>
My problem is that even though the plug in is enabled and appears to set up sub menus correctly on the admin part of the site, the front end does not. On the front end the sub menu item appears as the top level item. The top level menu item is now gone.
( I also tried this using Wamp on my PC just in case it was a server problem but no change).
I am glad for any help.
I would guess its a simple fix for someone who knows what they are doing.