Travis Ballard
Forum Replies Created
-
ah alright, yeah ivycat pointed that out in another thread, I’ll fix it and release a bug fix for you here later tonight.
Also, thanks for your help with this ivycat
Jan van Dank: When you upgrade to version 1.5.8 that was just released, will you let me know if this issue is solved? Thanks and sorry that I didn’t get it out in the last release.
Definitely will do. IIRC there was another error when SSL was enabled but that might have been it. Thanks for using TBTestimonials!
Update to version 1.5.7 and under General Settings, make sure ‘Load jQuery in footer’ is NOT checked and save your settings. That should fix it.
Forum: Plugins
In reply to: [TBTestimonials] tb-testimonials/tb-testimonials.phpMilan,
I’ve added an option for this is a current version of the plugin. Actually, I’ll commit it right now so that you can update yours. Just make sure that ‘Load jQuery in footer’ is not checked under General Settings and save after you upgrade.
Thanks,
Travis BallardForum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Help with thumbnail sizes and cssHi Ben,
There’s an example in the documentation that shows how to add a new template tag. In the example we add a new image size and then use the template tag to display it. You can do the same thing but register 2 tags, one for each size image you want to use.
The only drawback here is that you can’t use the conditional tags with user defined template tags. This is an enhancement I’ll be working on in a later release down the road.
As for the CSS classes, the only way I can think of is to use CSS itself and use :nth-child(odd|even) to style them the way you like. Won’t work in all browsers but any modern browser should be able to do just fine with it.
Thanks,
Travis Ballardnot a bad idea, I’ll consider it but unfortunately if I were to do that, it would break a lot of websites temporarily until the user updated their shortcodes. Any other votes for this? Should have been unique from the beginning but that was my mistake. Lesson learned 🙂
Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Request for one additional fieldHey Mangesh,
Sorry it took so long to get back to you. Not a bad idea but I think you could accomplish that with the excerpt as the headline and the post body as the content. Use the output template functionality to display your except in the h2 and then the content below it in a div or whatever.
Thanks,
Travis BallardPS: Thank you! That was a fun bit of code to write 🙂
No nothing as of yet I’ve got my hands tied up on a project at the moment. Shoot me your email using the contact form on travisballard.com and I’ll let you know as soon as I get something. Maybe we can work together on fixing it for you.
Forum: Plugins
In reply to: [TBTestimonials] Output Settings: conditional on gravatar?Also if you do end up going the route of the page template, the plugin might be overkill since all the plugin would really be doing is adding the custom post type with the meta-boxes for additional details. Unless you wanted to use the widget and other functionality as well then it would still be of use.
Forum: Plugins
In reply to: [TBTestimonials] Output Settings: conditional on gravatar?A custom page template would work if you’re just listing them. Especially if you’re familiar with WordPress development, you can just run a loop on the custom post type and output the testimonials how you want.
Unfortunately doing this internally needs some work. Thinking of adding a %featured_image% template tag and then a select box so you can select if you want to display the featured image or the gravatar. This would solve the issue I think.
Using the built in API it’s simple enough to add the template tag but the plugin doesnt take into consideration user defined tags into the conditional statements. for example
%if featured_image% show image %endif%wouldn’t work like you’d expect it to. This is definitely something that needs to be addressed in a future release.Thanks,
Travis BallardHey bud, I just tried looking into it quickly but don’t have SSL configured locally so I’ll have to play with it over the weekend and get back to you on it.
Thanks Don! Yeah it sucks but hey, lesson learned, right? We’ll see. Going to set up a RAID array as soon as I can to hopefully avoid this in the future.
Hey Don, can you send me the updated copy of the plugin? My hard drive crashed a couple weeks ago and I lost the changes that were made.
Thanks,
Travis Ballard