- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
Hello guischarf,
Please notice that our page builder cannot be used to edit the Header Section, sorry! On the header section, cannot be added any modules/blocks at the moment, sorry! If you want to edit that section, you should edit the theme core files, where the header section is created.
Thanks for your understanding!
Hello My hosting provider has already made all the adjustments that you have asked for but my theme continues with problems. I can not load blocks of tagDiv Cloud Library.
I made all the settings you indicated for me, but the cloud library sessions are not installing. What should I do. My theme is not working. my site is hosted on Hostgator / Brasil.
http://www.schoje.com.br
What should I do ?? What are you going to do with this problem?
I am very disappointed
hello please iwann hide the author name and date in blocks im using newspaper 9 any help iappreciate it thanks !
Hello, Catalin. Thanks for your answer. I had read the documentation when I wrote, but have not found information about various topics which are very important. For example:
- How do I create new blocks using pre-existing modules
- How do I insert new blocks or modules in the header area. Header seems to be all presets just controlable through parameter twicking
- Is Tag Div and WPBakery the same thing? If not, why I do not see a TagDiv menu on WordPress back office, but do see a WPBakery one?
Thanks again for your response.
Guillermo
Hello, thanks for your answer, the problem appears in the webmaster, we do not know what is due, we have already blocked it in the robot but the problem persists
This code works, but still I have this small border on hovering over this block:

How to remove it?
Thanks
Hi,
Please follow this guide Thumbnails – Fix strange looking images on blocks
Please go in media Library, search the image and regenerate thumbnails -> https://www.screencast.com/t/1Hsi41NC5oL
Thanks.
Hi,
From what I know there aren’t any immediate plans to modify/add the block sorting/filtering options. But there might be in the future, I will add this request on on our list if it’s not already there.
Thanks
Hello,
Notice that the theme will create thumbs for every image is uses in modules/blocks.
Thanks.
Like this seems to work better – http://prntscr.com/lfrzhk
.td_flex_block_2 .td_module_flex_2 .td-module-container:hover:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(196,95,10,0.9);
}
You could now add a transition to this code, I believe that is how the website you mention does it. Here is a guide
– https://css-tricks.com/almanac/properties/t/transition/
Hi,
There are many elements from the theme that will use ajax. Like the live search function in the header, mega-menu with subcategories, block pagination, the ajax filter displayed in blocks.
So if there are many website visitors at the same time, that may happen (also maybe the server cannot handle that much traffic).
Reducing the number of blocks which use pagination and ajax filters, would reduce the usage of ajax for example
– https://www.screencast.com/t/qL6k6qbS
Thanks
Yes, this works, now it shows border on hovering author block.

