Skip to:
Content
Pages
Categories
Search
Top
Bottom

Quicktags Toolbar not displaying


  • valarcher
    Participant

    @valarcher

    Hi – the quicktags toolbar is not displaying above the edit box for a topic so a person can’t link any text (or bold, or italic etc). “Add toolbar & buttons to textareas to help with HTML formatting” was switched to On by default, I tried switching it to off / save / then back to on again / save — but that did not work.

    See https://greensmoothie.com/members/forum/plantstrong

    Be grateful for help – thanks!

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

  • wpturk
    Participant

    @wpturk

    Hi, you can put this in your functions.php to fix the problem:

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

    valarcher
    Participant

    @valarcher

    Wow that seems like a complex solution to something that the codex says is a simple checkmark next to Settings > Forums > Forum Features


    wpturk
    Participant

    @wpturk

    It’s a bug since bbpress version 2.6.8. And it’s not fixed in 2.6.9

    https://bbpress.trac.wordpress.org/ticket/3445


    Robin W
    Moderator

    @robin-w

    If you install this additional plugin, the fix is automatically applied

    bbp style pack


    valarcher
    Participant

    @valarcher

    thank you! Just did functions.php for now – works great! But good to know about bbp-style-pack for future, thanks!


    Robin W
    Moderator

    @robin-w

    🙂

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