willcast
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: wpCJ Testimonials] Edit button creates js errorHi,
Can you please post a sample of the testimonial you are trying to add?
I’m using it in several (and I meant several) sites with no problem. At all.
All of my sites are in the same server though (a LAMP environment, btw).
A sample would be useful.
I haven’t test it with unicode data… perhaps it could be the problem, however, without a sample I can’t tell.
All best,
WillForum: Plugins
In reply to: [Plugin: wpCJ Testimonials] suggestionsHey,
Actually, unless you are trying to show testimonies for a “product” different than an empty string, it it not necessary so [wpcjt limit=”1″ id=”2″] should works as expected. I tried it on my end and it worked. It’s weird :/ Can you take a look at the table wp_wpcj_testimonials (or whatever it is in your installation) and see what is exactly in the field “product”? Perhaps I forgot to trim the data prior the insertion and should be using something like [wpcjt limit=”1″ id=”2″ product=” “].
By the way, version 1.0.2 get ride of those slashes.
And I added an “Edit” link below the client name. I don’t like to have the “red buttons” (delete, empty, clear… any unreversible order) close to the “green buttons” (edit, view.. any “light” order) so they are appart from each other.
cya,
WillForum: Plugins
In reply to: [Plugin: wpCJ Testimonials] suggestionsHello Alex,
I’ve added a third parameter to the wpcjt function: ID
So if you need to show a given testimonial somewhere, just specify its id in that parameter.
Also, there is a special id, id=’last’. It will help you show that latest $limit testimonies so wpcjt(10,”,’last’) will return the latest 10 testimonies.
I hope it helps! Give it a try and let me know how it goes.
All best,
Will