I have two questions.
I’m 1 month without my newspaper, was there any update? I’m in the “8.7.2” version. How do I check a current version?
Has the Instagram bug already been fixed? I am using a plugin to account for it, but in the Newspaper theme panel it warns about incompatibility with this Instagram plugin (see attachment).

Thank you!
Alexandre
Hi,
Current theme version is always displayed in the changelog here (bottom of the page)
– https://themeforest.net/item/newspaper/5489609
– https://www.screencast.com/t/5raTPuxvM
In 8.7.3 Instagram was fixed, and in the latest theme version Facebook should also work properly in the social counter.
Please update the theme and your Instagram related elements should work as expected. maybe clear your cache after updating. This is the theme update guide if you want to take a look
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks
You can see here:
https://image.ibb.co/dHV7M7/Aprenda_como_Emagrecer_de_Vez_Dietas_Exerc_c_os_FUNCIONA_Mozilla_Firefox_2.jpg
Header not Appears.
See the code of the td_instagram is different. If you are, let me know the correct one. I change this file to fix the instagram bug, When updating the theme, it will not have modified this file for some reason.
Now I know what you mean. Instagram works but the username is not displayed on top of the images. I see that you installed the fitness blog demo. As it can be seen in the demo homepage, the Instagram name is not displayed
– https://demo.tagdiv.com/newspaper_blog_fitness/
It was decided instead to display a custom title “Instagram” and the demo design will remove the username.
So in order to display the name either remove the code that hides it from here
– https://www.screencast.com/t/tWGVw6FN
Or enter this code in Theme panel->Custom CSS
.td-blog-fitness .td_block_instagram .td-instagram-header {
display: block!important;
}