Go to Newspaper -> System Status -> Disable ‘tagDiv advertisement’.
Use the ‘Single External Shortcode’ element of tagDiv Composer.
Yes. You can insert the AdsPro shortcode in the ‘Custom ad’ section of the Ad Box element.
They have introduced a new On/Off toggle in the System Status tab. I tried it in RC 12.4, and it works perfectly. It will be available in the upcoming 12.4 update.
They have introduced a new On/Off toggle in the System Status tab. I tried it in RC 12.4, and it works perfectly. It will be available in the upcoming 12.4 update.
They have introduced a new On/Off toggle in the System Status tab. I tried it in RC 12.4, and it works perfectly. It will be available in the upcoming 12.4 update.
I am using the latest version of Newspaper theme on more than 20 client sites, and I can see the Banner ad only on the Welcome Page. Something is wrong. A proper screenshot will help the Newspaper team to Analyze and fix it.
Thanks
The theme is working fine with PHP 8.0. Can you confirm which PHP version is causing the issue?
Add this code to functions.php
function disable_comment_url($fields) {
unset($fields[‘url’]);
return $fields;}
add_filter(‘comment_form_default_fields’,’disable_comment_url’);
That’s great.
Thanks for the quick update.
Hi Calin,
Any updates on the issue? It would be good if you provide a temporary fix so that we can use it till the next update.
Thanks
Hi Bettina,
This is the same issue we discussed over email. I would request your dev team to work on this on priority and provide a solution as soon as possible.
You can also do it without using any 3rd party plugin. Go to the Newspaper theme panel and paste the Pintrest tag in the HEADER SCRIPT CODE box. Clear the cache if you’re using any caching plugin. That’s it.
Add this code to functions.php
function disable_comment_url($fields) {
unset($fields[‘url’]);
return $fields;}
add_filter(‘comment_form_default_fields’,’disable_comment_url’);
Add the below code to functions.php
function disable_comment_field($fields) {
unset($fields[‘url’]);
return $fields;}
add_filter(‘comment_form_default_fields’,’disable_comment_field’);
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear the WordPress Cache and Browser cache
You can also try different browser. It’s working fine on Chrome, Safari, Firefox, and Edge.
Check out these tips – https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear the WordPress Cache and Browser cache
You can also try different browser. It’s working fine on Chrome, Safari, Firefox, and Edge.
Check out these tips – https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear the WordPress Cache and Browser cache
You can also try different browser. It’s working fine on Chrome, Safari, Firefox, and Edge.
It works with all modules enabled.
WP Rocket works fine with Newspaper theme.
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear the WordPress Cache and Browser cache
You can also try different browser. It’s working fine on Chrome, Safari, Firefox, and Edge.
It’s working now. Follow the method as Calin said.
1. Disable tagDiv Composer -> https://i.imgur.com/uzBdRB9.png
2. delete tagDiv Composer -> https://i.imgur.com/xGGfYE7.png
3. Reinstall tagDiv Composer -> https://i.imgur.com/Ay0zJHn.png or -> https://i.imgur.com/ZMgV9at.png
4. Clear the WordPress Cache and Browser cache
You can also try different browser. It’s working fine on Chrome, Safari, Firefox, and Edge.
-
This reply was modified 5 years by
Satwik.
