Skip to:
Content
Pages
Categories
Search
Top
Bottom

Disappearance of the menu


  • zyves
    Participant

    @zyves

    Hello,
    I no longer have the text box menu.
    I can’t find where the problem is.
    Thanks for your help.

Viewing 6 replies - 1 through 6 (of 6 total)

  • zyves
    Participant

    @zyves

    The “Publication layout / Add a toolbar to text areas to help with HTML formatting” check box is enabled.
    I disabled all plugins except Bbpress and still no menu!
    The problem and the same on the comments of the articles!


    Robin W
    Moderator

    @robin-w

    This is a bug in bbpress – yet to be fixed.

    In the meantime install

    bbp style pack

    which should fix

    or

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    if( !function_exists( 'bbpress_browser_supports_js' ) ){
    	function bbpress_browser_supports_js() {
    		echo '<script>document.body.classList.remove("no-js");</script>';
    	}
    	add_action( 'wp_footer', 'bbpress_browser_supports_js' );
    }

    zyves
    Participant

    @zyves

    Great, I found the menu.
    Many thanks


    Robin W
    Moderator

    @robin-w

    🙂


    yahsusdenom
    Participant

    @yahsusdenom

    I have this problem too, the menu is missing from the forum, so when in a topic there is no menu showing to go back to the Forum index.
    I do not know how to do coding, there must be a simple answer for this.
    I have the bb style pack installed and have been over all settings and cannot find aything to fix this.


    Robin W
    Moderator

    @robin-w

    um, not sure this is the same problem.

    can you give a link to an example please

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.