Jeff K
Forum Replies Created
-
Forum: Plugins
In reply to: [HMS Testimonials] Change 'CAPTCHA' label on formHi,
I never knew about the title in the Captcha settings. It may have always been there, but it was requested by a community member so I added it in. I will definitely look at adding that setting in.
Unfortunately at this time it looks like “Captcha” is hard coded. I think I missed it when adding in filters. This will be updated as well.
In the mean time, if you are comfortable with javascript and editing your theme a little you could do:
<script type="text/javascript"> jQuery(document).ready(function() { if ( jQuery('.captcha-plugin .hms-testimonials-label').length > 0) { jQuery('.captcha-plugin .hms-testimonials-label').html('My New Captcha Text'); } }); </script>
Forum: Plugins
In reply to: [HMS Testimonials] Different forms for different groups?Unfortunately not at this time. One thing I plan to add in the future is the ability to create different forms, positions of the fields on forms and so forth.
Forum: Plugins
In reply to: [HMS Testimonials] Change notification email addressHi there,
Right now it’s not possible to do, however I will be adding it to the next version. Thanks for the suggestion.
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Customize submission textAt this time it’s not currently customizable without modifying the plugin directly (shortcodes.php line 40). Maybe in the future I will enable this.
Forum: Plugins
In reply to: [HMS Testimonials] Different forms for different groups?There sure is. In the form shortcode do
[hms_testimonials_form group=1] and [hms_testimonials_form group=2]
Of course replace 1 and 2 with the group IDs
Forum: Plugins
In reply to: [HMS Testimonials] Limit on groups?Unfortunately not. The email is there to let you know so you can approve the testimonial. If you give your users moderator powers, they can approve testimonials across the entire site.
Forum: Plugins
In reply to: [HMS Testimonials] Limit on groups?Nope, there is no limit.
Forum: Plugins
In reply to: [HMS Testimonials] adding embedded video as testimonialSorry, I have been very busy and haven’t had time to work on the plugin at all.
Forum: Plugins
In reply to: [HMS Testimonials] Export testimonialsHi,
I understand and it may be something I add in the future. If you are a developer or work with one, you can have do a MySQL dump on the hms_testimonial tables and restore them on your other site.
Jeff
Forum: Plugins
In reply to: [HMS Testimonials] Spacing between testimonialsOk, I see it.
On the Testimonials -> Settings page, can you make sure “Add a
for line breaks?” is not checked?Also, are there more than 1 line breaks in between the author and title? If so, try removing one of them.
Your source field is outputting as.
<div class="author" itemprop="author">Amanda<br><br> Yacht Crew Member</div>
Forum: Plugins
In reply to: [HMS Testimonials] Spacing between testimonialsThat’s weird. Are you doing any formatting? Can you paste the content of that field including any HTML?
Forum: Plugins
In reply to: [HMS Testimonials] Spacing between testimonialsThat should add 30 pixels to the top of every testimonial spacing them out. You could balance it out if you wanted with a margin-bottom
Forum: Plugins
In reply to: [HMS Testimonials] Testimonial ListHi,
Yes you can do that. There is a shortcode [hms_testimonials] that will display the testimonials on any page or post you add it to.
Forum: Plugins
In reply to: [HMS Testimonials] Multiple FormsHi Paxjah,
If you are using different fields then not yet but it is something I plan on adding.
If you want the same form, you can use the shortcode multiple times.
Forum: Reviews
In reply to: [HMS Testimonials] Awesome PluginHey Josh,
Thanks for the rating and comments! You did a nice job with the styling them on the WP Edit website.
As for your suggestion, that is one of a few things I plan on adding in. Unfortunately I haven’t had the time over the past few months to knock it out. At first, I was planning on having 1 setting to define the order, but the ability to create forms is a good one and I will go that route.
I also plan on fixing the star ratings. It’s a bit “hackish” to get images to show up especially for people not familiar with PHP.
Thanks again,
Jeff