Hi friends and devs. I think this is an easy situation but it became hard for me. I created a menu with 6 menu items. Some of the menu items have type as a frontpage, some as a post link. Now I need to give to menu item a role of link to section in index file. I don’t need to link to another file, I just want to scroll to section in index file.
.
In static webdev (without cms) I just create menu item “li” with “a” and as href = “#section_name” and in index.htm – section with id = “section_name”. Easy. But in case of Publii menu I am confused now)) I thought that this is a role of “internal link” but in this case #section_name is not working.
.
How to scroll to the exact section in index file with a help of Publii Menu item?