Skip to:
Content
Pages
Categories
Search
Top
Bottom

Editor buttons missing since 2.6.8 upgrade


  • n3wjack
    Participant

    @n3wjack

    The editor buttons to put text in bold, italic, add links or images are missing since the 2.6.8 upgrade.
    I reverted to 2.6.6 to get them back.
    Is this a bug or is there something else I can do/check?

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

  • Robin W
    Moderator

    @robin-w

    this is a temporary fix, the bbpress authors are looking at a permanent one

    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' );
    }

    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


    Editor Mike
    Participant

    @editor-mike

    I had this error too, I actually installed bbp style pack and tweaked the settings on that.


    Robin W
    Moderator

    @robin-w

    🙂


    n3wjack
    Participant

    @n3wjack

    Did this get fixed in the latest release (2.6.9)?

    I reverted to the 2.6.6 to fix that issue in the 2.6.7.


    Robin W
    Moderator

    @robin-w

    not fixed in 2.6.9


    Robin W
    Moderator

    @robin-w

    or you can install

    bbp style pack

    which has the fix in it


    n3wjack
    Participant

    @n3wjack

    What option fixes that bug? There’s a lot to configure I see. 😮


    Robin W
    Moderator

    @robin-w

    It should be automatically fixed by having that plugin.


    julian
    Participant

    @julianoe

    i find really surprising that such a bug is not yet fixed. Users did not have access to toolbar for months if a dirty fix is not put in place. Any news on this?


    n3wjack
    Participant

    @n3wjack

    According to the trac ticket, there’s a fix coming in v2.7: https://bbpress.trac.wordpress.org/ticket/3445

    No idea when 2.7 going to be released.


    n3wjack
    Participant

    @n3wjack

    Just an update to confirm that this issue is fixed if you use the bbp style pack plugin mentioned above, with the latest version of bbpress. 👍

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