Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problem with bbPress frontend editor on reply – no styling buttons!


  • jenseo
    Participant

    @jenseo

    Hello!

    I just started building my own Forum and so far it’s working great, except for some minor problems.

    One of them is that the frontend editor, with the buttons for making text bold, italic etc doesn’t show up when replying to something. It works great when creating a new topic, but not when answering.

    Anyone else experiencing the same thing?

    Thanks!

    // Jens.

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

  • jenseo
    Participant

    @jenseo

    Ok, I have partly found the problem!

    I’m relying on Google’s jQuery-packs since these load much faster. I’m having the following code in my functions.php file:

    	// Load jQuery
    	if ( !is_admin() ) {
    	   wp_deregister_script('jquery');
    	   wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"), false);
    	   wp_enqueue_script('jquery');
    	}

    When removing this line, it suddenly works. The problem is that I would like to keep using Googles libraries…

    Any suggestions?

    // Jens.


    jenseo
    Participant

    @jenseo

    Solved it! Changed it to the latest jQuery version (1.10.2) and now it works like a charm!

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