I don't believe that the Genosis skin is setup to use the Follow and Rating modules. I can see that the code is not in the skins custom module templates and profile templates.
I'm not 100% sure it will work but you would have to add in the code if you want to use the Follow and Rating modules with the Genosis skin.
Follow code for the profile_header.tpl taken from the jrElastic skin:
{jrCore_module_function function="jrFollower_button" profile_id=$_profile_id title="Follow This Profile"}
Blog ratings code taken from the modules/jrBlog/templates/item_detail.tpl
<span style="display:inline-block;margin-top:6px;">{jrCore_module_function function="jrRating_form" type="star" module="jrBlog" index="1" item_id=$item._item_id current=$item.blog_rating_1_average_count|default:0 votes=$item.blog_rating_1_count|default:0}</span>
If you want to rate the profile, instead of blogs, change the module parameter to jrProfile and the item_id parameter to $_profile_id
Hope this helps!
--
Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos