• I’m on a page. I click inside the body text area to add a single testimonial, or all of them. I click the “Add a testimonial to your post” button. When I click the blue Insert Shortcode button, the only thing I see in that little box is a zero.+ I’ve tried deactivating various plug-ins, activating WordPress’ twenty fourteen theme. Nothing seems to work.
    Can anyone offer any advice?
    Thanks!
    Cameron

    https://www.ads-software.com/plugins/tb-testimonials/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Travis Ballard

    (@ansimation)

    Hey thanks Cameron for reporting this. I see the issue and will get an update out for you as soon as possible. I am swamped at the moment but I will add it to my priority list. Maybe get something out over the weekend hopefully.

    Thread Starter thebuilder

    (@cway)

    Hi, Travis.
    How’s it going? Still swamped?

    I have the same issue. At first I couldn’t figure out how to migrate my testimonials from another site. Found that, now I’m getting the same thing as cway. Any ideas?

    Here’s the fix.

    In wp-content/plugins/tb-testimonials/inc/tinymce3/tinymce.js, replace

    window.tinyMCE.execInstanceCommand('content', 'mceInsertContent', false, tag );

    with

    window.tinyMCE.execCommand('mceInsertContent', false, tag );

    This is due to WordPress 3.9 upgrading TinyMCE from 3 to 4.

    Also, you can remove this from wp-content/plugins/tb-testimonials/inc/tinymce3/tinymce.php as WordPress requires at least PHP 5.2:

    /**
             * @desc php4 constructor
             * @return void
             */
            function TBTestimonialsTinyMCEButton()
            {
                $argv = func_get_args();
                call_user_func_array( array( &$this, '__construct' ), $argv );
            }

    Travis, I dig your plugin and I’m sorry if I’m overstepping, just want to help.

    Thanks Chris, that was FAST! Waiting on yours now. ??

    Having the same issue. Tried the above but still not working. Any suggestions?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘can't add testimonial’ is closed to new replies.