- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hi,
Usually, when this problem occurs a message is displayed in the console. Many times it is an admin-ajax.php error, check the console to see if you get some errors.
Normally, admin-ajax.php is blocked by ModSecurity from the host, it can be from the firewall or other security modules/plugins.
Also, please check our guide with the most popular options that can interfere with our theme -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
In the next theme update there will be a theme option to use that code or not.
Please show me where to find the ‘option to use that code or not’ so i can turn it off
I am not using cloud template for posts.
In Theme Panel / Theme Fonts / Font Settings everything is set to “Default Font”.
Don’t want to use Roboto nor custom fonts. Want to use system fonts “Helvetica Neue, Helvetica, Arial, sans-serif”.
In CSS I see:
h1,h2,h3,h4,h5,h6 {
font-family: 'Roboto',sans-serif;
}
div.td-block-title {
font-family: 'Roboto',sans-serif;
}
p.td-module-title,p.tdb-subcategory-name {
font-family: 'Roboto',sans-serif;
}
etc.
Clearly the theme inserts ‘Roboto’,sans-serif everywhere?
Hello! Yesterday the form worked perfectly, but today it began to give the following error:
Mixed Content: The page at ‘https://photar.ru/contests/testovaya-forma/’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://photar.ru/contests/’. This request has been blocked; the content must be served over HTTPS.
We did not change any settings, we can not understand what is the reason. Could you please help?
Hi
I want to set the home screen and category screen as follows.
If it is difficult to layout the mobile screen differently
You only need to complete it like ①.
Please tell me how.
Hi,
I understand what you are saying, but unfortunately for the moment the only filter for CPT on the blocks is this one – https://prnt.sc/1fLynB-4aUKi
Thank you!
Hello,
Unfortunately, if a post doesn’t have a featured image, and the rest have a featured image, you can’t hide that thumb only for that post; that is why I said to set a placeholder.
I recommend creating a new block, hiding the featured image for that block, and setting the posts that don’t add a featured image.
Thank you!
Hello @choiwj1012!
You can position them with this setting: https://prnt.sc/jkLI2OVGIJ0Z
Add a class for that flex block X named “.class_block”: https://prnt.sc/ReOuSELq-rYu and add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.class_block .td-next-prev-wrap {
display: flex;
justify-content: space-between;}
Let me know the results!
Thank you!
Hello,
Please try to use this code .single .wp-block-image img{
border-radius: 8px;
}
Set the code in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
I want to give space between icons like this image
In the image, I want to give the feeling of moving to the next article on the left and the previous article on the right.
Hello,
For Flex Block, you can add only posts which has a featured video set https://i.imgur.com/mmo8UBS.png
Thank you!
Hello,
I do all the tutorials you give me. No change.
So if other user are in the same case, i solve the problem with this method.
I change the flex block 1 to block 3 and i add personnalised CSS to have something similar.
Take me 2 hour to make all the changes…?
Hello,
For flex blocks, you can set the image radius here -> https://i.imgur.com/yHoUP5W.png -> nhttps://i.imgur.com/rolyqLw.png
Thank you!
I have some errors in the waterfall: https://forexunity.com/Waterfall.png
The complete protocol is located here: https://www.webpagetest.org/result/230301_AiDc59_5DW/
I think the blocking issue comes from theme files? How to fix that?
Hello,
Please let me know if your code needs to be added between the head tags.
Also, you can add your code in the tab ads for posts loop -> https://i.imgur.com/JXi8JEz.png For Flex block, only if you have posts with featured video -> https://i.imgur.com/ov9YJwo.png
Thank you!
Hi,
So if the posts don’t have the featured image, then they will display a blank thumb; you can set a placeholder.
You can set a Placeholder in Theme Panel -> Blocks Settings -> https://i.imgur.com/mo0Cbu2.png.
Thank you!
Hello,
You can translate them from Theme Panel -> Translations -> Translations -> https://i.imgur.com/ezhjmLq.png and the title of the blocks with tagDiv Composer.
Thank you!
Hello again. I do it again, like a fool, step by step as it is in the video and it doesn’t work. I still have for example 4 images in one column, not 4 side by side. Why now it is so difficult? Previously, it was enough to add a Gallery block, select photos and create Gallery (no fun swapping for columns etc.). I checked it even on the latest version (12.3) and the problem is the same.
I recently noticed that the comments block is not working on some sites where I use the theme. The same problem occurs in all of them: clicking on the “Submit comment” button has no effect. The comment is not submitted, and no errors are shown, even with the WordPress debugger enabled.
This has started to occur in the last 30 days/last month. May have a problem with this component in one of the latest theme updates? I also noticed that this is only happening in cases where I’m using a “Cloud Template” for single posts, using the “Single Post Comments” block.
Hi Bettina, in each article, after the main photo, there is an interscroller banner https://snipboard.io/VQWupj.jpg. But it doesn’t work, it doesn’t scroll. It should be so: https://ad.economia.cz/en/mobile-en/mobile-interscroller-en/
It seems that the class .td-fix-index automatically add by td composer plugin blocks the z scroll. https://snipboard.io/7s0UQD.jpg
Thanks!
Hi,
how can I set a margin for the category tags of a flex block 4? The tag position is over image. I would like to have the tag not to be stuck in the corner but with a margin of 0 0 10px 10px inside the image. I can do that in custom css. But then the tags will first show in the corner and then move which is not a nice ux.
Kind regards,
Brigitta
Hello @janabi!
Add the CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.tdm_block.tdm_block_inline_text .tdm-descr { text-align:right!important;}
Thank you!
Hello,
So, you have blocks only from the tagdiv standard pack, you can find the details here -> https://forum.tagdiv.com/theme-blocks-modules/
You have Block 2,7,15,19, Big Grid 5,6,8 you can see the modules here -> https://i.imgur.com/eacYXPU.png.
Thank you!
Hello Renzo,
Please let me know what templates you use. If you have templates from the theme panel, please try using the cloud templates and disable the tagdiv standard pack plugin.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://spraythemes.com/newspaper-theme/how-to-speed-up-the-newspaper-wordpress-theme-using-wp-rocket/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
Thank you!
Hello,
You can use the cloud templates without using the elements from tagdiv Standard Pack; this plugin is deprecated.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://spraythemes.com/newspaper-theme/how-to-speed-up-the-newspaper-wordpress-theme-using-wp-rocket/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
Thank you!