I'm trying to use https://de.wordpress.org/plugins/category-posts-in-custom-menu/ on my newest project - but it does not seem to be compatible with Salient theme. It is supposed to show the latest # posts from Category X in the menu, instead it shows nothing. (Works fine with Twenty Twenty-One theme or if it's only one post in the category, but breaks with multiple posts)
I'm guessing it's out of your scope to make it compatible with said plugin. Instead my idea was to turn off your Salient Menu Item Options for the whole menu since I don't need it anyways. Is that possible somehow, with a filter or something?
It still doesn't work though, I'm guessing Salient still makes changes to the menu? 'Salient Menu Item Options' is gone, but I'm still seeing 'Menu Item Style' - can this be turned off as well?
Hello,
I'm trying to use https://de.wordpress.org/plugins/category-posts-in-custom-menu/ on my newest project - but it does not seem to be compatible with Salient theme. It is supposed to show the latest # posts from Category X in the menu, instead it shows nothing.
(Works fine with Twenty Twenty-One theme or if it's only one post in the category, but breaks with multiple posts)
I'm guessing it's out of your scope to make it compatible with said plugin. Instead my idea was to turn off your Salient Menu Item Options for the whole menu since I don't need it anyways. Is that possible somehow, with a filter or something?
Thanks for any advice!
Cheers,
Dorian
Hey Again,
Escalating this to the developer for further response.
Thanks.
ThemeNectar Support Team
Hey Dorian,
You can use the filter "nectar_menu_options_enabled" from your child theme and just set the hooked function to return false.
Kind regards
Hey ThemeNectar,
I managed to turn the options off, thank you.
It still doesn't work though, I'm guessing Salient still makes changes to the menu?
'Salient Menu Item Options' is gone, but I'm still seeing 'Menu Item Style' - can this be turned off as well?
Might be worth one last try.
THX
Dorian
Hey Dorian,
You can also remove the Menu Item Style with the following child theme addition:
Kind regards
I've given up, it does not seem to be compatible with Salient.
Thanks for helping out.
Dorian