Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #415156

    It only shows the image icon with the camera. Audio-Posts and Default-Posts work fine. I think this is a bug.

    #415512

    Hey dynamitec!

    That is the expected behaviour. If you want to change it to all of the post formats display the gravatar then open up /enfold/includes/loop-index.php and change line 120 from this.

    if($post_format == 'standard')
    

    To this.

    if(1==1)
    

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.