How do I transfer your testimonials from one site to site that we are moving the website to using “Testimonials WordPress plugin”? I don’t see any method of doing that in your core and I tried exporting and importing from WP CSV and
WP All Export, but your entries were not recognized.
Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /home/grabthegold/public_html/wp-content/plugins/testimonials/admin/admin-interface.php on line 20
Warning: mysql_real_escape_string(): A link to the server could not be established in /home/grabthegold/public_html/wp-content/plugins/testimonials/admin/admin-interface.php on line 20
Can you please tell me what I need to do to fix this?
]]>Each testimonial can be shared on Facebook ?
]]>Hi, the default style is the only one that is working.
]]>Trying to use the list style but not showing on page.
This is the shortcode I am using:
[testimonials view=list style=”four” orderby=”date”order=”DESC” post_id=”” thumb=”small” limit=”4″]
Thanks.
]]>Using the following shortcode and nothing displays.
[testimonials view=table columns=3 orderby=rand]
Using only [testimonials] works fine – looks great. But really need the table view as shown in your screen shots.
What is the correct shortcode for table view, 3 columns. Thank you!
]]>I am trying the list style, but nothing is showing up.
]]>I went to upload a new testimonial and there is no place to upload an image anymore? I went and looked back on my older testimonials and there is no place to upload an image either. Did this change?
]]>Hi. your plugin looks just what we need for testimonials to suypport our campaign to keep open the local school https://www.schoolsfuture.co.uk.. But I’m having to learn fast about using plugins etc. I’ve tried to include a read more line in each testimonial so I can fit more on the page, but i get teh following error code when I click read more
Error 404
It seems like you have tried to open a page that doesn’t exist. It could have been deleted, moved, or it never existed at all. You are welcome to search for what you are looking for with the form below.
am I doing something wrong? many thanks. Grant Sonnex
]]>Hi,
how can I get categories to work?
https://srrn.raymondneto.com/about-raymond/book-and-research/
I have 3 categories and I only want 1 category to show on this page. I have the code [testimonials category=”30″] but it doesn’t filter out for the category id 30, it shows all categories.
Thanks,
Robyn
]]>Hi.
Can I remove the pagination below of testimonial?
I just wanna one testimonial random.
Is there a way to limit the number or characters or word displayed on the slider?
Bill
]]>Hello,
I cant use sliding option three, neither post id for calling specific testimonials on a slider. Shortcodes are not so clear. Can you please explain and give the right sortcode for calling style 3 and specific testimonials using post ID. I tried using commas, and |.
Please respond asap. Also I cant buy the pro version from your site, if that can solve my issues I will buy that.
]]>It is crazy these look ugly and break our site – we changed our CSS earlier this week – latest update makes the rotator look awful again
]]>Hi there. Great plugin! Thank you.
I’m getting a jquery error:
Uncaught TypeError: undefined is not a function – jquery.flexslider-min.js?ver=20131205:6
]]>Hi,
I am trying to use the testimonials this way:
[testimonials view=table columns=3 orderby="date" order="DESC" thumb="large"]
And any other view then the list fails to load anything.
Best regards,
Anna
I installed this plugin and using it at a basic level (no pagination, limit=-1, etc, and not using the slider option). What I had, however, was different categories of testimonials which I implemented outside of this plugin as a custom taxonomy, but associated with this custom post type. And I wanted to be able to filter categories within the shortcode. So I modified the plugin (first time trying to modify a plugin, so I think it’s quite an achievement, lol).
In the main testimonials.php folder, I altered the getTestimonials function to include a blank attribute called category.
function getTestimonials($atts){
$defaults = array(
'view' => 'list',
'style' => 'one',
'columns' => 3,
'limit' => 10,
'thumb' => 'medium',
'post_id' => '',
'orderby' => 'date',
'order' => 'DESC',
'category' => ''
);
extract( shortcode_atts($defaults,$atts) );
Then, beginning on line 49, I altered the $arg array by adding the tax_query calling the custom taxonomy I’d set up as follows:
$args = array(
'post_type' => 'testimonial',
'posts_per_page' => $limit,
'orderby' => $orderby,
'order' => $order,
'tax_query' => array (array('taxonomy' => 'testimonialcategories', 'field' => 'slug', 'terms' => array ($category))),
'paged' => $paged);
All this worked so that I could run and successfully query the shortcode as follows for example:
[testimonials view=list style="three" orderby="rand" limit="-1" category="student-and-teacher-quotes"]
However I ran into a problem when I attempted to run the same shortcode with a different category on the same page. The first one worked fine, but the second one wouldn’t run. So I did lots of Googling and didn’t find very much. Then I just decided to see what would happen if I removed all the “_once” references in the code, for example, “require_once”, “include_once”. After I did that, it worked fine. ??
Hope it helps someone else who might be looking to do the same thing I was.
]]>This may be an issue with the theme / template being used; however when adding a testimonials widget to the sidebar the links to navigate next / previous appear in a fixed location and overlap one-another.
I’ve shifted the location of the widget, and that has no effect on the navigation links.
The issue can be viewed in this image: https://bradmintun.com/wp-content/uploads/2013/10/Testimonials-NextPrev-Issue.png
Or directly on the website: https://bradmintun.com
Any suggestions would be appreciated.
Thank you,
Brad
Hi!
It seems I am facing some issues.
After I installed this extension, I am unable to drag widgets in the admin widget page and neither I can edit any of the widgets therein. Maybe this is because of siome antagonist plugin that I may have on my site already.
Dont know whats wrong!
I had posted this on your Bog:
To which you replied:
commenting the three lines like
//wp_enqueue_script(‘word-count’);
//wp_enqueue_script(‘post’);
wp_enqueue_script(‘editor’);
//wp_enqueue_script(‘media-upload’);in init_admin.php file
which meant nothing to a newbie like me.
With the new version this problem still continues. Can’ you make some settings in the extension itself to take care of this issue?
]]>