Page 1 of 1

"Home" Link somewhere in the middle of the menu

Posted: 25 Oct 2018, 16:44
by CrisC
Hi,
I have noticed, that my "Home" Link isn't placed on the first place in the menu.
Instead, the order is: "Galerie", "Impressum", "Home", "Kontakt"...
Image

Within the Page-Setup, the "Home" is on the first place:
Image

Is there somewhere an option, where I could have changed the order and haven't recognized this?

Thanks and with best regards,
Christoph

Re: "Home" Link somewhere in the middle of the menu

Posted: 26 Oct 2018, 01:03
by mjau-mjau
I can't say for sure why this happens, since it looks correct in the panel menu, but the "index" page will act like any other page and you may need to sort it into order after creating pages. Try dragging the index down a few levels, and then dragging it up to top again.

Re: "Home" Link somewhere in the middle of the menu

Posted: 26 Oct 2018, 02:26
by CrisC
I've tried to change the order several times, but the menue still keep the order it has on the website, and also I've tried different menu "styles" and also the settings in "menu processing" - in the hope it would change something.

But unfortunately, it does not matter in which way I change the order of the pages in the panel - the order on the website does not change at all.

Hi, I just recognized, that even the order of my subfolders which I have created within "Galery" are not changing their order when I move them up/down in the panel.
I have also checked the folder.json - and it looked correct from the given index numbers there...
I've done some reorders within the file - so that the index numbers are within the correct order from top to bottom, but even this didn't change anything.
Code
{
    "index": {
        "url": "index",
        "index": 1
    },
    "Galerie": {
        "url": "Galerie",
        "index": 2
    },
    "Galerie\/Peopleandprojects": {
        "url": "Galerie\/Peopleandprojects",
        "index": 1
    },
    "Galerie\/Animals": {
        "url": "Galerie\/Animals",
        "index": 2
    },
    "Galerie\/BodyPaintings": {
        "url": "Galerie\/BodyPaintings",
        "index": 3
    },
    "Galerie\/Landscapes": {
        "url": "Galerie\/Landscapes",
        "index": 4
    },
    "Galerie\/others": {
        "url": "Galerie\/others",
        "index": 5    
    },
    "Kontakt": {
        "url": "Kontakt",
        "index": 3
    },
    "Impressum": {
        "url": "Impressum",
        "index": 4
    },
    "Laura": {
        "url": "Laura",
        "index": 5
    },
    "Laura\/2015": {
        "url": "Laura\/2015"
    },
    "Laura\/2015\/001": {
        "url": "Laura\/2015\/001"
    },
    "Laura\/2015\/002": {
        "url": "Laura\/2015\/002"
    },
    "Laura\/2015\/003": {
        "url": "Laura\/2015\/003"
    },
    "Laura\/2016": {
        "url": "Laura\/2016"
    },
    "Laura\/2016\/001": {
        "url": "Laura\/2016\/001"
    },
    "Laura\/2015\/004": {
        "url": "Laura\/2015\/004"
    },
    "Simi": {
        "url": "Simi",
        "index": 6
    },
    "Simi\/2015": {
        "url": "Simi\/2015"
    },
    "Simi\/2016": {
        "url": "Simi\/2016"
    },
    "Laura\/2017": {
        "url": "Laura\/2017"
    },
    "Simi\/2017": {
        "url": "Simi\/2017"
    }
}

Re: "Home" Link somewhere in the middle of the menu

Posted: 27 Oct 2018, 00:05
by mjau-mjau
Are you using Settings > Advanced > "Simple Menu"?
Image

That is the only option that would prevent your menu from inheriting your custom order. It would be a logical explanation.

Re: "Home" Link somewhere in the middle of the menu

Posted: 27 Oct 2018, 05:17
by CrisC
no. All settings in that section are disabled - at least, I can't see any checkbox checked in the panel.
will this setting be reflected in any file?
Then I could check the file itself - to see, if this would show anything strange atm

Re: "Home" Link somewhere in the middle of the menu

Posted: 27 Oct 2018, 06:14
by mjau-mjau
CrisC wrote: no. All settings in that section are disabled - at least, I can't see any checkbox checked in the panel.
will this setting be reflected in any file?
Then I could check the file itself - to see, if this would show anything strange atm
Not sure what you mean. If the checkbox is NOT checked, then there is no point in trying to check the setting in your /config/config.user.json settings file.

If I am to diagnose why drag and drop isn't working, I will need login to your panel.

Re: "Home" Link somewhere in the middle of the menu

Posted: 27 Oct 2018, 08:12
by CrisC
Hi, I will send you a PM.

Re: "Home" Link somewhere in the middle of the menu

Posted: 27 Oct 2018, 10:57
by mjau-mjau
In Settings > Page > Folders > Sort folders by, you have set to "name" instead of the default "custom". Keep in mind, you have here changed the DEFAULT for all pages, including root-level pages. This setting you would normally only edit on a per-page basis. If you are changing the default, you would need to understand it affects all pages. Only "custom" allows custom sort, else "index" will display in the sort order you have set to "name".
Image

Re: "Home" Link somewhere in the middle of the menu

Posted: 27 Oct 2018, 11:29
by CrisC
:) thanks.
It seems that I am just getting confused with having those settings on different levels... :-(