Jeff K
Forum Replies Created
-
Forum: Plugins
In reply to: [HMS Testimonials] Show only 3 testimonials at a time?Not at this time it isn’t. Interesting idea though.
I may add this in the future.
Forum: Plugins
In reply to: [HMS Testimonials] Rotation SpeedThanks I appreciate it!
Forum: Plugins
In reply to: [HMS Testimonials] Rotation SpeedHey silverrook
Change it to
<!-- Blog and Testimonial box--> <div class="content homeside"> <h2>Customer Testimonials</h2> <br /> <?php echo do_shortcode('[hms_testimonials_rotating seconds="10"]'); ?> </div>
Notice I changed the double quotes to single quotes around the shortcode.
You could also just use seconds=10 with no quotes around the number and it would work too.
Forum: Plugins
In reply to: [HMS Testimonials] Truncate Testimonials in Widget?Hey Matt, I just uploaded another update this morning 2.0.6 that adds filters.
After you update, do the following:
In your themes functions.php file add the following code:
function limit_testimonial_text($text) { return substr($text, 0, 100); } add_filter('hms_testimonials_system_testimonial', 'limit_testimonial_text');
It will then limit the testimonial text to 100 characters. If you need it more or less, adjust the 100 number.
Forum: Plugins
In reply to: [HMS Testimonials] Next/Previous LinksHi Partha,
HMS Testimonials expected permalinks (see below) to be used and not query arguments for the URL. Since this is a bug I went ahead and uploaded a fix. The next time your WordPress site checks for an update it will show up.
Expected Permalink Example: https://innovatorfarms.com/testimonials/
Instead of: https://innovatorfarms.com/?page_id=152Forum: Plugins
In reply to: [HMS Testimonials] Images to FormIt doesn’t support image uploads at this time. I may look into adding that in the future though.
Thanks,
JeffForum: Plugins
In reply to: [HMS Testimonials] Don't Require URLIf you create a custom field (Testimonials -> Settings -> Custom Fields and make sure you check the “Show on Public Form”.
For the URL, add the following to your CSS.
.hms-testimonials-form tr.website { display:none; }
Forum: Plugins
In reply to: [HMS Testimonials] Truncate Testimonials in Widget?Not at this time. I will look at adding that feature in the future.
Great idea!
Forum: Plugins
In reply to: [HMS Testimonials] [hms_testimonials_form] not workingHi crb1984,
What version of the plugin are you using? Also, I believe “Comments” is for the page/post and not the actual testimonial plugin. The shortcode does not set an h2 tag or title like that.
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Testimonial TitleNo worries, glad it’s working for you.
Forum: Plugins
In reply to: [HMS Testimonials] Testimonial TitleHi,
When you drag the widget into your sidebar, change the title field to “Client Reviews”.
I am going to mark this resolved, if you are still running into an issue let me know. Sorry it took so long to respond, I was in the process of moving.
Forum: Plugins
In reply to: [HMS Testimonials] Another small bug in admin.phpThanks for reporting these 3 and digging in. I have fixed all 3 issues and have just submitted an update to WordPress.
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Second small bug – this time in admin.phpFixed. Thanks! Will be available in the next update.
Forum: Plugins
In reply to: [HMS Testimonials] Small syntax error in version 2.0.3Thanks. Will be fixed in the next push.
Forum: Plugins
In reply to: [HMS Testimonials] custom cssNo problem. Thanks for letting me know you are good.