• Hello,

    Wp admin bar not showing after active plugin.

    I have checked below code in your plugin but not showing any option in backend.
    // Hide adminbar.
    if ( ‘hide’ == $this->option_manager->get_global_option( ‘menu_adjust_for_wp_admin_bar’ ) ) {
    add_filter( ‘show_admin_bar’, ‘__return_false’ );
    }

    Please guide how to fix this issue.

    Thanks
    Logicrays

Viewing 1 replies (of 1 total)
  • Hi @logicrays,

    Thanks for reaching out to us.

    To resolve this issue, open Settings from the WP admin Side Panel under ‘Responsive menu’ heading( you will be able to see Responsive Menu, Settings, Themes, Roadmap section in the Side panel). Go to “Advanced” tab and select ‘Adjust’ for “Adjust for WP Admin Bar” setting.

    Save the settings.

    Let me know if you need any further assistance.

    Regards,
    Kriti

Viewing 1 replies (of 1 total)
  • The topic ‘Wp admin bar not showing after active plugin.’ is closed to new replies.