Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1280008
    dkhcreative
    Participant

    Hello,

    my mobile menu isn’t un-collapsing when clicked, but this is only occuring on single post pages. The item is clickable, but clicking doesn’t remove the navbar-collapsed class so it just stays closed.

    Any ideas on why this is happening? Thanks!

    #1280018
    dkhcreative
    Participant
    This reply has been marked as private.
    #1280243
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Upon further investigation, it turns out that there is a fatal error in single blog post. It can be coming from a plugin. Can you please enable WP_DEBUG mode? You can do this by opening wp-config.php and adding
    define( 'WP_DEBUG' , true ); just above /* That's all, stop editing! Happy blogging. */ For example:

    define('WP_DEBUG', true);
    
    /* That's all, stop editing! Happy blogging. */

    When you revisit the single blog posts, you should have some error output describing the issue in more detail.

    Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1280008 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>