Try this code instead of the previous:
<?php ratingwidget()->EmbedRatingIfVisibleByUser(get_the_author()); ?>
Let me know if it worked.
You’ll have to edit your author’s page theme’s template and add some custom code. Try to add our php shortcode:
<?php rw_the_post_rating(get_the_author_meta('ID'), 'user'); ?>
Let me know if it worked.
Are you using any plugin for the author page?
Hi @gonzalolucero,
Can you please share an example of a url on your site with a user-profile page?