Hi, please include the URL where I can see the issue, thank you.
http://ihnews.in/2019/06/14/that-sleep-tracker-could-make-insomnia-worse/
if you see at start of post user is coming from theme author taking Gravatar which is empty.
At the end of post author is coming from plugin as well as theme.
I am just testing this theme and so is a sample demo site. Need to display author image and post date at top and author box with image social media icon at bottom of post . Similarly would like to show author info with image and social media icon when some one clicks author.
Use the CSS:
.twp-author-details { display: none; }
for the theme box at the bottom of the post.
About the avatar at the beginning I don’t know why it doesn’t show the image, if you want to hide it you can use the code:
span.twp-author-image { display: none; }
Yeah I can do this to hide I was exploring option to alter function call, will explore and post soon , Thanks fro quick inpit.
Well, it depends if the theme makes calls to filter the author boxes. That usually doesn’t happen so we have to hide the extra boxes using CSS.