- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello!
Please make sure to use our newest tool called tagDiv CSS Analyzer which comes in handy to resolve some of your issues. Take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
“This custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the website’s header.” ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
Thank you!
I have updated theme for site and also updated WordPress to latest version, after update news ticker is not working properly my site on home page, here is link for test (https://asiapacificdefencereporter.com/test/) , can you please check why some css is not loading for this. i am using cache plugin I have purged all cache three times.
I have one other site on which I am using with same settings it working fine, but I haven’t updated theme on this site still (https://asianaviation.com/)
Hello,
To align the blockquote to the left, please use this custom code CSS => https://www.screencast.com/t/yYiK5rHb7NVf
Code:
blockquote p{
text-align:left;
}
Set the code in Theme Panel ->Custom code -> Custom CSS ->
Hope that helps you!
Thank you!
“tagdiv css analyzer” stops and does not progress when it comes to 166 as shown in the picture. I waited like this for hours, but it didn’t move forward. I tried it 3 times. 166 each time remained.
Hi,
1. The thumbs that are use for mobile theme grids are 741×486 or if you want to make the mobile grids bigger in height, it can be done with some custom css.
2. For flex block you can set the thumbs size from layout tab -> https://i.imgur.com/MUp5vuj.jpg also on flex (the thumbs used are 681×0, 300×194, 1024×580) you can change the height and width -> https://i.imgur.com/IWOKeIv.jpg -> https://i.imgur.com/A3PsMCY.png
Hope this will help you!
Thank you!
The way my CSS is done doesn’t match with full path.
To make it simple : can you let me know in wich folder is located the code written in Panel/Custom code/Custom CSS ? I should find the path from there.
Thanks in advanced.
Hi. I have custom-built a table for my blog site using a table press plugin and it was working perfectly fine before the theme update but now table column 4 has list items in it that have an issue with line-height. I tried to fix this issue by using the developer console in the chrome browser and it seems to work over there but i’m not able to fix it in wordpress, either i’m missing out on something or it seems like the theme CSS code has changed after the update and it won’t let me fix the issue. I’m sharing with you the screenshot of the table before updating the theme and i’m also sharing with you the link of the post with the table. Please help me!
Here is the link of the site that has the table that’s having an issue
http://migeez.com/
Screen shot of table with no errors

Hello there,
My website https://techelucidations.com/
is loading very slow even when I am using newspaper theme prebuilt pro demo and also after that customising it.I am using very less plugins too as compared to other competitors like beebom.com who also uses Newspaper theme.
I am using Hostinger’s WordPress Hosting which has Litespeed cache preinstalled and the hosting is based on litespeed and I also got the premium features with it on using litespeed cache on my website.But when I try to minify js or css or html the website doesn’t load properly as customised.The header messes up or anything which is not ideal.The page optimization don’t work the way it is supposed to.
SO PLEASE HELP ME IN THIS.My pagespeed insights score is very very low even though I am using Mobile theme with AMP.And I am also serving images in Webp and in the lowest size possible and Also using the Low quality image placeholder in the Litespeed console.
I want to know how should I speed up my website?Should I change the caching plugin because I have premium access to this litespeed plugin but when I will switch I will have to use the Basic free version of that new plugin.Or is there any way to use both at the same time?
please get back to me.
Can you provide me with a screenshot of what you are seeing?
I just completed a reinstall of the theme, and the issue persists. When I do a search in the page source for the missing CSS selector, nothing is found.
Thanks for your solutions,
If you can share the link/code/shortcode which can share the post to the social plateform that i can embed that in the html/css code.
That will be a great help.
Regards
Well, that was totally possible by using td_api_plugin. I just copied original file, mage some tweaks and rerouted system to a new file.
`
class td_api_plugin
{
var $plugin_url = '';
var $plugin_path = '';
function __construct()
{
$this->plugin_url = plugins_url('', __FILE__); // path used for elements like images, css, etc which are available on end user
$this->plugin_path = dirname(__FILE__); // used for internal (server side) files
add_action('td_global_after', array($this, 'hook_td_global_after')); // hook used to add or modify items via Api
}
function hook_td_global_after()
{
td_api_block_template::update_key('td_block_template_1', 'file', $this->plugin_path . '/includes/block_templates/td_block_template_1.php');
}
}
new td_api_plugin();
`
Hi, I updated yesterday to the new version of the theme. Since then I have noticed some 404 errors (not to much) related with your plugins.
This one is the most common, its seems it comes from mobile chrome 90.0 visits (still appearing):
Url: /wp-content/plugins/td-cloud-library/assets/css/tdb_less_front.css?ver=a50385a2d79d6600973a7e697f735
Agent User: Mozilla/5.0 (Linux; Android 10; SM-A217M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.66 Mobile Safari/537.36
More, this ones appears just after the update, not seen again:
/wp-content/plugins/td-composer/td-multi-purpose/style.css?ver=c784b8db3e66cd68082f3ff7aa2d70e6
/wp-content/plugins/td-composer/assets/fonts/font-awesome/font-awesome.css?ver=c784b8db3e66cd68082f3
/wp-content/plugins/td-standard-pack/Newspaper/assets/css/td_standard_pack_main.css?ver=6b62588d3347
/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js?ver=a50385a2d79d6600973a7e69
/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=a50385a2d79d6600973a7e6
Any idea? The first one has appeared 13 times. Any problem, or nothing important. I vist my web site and it seems to work perfectly in mobile or desktop version but I prefer to ask you.
Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /home/u306h681/public_html/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /home/u306h681/public_html/wp-content/plugins/td-composer/css-analyze/css-analyze.php:507 Stack trace: #0 /home/u306h681/public_html/wp-includes/class-wp-hook.php(287): {closure}(NULL, 1507, ‘tdc_google_font…’, true) #1 /home/u306h681/public_html/wp-includes/plugin.php(212): WP_Hook->apply_filters(NULL, Array) #2 /home/u306h681/public_html/wp-includes/meta.php(676): apply_filters(‘get_post_metada…’, NULL, 1507, ‘tdc_google_font…’, true) #3 /home/u306h681/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php(572): metadata_exists(‘post’, 1507, ‘tdc_google_font…’) #4 /home/u306h681/public_html/wp-includes/class-wp-hook.php(287): td_load_css_fonts(”) #5 /home/u306h681/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #6 /home/u306h681/public_html/wp-inc in /home/u306h681/public_html/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 507
Hello,
1. To set a specific color for each category, if it is so, then you can use a custom CSS like this one => https://www.screencast.com/t/WLgD2hJNMWN3
This is the code
.td-module-image a[href$="/music/"], .td-meta-info-container a[href$="/music/"], .td-module-container a[href$="/music/"], .single .td-category a[href$="/music/"], .tdb_single_categories a[href$="/music/"] {
background-color: green;
}
.td-module-image a[href$="/architecture/"], .td-meta-info-container a[href$="/architecture/"], .td-module-container a[href$="/architecture/"], .single .td-category a[href$="/architecture/"], .tdb_single_categories a[href$="/architecture/"] {
background-color: red;
}
.td-module-image a[href$="/video/"], .td-meta-info-container a[href$="/video/"], .td-module-container a[href$="/video/"], .single .td-category a[href$="/video/"], .tdb_single_categories a[href$="/video/"] {
background-color: blue;
}
.td-module-image a[href$="/architecture/"], .td-meta-info-container a[href$="/architecture/"], .td-module-container a[href$="/architecture/"], .single .td-category a[href$="/architecture/"], .tdb_single_categories a[href$="/architecture/"] {
background-color: red;
}
You need to change the category with your category (example: art with music) and also, you can change the color.
Set the code in Theme Panel ->Custom code -> Custom CSS -> https://www.screencast.com/t/St204VtFl3NU
2. The Posts Loops settings are divided into 4 tabs: General, Layout, Style, and CSS. The Posts loop is a special block and doesn’t have filtering options, you can only sort it =>https://www.screencast.com/t/geckLSYd5sa, so if you have set the Posts Loop on the homepage, then will display all post of all categories, if you have set the Posts Loop set on the category template, then will display the posts only from that category.
Hope this helps you!
Thank you!
Hello,
Below is a custom CSS that I put in Theme Panel/Custom code/Custom CSS.
.arrow-bottom {
background: url(images/arrow-bottom.svg) center center no-repeat;
}
.arrow-top {
background: url(images/arrow-top.svg) center center no-repeat;
}
.arrow-right {
background: url(images/arrow-right.svg) center center no-repeat;
}
I uploaded the icons svg in public_html/images/icons.
Question : what is the correct path to display the svg ( I tried images/icons/ but it’s not working ) ?
Thanks in advanced.
Hi everyone, I’m not sure how to explain this but how do I remove the orange/brown colour so I can bring items closer together? as you can see in this picture below, I would like to bring the picture under it closer to it.
have played with padding in CSS, have looked at options but just can’t work it out.

I found a way to add icon in footer, I have added the icons with customized html and css. You can check in Footer.(https://dashofturmeric.in/)
If there are no way please suggest some way by which i can add like i used a method in footer.
Please suggest any way by which I can add the Instagram Icon.
or If you can share the code/shortcode which can work for sharing the post.
Thanks in Advance
Please help. Images have gone and text crashed on top. Site completely messed up using these features. M.
Hi Bettina,
I have tried using the Gutenberg editor and the result is actually the same.
https://blog.wynsors.com/blog/wp-content/uploads/2021/04/Untitled-1.jpg
I’ve just noticed though something in the theme is overiding the table code. think its a display:block; in the CSS. I’ll remove this with custom CSS in the theme panel.?
Thanks for your help with this,
Mark
The CSS analyzer should be a separate plugin maybe?
I am still on 10.3.9.1 due to all the issues.
Contact form 7 was also non-functional so I had to turn of ajax.
Hello,
You can remove the shadow effect from the content zone, like this => edit the homepage with tagDiv Composer => https://www.screencast.com/t/XihQl0zHm, select the CSS Code(Raw CSS), open the CSS editor and remove these lines of code => https://www.screencast.com/t/bGWrgQXp , also, if you want to remove the effect for header and footer delete the code => https://www.screencast.com/t/iVhFB14S
Hope this helps you!
Thank you!
Hi,
i am adding an image to the post via gutenberg editor. However standard function of aligning image to the right or left with the text wrapped around does not work. Each image is just displayed as a block and text only starts below image. It does not make sense for small images that should be side by side with text. Is it standard newspaper theme behavior or just the PRO template I am using (animals pro)? How to change it?
I found in css inspector this part, but not sure if it is for that:
.td-post-content img {
display: block;
}
Good morning,
Yesterday we bought the theme ‘Newspaper’, after installing it, the CSS does not work.
The zip contains style.css and other css pages, but in the preview of the theme, the web appear without any style.
Any help????????
Cause i have done everything that the tagdiv and envato solutions page recommend in “Theme is missing the style.css stylesheet error”
Thanks
Hello,
You can remove the shadow effect from the content zone, like this => edit the homepage with tagDiv Composer => https://www.screencast.com/t/XihQl0zHm, select the CSS Code(Raw CSS), open the CSS editor and remove these lines of code => https://www.screencast.com/t/bGWrgQXp , also, if you want to remove the effect for header and footer delete the code => https://www.screencast.com/t/iVhFB14S
Hope this helps you!
Thank you!
Hello!
Please add this code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.td-business.home .td-business-home-row .td_module_wrap .td-post-date, .td-business.home .td-business-home-row .td_module_wrap .td-post-author-name {
display: block!important;}
Let me know about your results!
Thank you!