In my website, when i went to blogs (‘The earth in Indonesia is on fire’) and then i clicked ‘Home’ menu to go back, the url appears: ‘https://gucindo.com/the-earth-in-indonesia-is-on-fire/#evision-corporate-slider’ INSTEAD OF ‘https://gucindo.com/#evision-corporate-slider’ which is the correct URL.
By the inspection, it looks like that you have not created custom link for home. It means you are supposed to redirect the user to homepage when Home
is clicked. For this, just add a custom link in menu with href as “https://gucindo.com/”. Now if Home is clicked then it will take user to the home page.
Similarly, for other menu items you have to create custom links with href as:
for example: to create custom link for:
– ‘About’ your href should be as https://gucindo.com/#evision-corporate-about
– ‘Services’ your href should be as https://gucindo.com/#evision-corporate-service
Note: This menu structure should be assigned for Inner Page Menu
.
For Front Page Menu, structure should be something like:
– ‘About’ your href should be as #evision-corporate-about
– ‘Services’ your href should be as #evision-corporate-service
This might do it for you. Thanks!