I am not familiar with the work of this plugin. Try to disable all functions related to image processing in it.
Try to temporarily disable jetpack plugin, reload image and check again.
1. You have a standard file .htaccess?
2. Do you use any security plugins? Try to temporarily rename via FTP folder with its contents and login again.
Check your system status parameters to be correctly increased according to guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/
That would be infinite loading, it is already present on our suggestion list. It may be implemented into the theme in the future, but for the moment such a feature is not available.
https://forum.tagdiv.com/topic/how-to-make-infinite-load-post/
2 Iliya Stativkin: а зачем это вам?
Например, авторитетнейший русскоязычный сайт по SEO использует данный шаблон: https://www.searchengines.ru/
Can you give me further instructions on removing the H1 tag from the theme code and adding it another place? ?
===
You also answered your question:
If you want to remove it, you will have to either use the page builder + page title template where the h1 is shown in the page content, and the logo does not get an H1 tag anymore
or by editing the theme files and removing the h1 tag from the theme code: https://www.screencast.com/t/9uXujjSj
Update plugins. There should be an update button in the theme plugins panel. Or you can deactivate and delete it then reinstall it from the same panel
– https://www.screencast.com/t/z0cqhxsWx
After you activate it, please re-save the permalinks in WordPress settings.
Check Link Target options.
Read carefully here for example: https://www.wpbeginner.com/wp-tutorials/how-to-add-nofollow-links-in-wordpress-navigation-menus/
Check your system status parameters to be correctly increased according to guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/
1. Дочерняя тема уже включена в архив.
A sample child theme is available in the /code/ folder in the package that you downloaded from Themeforest.
Вам нужно её распаковать, скопировать по ftp на хостинг в соответствующую папку и активировать в панели управления Вордпресс.
Более подробно читайте внимательно в документации: https://forum.tagdiv.com/the-child-theme-support-tutorial/
2. Все настройки Темы и Custom CSS хранятся в базе MySQL вашего хостинга, поэтому ничего никуда импортировать не надо.
Hi!
By the way, do not work shortcuts in the footer of AMP version, check please…
https://forum.tagdiv.com/topic/suggestions/#post-239741
===
This problem do not fixed in V 8.8.2?
Thanks!
The free version of Yoast will suffice.
Developers:
The theme does not have SEO settings of it’s own, that is why we recommend to use the Yoast SEO plugin.
Also read this documentation: https://forum.tagdiv.com/facebook-share/
What can be overwritten by the child theme:
In order to change these images, you will have to do it manually by creating a placeholder image and replacing these thumbnails: https://www.screencast.com/t/B1cSNNXPLv
You have to keep the file name and sizes intact for it to work properly.
Ups. Custom CSS-code above was given for Smart List Style 5: https://forum.tagdiv.com/smart-lists/
smart list number box colors:
custom CSS-code:
/* Smart List Number Box Colors */
.td_smart_list_5 .td-sml-current-item-nr {
background-color: red;
}
change the category box colors:
Check this points:

Thank you!
Next: Where I can to add code like this for example:
<?php echo '<p>Hello!</p>'; ?>
on the categories page under the pagination?
https://demo.tagdiv.com/newspaper/category/tagdiv-technology/tagdiv-gadgets/

Thanks!
You can place that code here – https://www.screencast.com/t/iGefS9jwHpKJ in the
header.php
file found in the main theme folder.
How can I change the colour of category tags in homepage from black to some thing else?
Try the code below and place it in Theme panel->Custom CSS area.
.td-post-category {
background-color:red;
}
I am not a representative of the development team.
This plugin we use in the Theme, there are no problems. Please note that this plugin is not included in the list of officially supported plugins and developers do not provide any support for it.