Search
This search function uses the I18N Search plugin for GetSimple and indexes
- pages and news (which are also pages)
- gallery image titles and descriptions
- documents linked from one or more of the pages
Select tags and/or enter search words:
Search Results
-
en Multi-level Navigation
Saturday, March 8, 2014 - 9:26 AMThe plugin i18n additionally provides a hierarchical multi-language aware navigation menu and breadcrumbs. But you don't need to have a multi-language website to use this simple navigation. The plugin enhances... -
en I18N Navigation - Custom Rendering
Friday, February 28, 2014 - 3:03 PMFrom version 3.0 onwards you can specify a component name as last parameter to get_i18n_navigation($slug, $minlevel=0, $maxlevel=0, $show=I18N_SHOW_NORMAL, $component=null). To imitate the standard menu you could use a component like... -
en Top Menu & Left-side Navigation
Friday, February 28, 2014 - 3:02 PMHere we have a menu bar at the top (please ignore its look and concentrate on its behaviour) and all the children of the selected menu item on the left... -
en Top Menu & Open Left-side Navigation
Friday, February 28, 2014 - 3:02 PMHere we have a menu bar at the top (please ignore its look and concentrate on its behaviour) and all the children of the selected menu item on the left... -
en Pulldown Menu & Left-side Navigation
Friday, February 28, 2014 - 3:01 PMHere we have a menu bar at the top with pulldown menus (please ignore its look and concentrate on its behaviour) and all the children of the selected top level... -
en Navigation Demo
Friday, February 28, 2014 - 3:01 PMThis is a demo showing various navigational case studies. Referencing other pages In our example we have destinations, like 'Honduras', and we have other pages, like fish tales, that describe... -
en Multiple independent menus
Friday, February 28, 2014 - 3:01 PMIf you need multiple independent menus, you can create (empty) dummy root pages and arrange all menu items below either of them, e.g. menu1 item1-1 item1-2 ... menu2 item2-1 item2-2... -
en Page Navigation
Friday, February 28, 2014 - 3:00 PMIf you need to show links on a page to the previous and next sibling pages, you can use the following code in a component named e.g. pagenav: <?php $slug... -
en Left-side Navigation
Friday, February 28, 2014 - 2:58 PMThis is the standard navigation on this site. The HTML-Code of this page looks like this: <html> ... <body> <div id="head"> ... </div> <div id="main"> <div id="navigation"> <ul><?php get_i18n_navigation(return_page_slug(), 0,... -
en Breadcrumbs
Friday, February 28, 2014 - 2:58 PMBreadcrumbs are supported by the I18N plugin. To display breadcrumbs put something like the following into your template: <div class="breadcrumbs"> <a href="<?php echo find_url('index',null); ?>">home</a> <?php get_i18n_breadcrumbs(return_page_slug()); ?> </div>