Hi Luke,
First off… very nice pluggin. I installed it to my site and used the short code to display the testimonials (9 per page) like this: [testimonials per_page=”9″]
the first 9 show up great, but the ‘page 2’ and ‘next’ buttons simply refresh the current page. They do not move on to the next group of testimonials. Am I doing something wrong?
Thanks in advance for your help.
Best Regards,
Jay
Hello,
This may be simple but how can I display the following using a custom template?
– client
– website
Kind regards,
]]>is there a way to do that? using [testimonials]
shortcode
hopefully something that also works with pagination?
couldn’t find it in description or faqs
We have the testimonial widget on our right sidebar (in widgets) but it has stop randomizing. I have even categorized them into “ALL” but it doesn’t randomize – it is just posting the same review even on a fresh refresh (ctrl f5) – Is it a compatibility issue with the updated WP? 4.3.1?
]]>Hi,
I just instaled your plugin, inserted categories and some testimonials, form is showing, but no testimonials.. I have avada theme..
added page with testimonials https://tanculkovo.sk/hodnotenia/ and tried to add testimonial category in an article https://tanculkovo.sk/zabky
Any suggestions, what may be the problem?
Thank you!
]]>I installed a new theme on my website and when I go to post or edit a TESTIMONIAL, there is no Featured Image box on the right anymore. How do I restore this?
]]>hello
the plugin works fine apart from the submission form, which upon submission doesn’t do anything and just presents a blank page
the testimonial is also not added to the system
any ideas?
thanks
]]>I am getting a ton of spam “Submit Your Testimonial” posts on several of the sites that I have this available on.
How are they getting past the CAPTCHA?
Is there anything I can do to fix it?
If there’s bold text in the testimony and it’s cut off due to word limit, the bold text continues down the page effecting every other HTML element with bold text until the document ends.
Also, the read more link appears even if the testimony is well within the word limit. I think it shouldn’t appear if it’s well within the word limit.
Finally, the h5 element, which is used to display author name, company etc., if this information is empty, it shouldn’t render h5 at all.
I edited this file:
clean-testimonials/class.wp-testimonial.php
To this line of code
<a href="' . get_permalink( $this->ID ) . '">Read More</a>
I added this:
. ' … </strong><a href="' . get_permalink( $this->ID ) . '">Read More »</a>';
Notice the closing strong tag. This is a hack to prevent all the following elements to be wrapped with strong tags after being cut off by the word limit feature.
I also used a proper special character for the … and I added a right angle quote. The last two are my own touches.
Great plugin!
]]>When I approve submitted testimonials, the “author” on all of them is showing up as myself, the logged in Admin.
What do I need to change?
Thanks,
Natalie Olson
https://katherinebrightaustralia.com
Hello,
i have a problem because the testimonials apperas in my homepage.
My website consider the single testimonial as a new article so it insert the testimonials in my homepage.
My website is https://www.fotovoltaicoevoluto.it
Can you hel me?
Best regards
]]>Hello, Luke!
Thank you for the great plugin.
I really love the style of the /testimonial/ page and would like to use it on my bilingual site (on a Twenty Fifteen child theme). Two questions:
1) Would it be possible to use the same style with shortcodes or have two versions of it (the original and a translated – I use the Polylang plugin)?
2) This style doesn’t display company name and website. Can I insert those values in the text body?
Cheers, Bob
]]>Hi,
I am looking for a way to embed testimonials from the post page (without shortcodes). is it possible to create a dropdown box on the edit post page containing all shortcodes?
thanks
daniel
]]>I have 3 short testimonials in a category and it’s showing 2 on the page with pagination. Is there a way to just display all or more than 2? Thanks!
]]>Hi,
I have created a testimonial submission page using the sortcode [testimonial-submission-form] however whenever i navigate to this page, i get the following message “oops that page cannot be found”.
I’ve deleted the page and re-added it but to no avail.
Page is located here:
https://elegantlyfinishedevents.co.uk/testimonials/submit-a-testimonial-2/
Any help greatly appreciated.
Stuart
]]>Hi Luke,
Thanks for the great plugin!
I was able to customize the display of testimonials by using ‘ct_pre_render_testimonial’. Then I realized I couldn’t do anything with the submission form. In particular, I want to remove the permission to display contact details. I can’t hide it with display:none, because it’s required.
Is there any chance to achieve it without touching the plugin’s file?
Thanks.
Also, I’ve translated the plugin into Russian. Would you want me to send it to you?
]]>How exactly do we add an email notification which emails me when a new testimonial has been submitted on the site?
I have tried adding new_testimonial_notification to the form shortcode but it didn’t do anything.
]]>You have forgot to add a checkbox to allow contact info showing, when adding testimonials from backend.
Add following code to line 290 of class.clean-testimonials.php:
<tr>
<td valign="middle" align="left"><label for="testimonial_client_website"><?php _e( 'Permission', 'clean-testimonials' ); ?></label></td>
<?
$allow = get_post_meta( $post->ID, 'testimonial_client_permission', true );
if( $allow ){$checked = ' checked="checked"';}else{$checked = '';}
?>
<td valign="middle" align="left"><input type="checkbox" name="testimonial_client_permission" value="yes" <?php echo $checked; ?>/>
<td valign="middle" align="left"><?php _e( 'show contacts', 'clea-testimonials' ); ?></td>
</tr>
How would I go about displaying all the testimonials in a specific category and having them rotate/loop through (hopefully with a fade effect) on the page?
]]>hi there,
i want to remove the image placeholder on the testionial page.
i removed the code below and it still shows up? i don’t even have an option in the admin for each testimonial to add a featured image anyways.
<?php if( has_post_thumbnail( $this->ID ) ): $image = wp_get_attachment_image_src( get_post_thumbnail_id( $this->ID ), array( 200, 200 ) ); ?>
<img style=”float: left; padding: 10px;” src=”<?php echo $image[0]; ?>” width=”<?php echo $image[1]; ?>” height=”<?php echo $image[2]; ?>” />
<?php endif; ?>
Greetings:
I was wondering how to resize the testimonial window. I have it in the right side bar and it over runs the area. I need to make the width about 2/3 the size of what it currently is.
Thanks,
Chris
Hi there
thanks for an amazing plugin. Definitely works well for my client. Although I have one issue regarding Spam.
If you enter a submission, with the correct fields but fail the Captcha Image, the message still gets submitted successfully, even after the error message. So therefore the Testimonials is full of Spam messages set as drafts.
Could you help with this? My website is https://www.nu-delhilounge.com. You’ll find near the bottom of the carousel slider with testimonials and below that, a box saying “Write a Review”.
Appreciate your help.
Thanks!
Stephen
Could you please tell me which file/line I could find the comma and
that appears after the Name?
I would like to change the comma to a dash and then potentially have the company on the same line.
thanks.
(I’ve looked everywhere and can’t seem to find it in the code)
I’m wondering if there is a way to automatically drop in a default thumbnail from the media library if no thumbnail is uploaded with the form (without having to select manually)?
I’m trying to make it super easy for a client.
]]>How export my testimonials?
Thanks!
Adriano
Good afternoon,
Thanks for the great plugin! I’m trying to show posts from a category but it says “Sorry, no posts matched your criteria”.
The shortcode I’m using in a textblock is [testimonials category=”195″] and the category contains one post. Do you guys/girls have any ideas about the problem?
Many thanks in advance,
Roy
]]>Hello, I’m experimenting with this plugin and have notices the “name” and “company” fields render when the shortcode loop is running, but “email” and “website” are not?
]]>Hello, I’m experimenting with this plugin and have notices the “name” and “company” fields render when the shortcode loop is running, but “email” and “website” are not?
]]>Hey, great plugin, thanks.
I vetted quite a few and am using this for a current site. However, I’d like to be able to list more than 1 testimonial via the widget. Is this possible? Or a coming soon feature?
I suppose I could add more widgets to the sidebar and manually insert with ID, but thats not an ideal solution…
Thanks
]]>