Hello, you need to edit woothemes-testimonials-template.php file.
Ctrl+F to find this comment in the code:
// Begin templating logic.
Just after this comment is this code:
$tpl = '<div id="quote-%%ID%%" class="%%CLASS%%">
<blockquote>%%TEXT%%</blockquote>
%%AVATAR%% %%AUTHOR%%<div class="fix"></div></div>';
You have to move %%AVATAR%% %%AUTHOR%% just before blockquote. You have to see something like this
$tpl = '<div id="quote-%%ID%%" class="%%CLASS%%">%%AVATAR%% %%AUTHOR%%
<blockquote>%%TEXT%%</blockquote>
<div class="fix"></div></div>';
Works fine for men.
Where I can find this HTML tab? Me and my users post only by frontend.
Yes, I know that dofollow links are dangerous sometimes, but my site is only for that purpose.
How you fix it? I have same problem