I don’t see any duplicates. Have you disabled the plugin?
I’ve got this problem as well on my site, same exact thing.
View post on imgur.com
To see the page, you have to login as a member.
http://www.cookbookcommunity.com/wp-login.php
user: asdfasdf
pass: asdfasdf
then go here:
http://www.cookbookcommunity.com/favorite-recipes
I’m using this jQuery to hide the first instance of div.wpfp-span
$( “div.wpfp-span:first” ).css( “display”, “none” );
invisiblue, where do you put the code? I’ve got the exact same problem.
<script>
$( "div.wpfp-span:first" ).css( "display", "none" );
</script>
I placed this within the custom page template that I am using to display the My Favorites list.
You could probably put it in your footer.php file also, but then it’s going to load up on every page instead of just the one page you need it for, the My Favorites list page.