Hi Majklas,
Thanks for reaching out.
Yes, there are hooks available to alter the css, css classes for the testimonials. Please follow the API list here: https://github.com/michael-cannon/testimonials-widget/blob/master/API.md
I guess you will be able to achieve the above requirement by using the hook tw_get_testimonial_html_class and adding some class to the testimonials.
Let me know if you still need help.
Thanks
Subharanjan, thank you and sorry, I did not see notification.
How can I insert “left” class to odd posts and “right” to even numbers? I need to get featured image in zigzag 🙂
this must be one in testimonials list, not inside it
Hi Majklas,
Please use the hook tw_get_testimonial_html_class to add CSS classes to the testimonials.
Eg code: https://gist.github.com/subharanjanm/575f564185d14182a7e3
Thanks
thank you very much, you did all the job i needed 🙂
Subharanjan, is it possible, that my translations won’t work?
I’m using lithuanian locale with WPML. Translated and saved into plugin’s language folder .mo .po files: http://imgur.com/8mI6Y7q
In wp-config lt_LT is defined as default language
Also, I added these files to languages and to theme’s language folders.
What’s wrong?