- 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 Tagdiv,
Thank you very much for the answers of my questions before. Now, I need team’s help, to change the block title style like this screenshot, for all block title. Thank you
Best Regards,
Emirza
Hi guys,
Thanks for the hard work on the theme and support. Is it possible to add a slider to the “big grid blocks” to display/rotate different posts every few seconds?
An example of what I want to do is here, at the top of the page http://harrietsugarcookie dot com
Hello pvergados,
Unfortunately, our theme does not have any such an option for this, sorry! It is just a simple blocks which are added to your sidebar. So, if you want to avoid their duplication you should filter out in different way.
Thanks for your understanding!
Hello ramspeed,
First of all, check your Theme panel->Block Settings that your thumbs to be activated like this -> https://www.screencast.com/t/I85cef0Ey4 Also, if you are using some untested plugins, please try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins. Notice that our theme uses thumbs and the images are cut by these. So, if these are disabled, the theme will display the image at the original size and could look ugly. Clear all your caches, purge CDN files if you are using the CDN system and check the results.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hi,
You could remove their translation in Theme panel->Translations here – https://www.screencast.com/t/NgNsKq7Wb
Result – https://www.screencast.com/t/IaA738NR
Then if you want you can add this code to remove the button border on the right – https://www.screencast.com/t/xKdj6FRm9
.td_block_social_counter .td_social_type .td_social_button {
border-left: none;
}
Result – https://www.screencast.com/t/QkNhZlgoNm6
Thanks
Hello giahancute2013,
I have inspected your screenshot and I notice that you have two filters. The first one is Multiple Category and the second one is Latest. Please notice that in this block you will bring all the latest posts which are part of these categories and maybe that’s why you do not know this thing. If you want to display the latest posts from entire website, you should remove the category ID’s from Multiple Categories filter field.
Hope this helps!
If is not what you mean, please provide more details.
Thanks for your understanding!
Hello indro,
If you want to make these changes, please notice that you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
.td_block_big_grid_6 .td_module_mx5 .td-module-title a{
color:red!important;
}
.td_block_big_grid_6 .td-big-grid-post-0.td-big-thumb{
padding-right:1px!important;
}
.td_block_big_grid_6 .td_module_mx13{
padding-right: 1px!important;
}
.td_block_big_grid_6 .td_module_mx5{
margin-bottom:1px!important;
}
The result is here -> https://www.screencast.com/t/cJ5X4QPJOtW
Thanks for the message!
Hello giahancute2013,
You should try installing one of our demos from this list -> https://www.screencast.com/t/Jw5UUhgWDvJ and then you should check the backend because you’ll see what blocks have been used and how it was built. For starters, I’d recommend you to install the default demo. For more information about this way, please consult our documentation here -> https://forum.tagdiv.com/newsmag-installing-demos/
Hope this helps!
Thanks for your understanding!
Hi,
Try this code, enter it in Theme panel->Advanced Css in the phones section for the responsive default mobile theme version – https://www.screencast.com/t/aQdisglm or in Theme panel mobile theme css if you are using the mobile theme plugin
.footer-text-wrap .block-title span {
display: none;
}
.footer-social-wrap .block-title span {
display: none;
}
Or you could change/delete their translations in Theme panel->Translations – https://www.screencast.com/t/rnAPli3dOY
Please let me know if this works for you, if not post a link to your website for a more accurate answear.
Thanks
Hello tommyteo,
If you want to filter your block by tag, you should add the Tag in the right field when you edit the block, like this -> https://www.screencast.com/t/BkL5NaLK For more information about Block Settings, please consult our guide here -> https://forum.tagdiv.com/block-settings-guide/
Thanks for your understanding!
Hello Jim Kalligas,
1)Please notice our Ads of the theme has been designed to work after rules imposed by the Google Adsense. So, if you want to display your Ads, you should not use the Adblock. I do not know what type of custom ad sports you mean because the Adblock will be ON, this will block all the Ads will have the word ‘AD’ in their structure.
2)Unfortunately, this type of plugin is not tested with our theme and we have no idea abut the theme behavior with it, sorry! Also, we cannot provide support for untested plugins. For more information about child theme support, please consult our guide here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks for your understanding!
Edit: It worked but if I put the date before the category then nginx gives an error.
When I switch date to the back then it is ok. like this:
<div style="display:inline-block;"><?php if (td_util::get_option('tds_category_module_10') == 'yes') { echo $this->get_category();}?></div>
<div style="display:inline-block;"><?php echo $this->get_date();?></div>
Is it possible to show the category after the date?
Thanks
Hi, I found a solution already in td_module_10 i added display:inline-block style.
<div class="td-module-meta-info">
<div style="display:inline-block;"><?php echo $this->get_date();?></div>
<div style="display:inline-block;"><?php if (td_util::get_option('tds_category_module_10') == 'yes') { echo $this->get_category();}?></div>
<?php echo $this->get_author();?>td_module_10.php
<?php echo $this->get_comments();?>
</div>
Thanks
Hello,
i have a blanc page when i activate the plugin tagDiv Social Counter i don’t know what’s wrong with my website
error log : /var/log/apache2/error.log
[Mon Jan 23 01:40:01.570713 2017] [mpm_prefork:notice] [pid 352] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Mon Jan 23 01:40:01.570732 2017] [core:notice] [pid 352] AH00094: Command line: '/usr/sbin/apache2'
[Mon Jan 23 01:40:39.627576 2017] [:error] [pid 8901] [client 105.156.148.136:53911] PHP Fatal error: in /var/www/mywebsite.com/wp-content/plugins/td-social-Uncaught Error: Call to undefined function curl_init()counter/twitter-client.php:386\nStack trace:\n#0 /var/www/mywebsite.com/wp-content/plugins/td-social-counter/twitter-client.php(360): TwitterApiClient::http_request('https://api.twi...', Array)\n#1 /var/www/mywebsite.com/wp-content/plugins/td-social-counter/twitter-client.php(250): TwitterApiClient->rest_request('users/show', Array, 'GET')\n#2 /var/www/mywebsite.com/wp-content/plugins/td-social-counter/td_social_api.php(140): TwitterApiClient->call('users/show', Array, 'GET')\n#3 /var/www/mywebsite.com/wp-content/plugins/td-social-counter/td_social_api.php(50): td_social_api->get_service_data('twitter', '#', '')\n#4 /var/www/mywebsite.com/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php(101): td_social_api->get_social_counter('twitter', '#', '')\n#5 /var/www/mywebsite.com/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php(65): td_block_social_co in /var/www/mywebsite.com/wp-content/plugins/td-social-counter/twitter-client.php on line 386
in the first time it works without any probleme
i haven’t touch any thing in code just permission to access in folder plugin chmod 755 for security action and .htaccess just like that
i have search for error and i find this solution http://stackoverflow.com/questions/6382539/call-to-undefined-function-curl-init i didn’t test it i am waiting for your answer first
thank you for help
I would like to hide image from related post box for certain specific category alongwith its child categories. Similarly, would like to remove author box and ‘more from author’ box from certain categories alongwith its child categories.
For doing that I added following code in css:
.td_block_related_posts .td-module-thumb {
display: none;
}
.td-related-right, .td-author-description{
display:none!important;
}
but problem is that it hide both thing from all posts. Further, it does not hide image and name of author from More article box of specific category and its child categories / posts from specific author.
i set block but it doesn’t show last posts


