It turns out that the “Google Friend Connect” plugin was interfering with my Gravatar, and was the cause of this issue.
After deleting all GFC plugins my avatar is up and running again.
I managed to find a workaround instead…
Amended the slideshow code with “display: block” instead of “display: none” and set one static featured post instead of multiple posts in a slideshow.
Hi cjam,
I got around the duplicate thumbnail issue in ecomag by editing the following ecomag theme files
blog.php
single.php
Search for this line in both files & remove it.
<div class=”bigpic”><?php the_post_thumbnail( ‘single-post-thumbnail’ ); ?></div>
Hope this helps.