Skip to:
Content
Pages
Categories
Search
Top
Bottom

toolbar & buttons not showing in my firefox


  • atfpodcast
    Participant

    @atfpodcast

    I deactivated these plugins that added bbcode. They worked at first. I did this on a fresh install of wordpress for a new site. It works for ie, chrome etc I have debugging on. What would be the cause? The plugin author says its plugin i dont know… So I thought I would use the bbpress defaults and those dont work.

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

  • atfpodcast
    Participant

    @atfpodcast

    Hello?


    wpa2mik
    Participant

    @wpa2mik

    Hello,

    After recent update to bbPress 2.6.8 and then to 2.6.9, toolbar disappeared. Despite “Add toolbar & buttons to textareas to help with HTML formatting” is set. It’s too hard for forum users to edit HTML manually. The problem reproduces in Chrome, Edge and Firefox.
    Screenshot is here https://imgur.com/a/McIo6p0
    Is it possible to fix?


    Robin W
    Moderator

    @robin-w

    this is a known bug.

    either

    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

    or

    install

    bbp style pack

    which has the fix built in


    wpa2mik
    Participant

    @wpa2mik

    Add added the JS code and it helped.
    I tried bbp style pack, but it’s too comprehensive and complex for my needs.
    Thank you.


    Robin W
    Moderator

    @robin-w

    🙂


    youishih
    Participant

    @youishih

    Hello, I use the code above with Snippets plugin, but it doesn’t work now. 🙁

    Here is my recored video: https://www.loom.com/share/774ad802d9884113b22982c502519b17

    Do you know how to fix it?


    Robin W
    Moderator

    @robin-w

    in snippet type the snippet is php not javascript.

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