How to fix that?
Thanks
Hello
I need some help on this one. (https://www.eucmh.be)
On the homepage, just under the Video block on my homepage something strange appeared !
“(Visited 92 times, 13 visits today)”
<div class=”tptn_counter” id=”tptn_counter_8244″>(Visited 92 times, 13 visits today)</div>
I have no idea where this come from.
thank you
Gunter
I think this may be an issue with the ads module, but I’m getting the following error message in the header of my website:
/home3/wadtl20achdo/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 353
Can anyone help me out with how I go about fixing this?
Thanks very much in advance …
Hi we got a message from our hosting company saying the Ajax system in our theme is causing some 504 errors. I’m pasting the email from them below. Can you please advise.
—
Hello info@sneakerbardetroit.com,
Your ticket (#1214944) has been updated.
To review the status of the ticket and add additional comments, follow the link below:
http://help.wpengine.com/hc/requests/1214944
You can also add a comment by replying to this email.
Josh Applekamp (WP Engine Support)
Nov 7, 9:21 AM CST
Hi Mario,
Hope you’re having a great Wednesday!
I wanted to touch base with you regarding some high Ajax counts I am seeing from the sbdetroit site.
32196 /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=9.1
40522 [action] => td_ajax_loop
36184 [action] => td_ajax_search
8216 [action] => td_ajax_block
wp-content/themes/Newspaper/js/tagdiv_theme.js
13807: action: ‘td_ajax_loop’,
wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
150:add_action(‘wp_ajax_nopriv_td_ajax_loop’, array(‘td_ajax’, ‘on_ajax_loop’));
151:add_action(‘wp_ajax_td_ajax_loop’, array(‘td_ajax’, ‘on_ajax_loop’));
japplekamp_@pod-150264:/nas/content/live/sbdetroit$ ack-grep “td_ajax_search” wp-content/themes/ wp-content/plugins/
wp-content/themes/Newspaper/js/tagdiv_theme.js
6110: action: ‘td_ajax_search’,
6146: action: ‘td_ajax_search’,
wp-content/themes/Newspaper/mobile/js/tagdiv_theme.js
938: action: ‘td_ajax_search’,
wp-content/themes/Newspaper/mobile/functions.php
90:add_action(‘wp_ajax_nopriv_td_ajax_search’, array(‘td_ajax_mob’, ‘on_ajax_search’));
91:add_action(‘wp_ajax_td_ajax_search’, array(‘td_ajax_mob’, ‘on_ajax_search’));
wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
154:add_action(‘wp_ajax_nopriv_td_ajax_search’, array(‘td_ajax’, ‘on_ajax_search’));
155:add_action(‘wp_ajax_td_ajax_search’, array(‘td_ajax’, ‘on_ajax_search’));
japplekamp_@pod-150264:/nas/content/live/sbdetroit$ ack-grep “td_ajax_block” wp-content/themes/ wp-content/plugins/
wp-content/themes/Newspaper/js/tagdiv_theme.js
6849: action: ‘td_ajax_block’,
wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
146:add_action(‘wp_ajax_nopriv_td_ajax_block’, array(‘td_ajax’, ‘on_ajax_block’));
147:add_action(‘wp_ajax_td_ajax_block’, array(‘td_ajax’, ‘on_ajax_block’));
These Ajax hits are being generated from the Newspaper theme. With such a high amount coming through so quickly it is overloading our server queueing system we have for requests and causing 504 errors to occur:
80 504 “POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=9.1
This particular theme does not allow easy updates regarding the Ajax activity. I would recommend reaching out to the theme developers to see if they can provide some input on getting their Ajax activity under control.
Beyond that everything else appears to be in good shape so far. I’ll keep an eye on the server and update you with any additional insight, but if you have any questions for me please let me know!
Thanks,
Josh Applekamp
WP Engine – Technical Project Manager – Finely Tuned WordPress
M-F 9:00am – 5:00pm CST
—
I’ve created custom post type – ‘edi’. It has: Title,Content Editor,Featured Image,Excerpt.
I created single-edi.php, ant it display the data I enter like here:

Now I want to display it on home page, and I choose on block option post type:

And choose show excerpt:

Result:
Excerpt not shown, only post name, image. IF I fill excerpt field manually, for ‘edi’, it shown as expected.
So question is – how to make it work automatically, as usual posts in theme.
Thanks
Hi,
is work with your example code with a little modify
.td_flex_block_2 .td_module_flex_2 a:hover:after{
/*content: ”;*/
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(196,95,10,0.9);
}
Thank you!
Hello all. After 4.6 update, images are broken on my website: https://ogulcanozugenc.com/
When I turn on Ad Block, the images fixes. You can try it. What is wrong with my site? Thanks.
Hi fno2019,
Hi, you have set hide for td-module-meta-info
https://www.screencast.com/t/98Nnld18YM8
Please add this custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 768px){
.td-recipes .td_module_wrap .td-module-meta-info {
display: block;
}
}
Hope this will help you.
Thanks.
Hi, I can’t change author post/comments count hover color.

One of the code I tried
.td_top_authors .td_mod_wrap:hover .td-author-post-count {
background-color: #fff;
}
I’ve tried many different variations, nothing worked, please help.
Thanks
Hi,
There would be a method, it will require a modification to the mega menu block file. This topic is similar
– https://forum.tagdiv.com/topic/is-it-possible-to-exclude-third-level-sub-categories-from-mega-menu/
You can make the modification in a child theme if you use one.
Thanks
Hi bayarshahab,
Unfortunately I can not understand from your screenshot were cam this block.
Please provide a link to the website were I can inspect this problem.
Thank you for your understanding.
Hello agracjan,
Please notice that our theme uses thumbnails to display more size of your loaded images on modules/blocks. If you will check our Theme panel, you enable/disable what kind of thumbs you need, from here -> https://www.screencast.com/t/viKo9QPq You can turn off them from that section and then, the theme will not create those dimensions you do not use.
Thanks for your understanding!
Hi,
I don’t quite understand, you prefer that size for block 11, like so https://www.screencast.com/t/O0QbwtJT9jjO
If is so, and you want to change in to the theme files, there is a lot of files that you’ll need to change an that is not indicated.
Thank you for your understanding.
Why it is not in the Page Builder or Composer button. I need to edit the blocks in mobile.
Yes, I know that you must activate the Mobile Theme, but I still can not activate it. Help!
Thank you.
