- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
After the last update, I started to notice a slowness in the server and after consulting the logs, I check several connections with the error:
Error 401 POST /wp-json/tdw/save_css HTTP/1.0 Apache SSL/TLS access
I don’t know what to do, I’m full of these errors in apache on all sites.
The CSS code works! Thank you!
Hello!
I can see that the modal popup notification is loading first and then the image. I suggest to improve your page speed and images.
Check all these requirements for the theme: https://forum.tagdiv.com/requirements-for-newspaper/
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
Our developers are aware of this issue and try to synthesize the composer, which is big, and fix the major problems of the theme and speed.
I recommend you use fewer features on the page, so the requests will be less as well.
Improving page speed in WordPress is crucial for providing a better user experience and optimizing your website for search engine rankings. Here are some tips to help you enhance your WordPress site’s page speed:
Optimize Images: Compress images before uploading them to your WordPress site. You can use plugins like WP Smush or EWWW Image Optimizer to automatically optimize images without losing quality.
Utilize Caching: Implement caching to reduce server load and speed up page loading times. WordPress caching plugins like WP Super Cache or W3 Total Cache can generate static HTML files of your pages to serve users instead of dynamically generating them each time.
Minify CSS and JavaScript: Minify your CSS and JavaScript files to remove unnecessary characters and reduce file sizes. This can be done manually or through plugins like Autoptimize or W3 Total Cache.
Enable GZIP Compression: Enable GZIP compression on your server to reduce the size of files sent from your server to users’ browsers. Most hosting providers offer GZIP compression, but you can also enable it through plugins like WP Rocket or W3 Total Cache.
Optimize Database: Regularly clean up and optimize your WordPress database to remove unnecessary data and improve performance. You can use plugins like WP-Optimize to automate this process.
Limit External Requests: Minimize the number of external requests your website makes by reducing the use of external scripts and widgets. Each external request adds overhead to your page’s loading time.
Enable Lazy Loading: Implement lazy loading for images, videos, and iframes so that they are only loaded when they are visible on the user’s screen. This can significantly reduce initial page loading times.
Optimize Server Response Time: Choose a reliable hosting provider with fast server response times. Consider using a content delivery network (CDN) to serve your content from servers closer to your users.
Regularly Update Plugins and Themes: Keep your WordPress core, plugins, and themes updated to the latest versions to ensure compatibility with the latest performance optimizations and security patches.
Ads can significantly impact the speed of your WordPress website since they often involve loading external resources and scripts. You can try to limit the number of ads, optimize ad sizes and formats, and implement lazy loading on your ads.
By following these tips, you can significantly improve the page speed of your WordPress website, leading to better user engagement, higher search engine rankings, and overall improved performance.
Thank you!
Hello,
You can try to set the padding-botton of the row to zero https://i.imgur.com/SSJ9Tsp.png in the tab CSS.
Thank you!
Hello @campbell !
If you have the latest update of the theme, then you should have that option.
Other solution could be to place a CSS code in the Live CSS section like:
a {color: #003484;}
Thank you!
Hello,
You can disable the back to the top from Theme Panel -> Template Settings -> ToTop button => https://www.screencast.com/t/JVYklvqk (if you have the mobile page or mobile resposive)
Also, for the mobile theme plugin, you can only hide using a Custom Code CSS
.td-scroll-up
{
display: none;
}
Set the code in Newspaper -> Theme panel -> Mobile Theme -> Custom code.
Thank you!
Hello,
You have malware on the website because I can not access it. Please update to the latest version 12.6.7
If you want to update the theme, you should download the latest version of it from the Theme Forest account and download it.
I recommend that you update the theme manually https://forum.tagdiv.com/how-to-update-the-theme-2/ via FTP/cPanel/File Manager, also if possible disable extra plugins during the theme update to avoid any problems that may arise and make sure that you have activated the tagDiv Standard pack plugin to keep the website’s look. You can try to update the theme on a staging website.
After you update the theme, you need to update the theme plugins too.
In the worst cases, the settings in the theme panel may be lost (there have been isolated cases), in these cases, after the theme plugins that were previously used are activated, you will have to use a backup for the theme panel -> https://forum.tagdiv.com/import-export-theme-settings/
You could consider reinstalling the WordPress version, and checking for this plugin wp-zexit.php. It might be wise to inspect via FTP if it doesn’t appear in the WordPress -> Plugins. Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
Please block /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
Thank you!
What’s up crew? Interesting problem. I can’t seem to load the tag div editor, and this is what I’m experiencing.

This is on a dev site so there are no caching or optimization plugins, and the CSS/JS is always current.
I’ve tried reverting to previous versions, as well as updating from 12.6.6 to 12.6.7 and none of that is working.
Interestingly enough, there does seem to be something showing up in the debug.log and error_log files. *I THINK* this seemed to happen with the recent update of WordPress.
This is a snippet from the debug.log – those two are simply repeating over and over.
-----------y-------------
[28-Aug-2024 20:46:47 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in <path>/wp-includes/functions.php on line 2189
-----------y------------
-----------y-------------
[28-Aug-2024 20:46:47 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in <path>/wp-includes/functions.php on line 7300
-----------y------------
And this is a snippet of the error_log. I put two entries there, but it’s the same one over and over.
DATE: July 15, 2024 17:03:15
MESSAGE TYPE: (Javascript) TypeError
PROBLEM DESCRIPTION: Cannot read properties of undefined (reading \'contents\')
SCRIPT NAME: js_files_for_wrapper.min.js
LINE: 99
SCRIPT LOCATION: https://<removed>/wp-content/plugins/td-composer/assets/js
PLUGIN NAME: td-composer
------------------------
DATE: July 15, 2024 17:03:15
MESSAGE TYPE: (Javascript) TypeError
PROBLEM DESCRIPTION: Cannot read properties of undefined (reading \'contents\')
SCRIPT NAME: js_files_for_wrapper.min.js
LINE: 99
SCRIPT LOCATION: https://<removed>/wp-content/plugins/td-composer/assets/js
PLUGIN NAME: td-composer
------------------------
Please note the date on the error_log is the 15th, so I’m not sure that’s actually a problem. The first one might be though. I’ve been trying to a couple or three days now and it’s not loading.
Any help you can offer would be appreciated. In the 1st I’ll need to access the editor to update a few elements. We publish a monthly magazine and those covers will need to be updated.
Hi, after today’s update of the Newspaper Theme,
1) The CSS of the website is breaking and then loading. On Desktop
2) On Mobile it shows a big logo of ours then loads.
3) Also on mobile, if you scroll down, there is a lot of white or grey space shown, between the final article and bottom menu. Or right after the bottom menu.
Can you please help solve these.
Thanks a lot.
Hi Amaro, please contact us via email at contact@tagdiv.com, there we can have a private conversation.
It is recommended to use a cache plugin and an optimize css, html and JavaScript code, most of cache plugins (like WP Rocket, Litespeed) have this option, others like WP Super cache need to be used with an extra plugin like autotomize – https://forum.tagdiv.com/how-to-make-the-site-faster/
Also you need to check your website with https://pagespeed.web.dev/ and try to resolve the situations mentioned there.
Thank you
Hello,
I see that your images are center. Can you create a post and let the images be how they are so that I can provide the CSS?
Thank you!
Hi,
You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
– https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
How to update the theme https://forum.tagdiv.com/how-to-update-the-theme-2/
Requirements for Newspaper => https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
Not able to install the newspaper theme on my wordpress website, it says that the theme can not be installed as it is missing style.css
Please help asap
my website name is beta.motiva8.com
Not able to install the newspaper theme on my wordpress website, it says that the theme can not be installed as it is missing style.css
Please help asap
Hello,
When I use plug-in “Image Map Pro”, the object list text appears to be aligned to top. The plug-in company said that it is caused by the theme’s CSS settings. How can I fix it so that my object list text appears align to center?
Muchas gracias.
¿Qué código CSS y donde tendría que ponerlo?
Un saludo.
Hello,
No, it depends on how you set them in the editor. If you set them to the center, you can use a custom CSS code.
Thank you!
I have the same issue with the default styling.
For example, If I want to change the color of all category tags on all pages, there should be a common place to do that. For example, if I create a green category tag and set it as the default, then all category tags across the entire website should automatically become green. Currently, I only see the custom CSS option for this.
-
This reply was modified 1 year by
Saniya.
Hi,
I just checked the https://pagespeed.web.dev/analysis/https-thezugzwangblog-com-reglas-del-ajedrez/00ovo6sf4z?hl=en&form_factor=desktop and now on desktop the score is good – https://i.imgur.com/elRdftV.png now on mobile needs some improvements – https://i.imgur.com/hHbDPxZ.png
Please try the plugin for OMGF fonts. On WP Rocket make sure that you have the remove unused css option on, and use a plugin to optimize and convert images to webp.
Also, using CDN (Cloudflare), will improve the performances.
Thank you!
Hello,
I recommend to use 8.0,8.1 or 8.2 , but please also, update the theme to the latest version 12.6.6
I recommend that you update the theme manually https://forum.tagdiv.com/how-to-update-the-theme-2/ via FTP/cPanel/File Manager, also if possible disable extra plugins during the theme update to avoid any problems that may arise and make sure that you have activated the tagDiv Standard pack plugin to keep the website’s look. You can try to update the theme on a staging website.
After you update the theme, you need to update the theme plugins too.
In the worst cases, the settings in the theme panel may be lost (there have been isolated cases), in these cases, after the theme plugins that were previously used are activated, you will have to use a backup for the theme panel -> https://forum.tagdiv.com/import-export-theme-settings/
You could consider reinstalling the WordPress version, and checking for this plugin wp-zexit.php. It might be wise to inspect via FTP if it doesn’t appear in the WordPress -> Plugins. Additionally, using Wordfence to scan the website and remove unknown users would be prudent.
Change admin passwords and delete admin accounts you are not familiar with;
– Delete any weird/unknown plugins;
– Delete the weird/unknown themes;
– Clean unfamiliar Theme Panel injected code (example – https://i.imgur.com/4q70kCv.png);
– Clean WordPress files (example – https://i.imgur.com/stJCqiK.png)
Please block /wp-json/tdw/save_css
If an attacker wants to target this URL /wp-json/tdw/save_css they can do so. Even if the website uses a different theme, the attacker can still try that URL. We could add an option to be able to enable/disable the Live CSS, it will be considered. But for now in order to remove it this can only be done with a modification to the composer plugin. I think that all that removing it requires is to comment this line of code – https://prnt.sc/RtwvL5Nc4ikR -> https://prnt.sc/ymZmhdUfp57U But as I mentioned, the attacker can still try to access the URL.
If you want, you can contact our custom work team here, and they can help you update the theme safely: https://tagdiv.com/premium-customization-services/
Thank you!
Hello,
This review section is for user reviews. You can find more details here https://forum.tagdiv.com/user-reviews/ you can disable it from here https://i.imgur.com/ybAlV2m.png
You can try to hide cloud templates with custom code CSS, but it is not recommended. Why do you want to hide it?
Thank you!
Hello,
I don’t understand what you mean. Do you want to change the style or something? if yes, then the code is usually set in the raw CSS on the page/template https://i.imgur.com/sJsVmsp.png
Thank you!
Hello
I face an issue with the wptoolbar dissappeared from admin. I precise the option is correctly checked on the profil page. Plus, when i switch to an other Theme (twenty twenty), the toolbar appears correctly. I have fluched the css too, and dissabled several critical plugin to check, without success. It really seems the issues comes with the theme. Which is quite an issue as tagdiv controls appareads inside this wptoolbarr…
Any idea ?
Thanks
Thanks, Anamaria
I mean the location where the actual extra classes CSS (e.g., the CPT classes, etc.) have been stored (somewhere in style.css or custom CSS). I looked everywhere to find them, but I couldn’t.
Hello,
I saw that you use standard templates; I recommend using cloud templates because those are more flexible and have a lot of options.
For the issue with quotes, please use this code
.tagdiv-type blockquote p
{
text-transform:initial
}
Set the code in Theme panel>Custom code>Custom css
Thank you!