Thanks for your kind help. Following your indications, now everything is working properly.
However, it seems that the menu is imported in the header, and freezed in it.
I mean that if I want to edit it, I’ve to edit it in the header, not in the Dashboard->Aspect->Menu.
More, It remove the “Home” link and I don’t know how to make it sticky.
To avoid (or at least reduce) future support request, can you link me a documentation to your theme? I was unable to find it.
Hi @lorenzocp,
In block themes, the old Menus screen is replaced with Navigation block menus. You edit them in the Site Editor, not in the old Menus screen.
If you want quicker access:
- Go to Appearance → Editor → Navigation (left sidebar).
- There you can see all menus you created and can edit items without opening the full header template.
Adding back the “Home” link
Sometimes FSE themes don’t auto-add “Home.”
- Go to Appearance → Editor → Navigation.
- Open your menu.
- Click + Add Link.
- Either pick Pages → Home, or add a Custom Link with / (root URL).
Now “Home” will appear again.
Making the menu sticky
Grouping the Header Contents for Sticky Effect
- In Appearance → Editor → Templates → Header, select all the elements that should scroll together (usually logo + navigation).
- Click the three dots menu → Group.
- Now they’ll be wrapped inside one Group block.
- With the new Group block selected, go to the right sidebar → Advanced → add the custom class name: sticky-header
- Save changes.
- Add the CSS (Appearance → Customize → Additional CSS):
.sticky-header { position: sticky;
top: 0;
z-index: 1000;
background: #fff; }
We do not have specific documentation for this product, but we covered another FSE themes in this link: https://docs.themeisle.com/collection/1775-fse-themes
Let me know if things are working as you expected.
Denis
Thanks again for your kind help.
I fixed all my problems, and now the site is ready to be published. I’m just waiting for the confirm of the monastery’s superior.
Hi @lorenzocp ,
Glad I was able to solve your problem and also that you love our theme.
It would help me a lot if you are going to leave a review here : https://wordpress.org/support/theme/non-profit-fse/reviews/. Thank you in advance.
Denis