Title: Travis Ballard's Replies - page 2 | WordPress.org

---

# Travis Ballard

  [  ](https://wordpress.org/support/users/ansimation/)

 *   [Profile](https://wordpress.org/support/users/ansimation/)
 *   [Topics Started](https://wordpress.org/support/users/ansimation/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ansimation/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ansimation/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ansimation/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ansimation/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ansimation/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 151 total)

[←](https://wordpress.org/support/users/ansimation/replies/?output_format=md) [1](https://wordpress.org/support/users/ansimation/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/ansimation/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/ansimation/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/ansimation/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/ansimation/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/ansimation/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Integrating colors with mini-calendar](https://wordpress.org/support/topic/integrating-colors-with-mini-calendar/)
 *  Thread Starter [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/integrating-colors-with-mini-calendar/#post-3972161)
 * It’s definitely possible. I added the classes to the days yesterday after posting
   this but was wandering if there was another way.
 * Right now it works but I have to hard-code the colors into the css and I don’t
   like that because if they pick new colors via your ‘category colors’ tab, then
   I have to change them in the css again too. but I guess it is what it is there.
 * [Here’s](https://gist.github.com/TravisBallard/0b0da0314a9df8e898d3) what I wrote
   and hooked into tribe_events_the_month_day_class via my own grid.php template.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[TBTestimonials] New in version 1.6.5 – Advertising](https://wordpress.org/support/topic/new-in-version-165-advertising/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/new-in-version-165-advertising/#post-7737978)
 * Just an update to this, TBar was removed in version 1.7 so there is no longer
   any shameless self promotion in the admin bar.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[TBTestimonials] Very strong in terms of templating, options](https://wordpress.org/support/topic/very-strong-in-terms-of-templating-options/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/very-strong-in-terms-of-templating-options/#post-7755832)
 * Just an update to this, TBar was removed in version 1.7 so there is no longer
   any shameless self promotion in the admin bar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Loading some page contents in widget](https://wordpress.org/support/topic/loading-some-page-contents-in-widget/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/loading-some-page-contents-in-widget/#post-3943661)
 * If I had to guess, I would say that there’s an issue in your theme where the 
   loop is being messed with or not reset correctly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] [Plugin: TBTestimonials] how to use in shortcode to testimonial page](https://wordpress.org/support/topic/plugin-tbtestimonials-how-to-use-in-shortcode-to-testimonial-page/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-tbtestimonials-how-to-use-in-shortcode-to-testimonial-page/#post-3032771)
 * You can either show them individually by id
 *     ```
       [testimonial id="1"]
       [testimonial id="2"]
       ```
   
 * or you could put them in a category and display a listing of that category. Will
   show 2 if that’s all you have in there.
 * [testimonniial cat=”foo”]
 * You can also extend it with your own template tag that pulls 2 testimonials and
   outputs them via custom template tags.
 * See [http://travisballard.com/wordpress/creating-a-paginated-tb-testimonials-output-template/](http://travisballard.com/wordpress/creating-a-paginated-tb-testimonials-output-template/)
   for an example that loops through a new template tag (array) we added and outputs
   it with a custom output template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Testimonial PHP Condition for IF statements?](https://wordpress.org/support/topic/testimonial-php-condition-for-if-statements/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/testimonial-php-condition-for-if-statements/#post-3871885)
 * `<?php global $tbtestimonials, $post; if( $post->post_type == $tbtestimonials-
   >post_type ) { /* condition is true */ } else { /* condition is false */ }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mmmp3] No updates?](https://wordpress.org/support/topic/no-updates-3/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-updates-3/#post-3859126)
 * Yeah I thought I recalled reading it somewhere. That alone will replace this 
   plugin unless you like the lookk of this player. I may add multi-player support
   just so this one is still used somewhat. Is there enough interest in it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mmmp3] No updates?](https://wordpress.org/support/topic/no-updates-3/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-updates-3/#post-3859123)
 * What updates would you like to see? I don’t currently have the time to perform
   any updates as I’m in the middle of 2 development projects at the moment but 
   I’d be more than happy to put out an update as soon as I have a little extra 
   time on my hands.
 * On the other hand I do believe that WordPress 3.6 is going to be shipped with
   an audio player embedded in core so there may not be a huge need for this plugin
   after that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Widget shows up blank, javascript error?](https://wordpress.org/support/topic/widget-shows-up-blank-javascript-error/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/widget-shows-up-blank-javascript-error/#post-3777965)
 * Have you checked your widget settings? It is not outputting any testimonials.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Widget shows up blank, javascript error?](https://wordpress.org/support/topic/widget-shows-up-blank-javascript-error/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widget-shows-up-blank-javascript-error/#post-3777889)
 * Most likely it’s a conflict with another plugin. Have you disabled all plugins
   to make sure? What’s the URL to your site so I can see and check for errors?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[TBTestimonials] Works nicely and is easy to use](https://wordpress.org/support/topic/works-nicely-and-is-easy-to-use/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [13 years ago](https://wordpress.org/support/topic/works-nicely-and-is-easy-to-use/#post-7763111)
 * Thanks for the review!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Company name not showing in widget](https://wordpress.org/support/topic/company-name-not-showing-in-widget/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [13 years ago](https://wordpress.org/support/topic/company-name-not-showing-in-widget/#post-3718528)
 * Ok this has been resolved and version 1.7.1 has been released and should fix 
   this issue for anyone else who may be experiencing it.
 * Thanks,
    Travis Ballard
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Sidebar Widget Height](https://wordpress.org/support/topic/sidebar-widget-height/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [13 years ago](https://wordpress.org/support/topic/sidebar-widget-height/#post-3398170)
 * Hi Mike,
 * Sorry this has taken so long to get back to you on this. You can use CSS to set
   a height on #tbtestimonials-widget to whatever you like. 150px – 200px should
   be plenty. If it doesn’t work, your css may be overwriting it somewhere else 
   so you can try the !important flag as well and that should fix it then.
 * Thanks,
    Travis Ballard
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Add company name and url to page template](https://wordpress.org/support/topic/add-company-name-and-url-to-page-template/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [13 years ago](https://wordpress.org/support/topic/add-company-name-and-url-to-page-template/#post-3318240)
 * Marking this as resolved. If it isn’t, please reopen it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TBTestimonials] Company name not showing in widget](https://wordpress.org/support/topic/company-name-not-showing-in-widget/)
 *  Plugin Author [Travis Ballard](https://wordpress.org/support/users/ansimation/)
 * (@ansimation)
 * [13 years ago](https://wordpress.org/support/topic/company-name-not-showing-in-widget/#post-3718420)
 * Alternatively you can use this and it will let you know which ones dont have 
   company names in the widget output.
 * {% if company_name %}
    {{ company_name }} {% else %} No Company Name {% endif%}

Viewing 15 replies - 16 through 30 (of 151 total)

[←](https://wordpress.org/support/users/ansimation/replies/?output_format=md) [1](https://wordpress.org/support/users/ansimation/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/ansimation/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/ansimation/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/ansimation/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/ansimation/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/ansimation/replies/page/3/?output_format=md)