Shape 5

Joomla Templates => eShopper - Club => : london December 08, 2011, 03:40:31 AM



: Sorting of items in main menu on mobile version
: london December 08, 2011, 03:40:31 AM
I've noticed that in the mobile version that main menu items are sorted alphabetically and do NOT display according to their order or the same as what they show in the PC version.  Is there any way to change this so that home for example, is always first and not further down the line (according to it's first letter 'H')?

Thank you.


: Re: Sorting of items in main menu on mobile version
: mikek December 08, 2011, 08:49:14 AM
Hello,

It's done that way because drop downs cannot group children under parents, without that it makes it very confusing to find items in the menu.

It's built into the script itself to pull them alphabetically. Anything else would require custom programming. It uses ksort to do this:

ksort($tmparray);