Thank you
Regards,
Hi,
In Widget [tagDiv] Block 21 > filter > sort order > Highest rated (reviews) is not showing any post. Do I need to activate “Reviews” or other options so the highest rated show up under the list on the main page?
Hi, I changed the background colour and the site became boxed. how can I change the white colour around the block to the background colour, as well as increase the width of the Topbar so that its not boxed http://www.somethingpoppedup.com
Hi Tagdiv,
How to add time (beside date) at single post and Block at homepage?
Thank you
Follow link – http://healthcarechronicle.com
I want static posts (perticular posts only) on homepage top block.
when i create a post that will reflect on home page, but i dont want to change the old posts.
Pls tell me how to do that.
Dear Team,
I received this error today in my webmaster :
Non-Secure Collection of Passwords will trigger warnings in Chrome 56 for http://www.xyz.com/
To: owner of http://www.xyz.com/
Beginning in January 2017, Chrome (version 56 and later) will mark pages that collect passwords or credit card details as “Not Secure” unless the pages are served over HTTPS.
The following URLs include input fields for passwords or credit card details that will trigger the new Chrome warning. Review these examples to see where these warnings will appear, so that you can take action to help protect users’ data. The list is not exhaustive.
The new warning is the first stage of a long-term plan to mark all pages served over the non-encrypted HTTP protocol as “Not Secure”.
Now, when I searched this in google I reached at Google Forums : https://productforums.google.com/forum/#!msg/webmasters/2H8lnEEux_g/C04Yf5L7AQAJ
Here I found that most of the people using Newspaper theme encountered with that error. Kindly look at this please thanks.
I have this problem, suddenly appeared.
I can not use the next page button (ajax) in visual composer, there is no way you can navigate the site, and visual composer don’t have an option to use pagination with clasic numbers.
How can I put an adsense block after the first two post in the index without using pagebuilder
Not quite sure what you mean by a ‘post element?’
You have recent posts, or post grid or slider. The nearest I have found is block 11 or 12, but they only show a small amount of the text and it is limited. What I want is a cross between your block elements and the ‘text block’ Content coming from a post, but displayed like the text block.
Is this something that I should actually be posting to the visual composer forum?
Andrew
Good Afternoon,
I am trying to configure my homepage and wanted to know if there are any Newspaper elements that are similar to ones listed on the wwww.rehabs.com site under the section Learn About Treatment Types. I am particularly interested in the squares that can include a little text.