Hi guys, thanks for your theme!
I’m working to override the nav walker to have an additional settings “Menu item background”

So far I’ve tried to override the walker method #1: add filter to child theme not successful
// Register walker replacement
add_filter( 'wp_edit_nav_menu_walker', array( $this, 'custom_filter_walker' ) );
I also tried method #2 to override the entire woodmart/functions.php into woodmart-child/functions/php and it throws an error that “Direct access not allowed”.
Please advise.
PS: Running currently perfectly fine on a MAMP with latest updates, activated theme, PHP 8.2 no issues at all.
-
This topic was modified 1 year, 10 months ago by
loucas.
-
This topic was modified 1 year, 10 months ago by
loucas.
-
This topic was modified 1 year, 10 months ago by
loucas.
-
This topic was modified 1 year, 10 months ago by
loucas.