Answer the question
In order to leave comments, you need to log in
How to make a menu so that the main menu category is clickable on bootstrap for wordpress?
I did it like this https://github.com/twittem/wp-bootstrap-navwalker then added a hover dropout. The problem is that now
--О нас
---История
---Клиенты
Answer the question
In order to leave comments, you need to log in
in the plugin https://github.com/twittem/wp-bootstrap-navwalker
we change the piece with this
if ( $args->has_children && $depth === 0 ) {
$atts['href'] = $item->url;
$atts['data-hover'] = 'dropdown';
$atts['class'] = 'dropdown-toggle';
$atts['aria-haspopup'] = 'true';
} else {
$atts['href'] = ! empty( $item->url ) ? $item->url : '';
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question