Hi wentys
Please open libs/hooks.php line:51
* thanks ison
*/
add_filter( 'wp_page_menu_args', 'raindrops_page_menu_args' );
above line change below
* thanks ison
*/
//add_filter( 'wp_page_menu_args', 'raindrops_page_menu_args' );
if you using child theme
child_theme/functions.php add below code.
function raindrops_page_menu_args( $args ) {
return $args;
}
and second problem, Tagline not show below site title.
Raindrops version ?
are you anything change title and tagline section at customize.php ?
Thank you.
Thread Starter
wentys
(@wentys)
tnx,
all problems resolved