The one failing of the default WP nav block for us is that for on mobile sub-menus are not collapsible. Options for Block Themes v1.3.4 added an option for expandable submenus to the Navigation Block modal.
This additional feature works nicely and we have implemented this plugin on our site – just to have collapsible sub-menus when the site is viewed on a mobile device. Thank you.
With the default long form menu blocks we used a little bit of global CSS to highlight the parent menu if a sub-menu is active. We do this as it gives the visitor a visual cue if they are in a submenu item. We did this with the following CSS – it continues to work on the desktop version.
”’
/* Ollie Navigation – Highlight parent page link when on child page */
.wp-block-navigation-item:has(.current-menu-item) {
color: #4D34FA !important;
}
”’
Wonder if its possible to add to our CSS to make this happen when also using the Options for Block Themes plugin – so if the active page is a sub-menu page the parent menu page is also highlighted?
]]>The previous WordPress editing system is not interesting to me. I would like to get rid of the Apparence>”Customize” menu item: is this possible?
Still, it’s a great plugin. Thank you!
]]>I tried using the ‘Attempt to host fonts locally’ option while adding new fonts but this feature did not work using the Spectra One (FSE) theme.
What conditions need to be in place in order for this to work? Do I need to make a specific folder writeable?
The only way I could get the new fonts to load was by manually adding a link to the fonts inside <head>, but this link relies on Google to serve the fonts.
There are many UI strings which cannot be translated because they are not ready for I18N, and I did some changes for this issues. If possible, please let me know this plugin’s GitHub repository and then I can submit a PR to you.
]]>Hi. Thank you for your work!
I tried your plugin for injecting Google Fonts. It works like a charm for adding a font with only one style (normal, bold).
But when I try to add a second style for the same font, the first definition dissapears, only remains active the last pair font-style.
Is there eny way to add more than one font style?
Thanks!
I am using this plugin on a non-fse theme, so just a classic one. When i create a template, the header and footer of my current theme dissapears. How can I fix this?
]]>