- 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
Hello,
Please remove the previous code and use this one instead:
.td_block_11 .td-module-title{
border-bottom: 1px solid black;
}
Thank you!
Hello bvanrij,
If you want to do this customisation, please notice that you will have to add some conditions in Woocommerce template, archive-product.php core file , like this -> http://screencast.com/t/Zk0MikVOa You will have to use the do_shortcode method and you will have to replace the woocommerce_content() with your desired Block which you want to have as default, using this method. Also, please notice that you will have to edit each case *sidebar_left, *no sidebar, *default. Also, you will need to make some adjustments with CSS code in order to achieve best results.
Hope this helps and good luck into your project.
Thanks.
Hi,
Please use this code:
.sf-menu ul .td-menu-item > a:hover, .sf-menu ul .sfHover > a, .sf-menu ul .current-menu-ancestor > a, .sf-menu ul .current-category-ancestor > a, .sf-menu ul .current-menu-item > a, .sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after, .td_block_mega_menu .td-next-prev-wrap a:hover, .td-mega-span .td-post-category:hover, .td-header-wrap .black-menu .sf-menu > li > a:hover, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .sfHover > a, .header-search-wrap .td-drop-down-search:after, .header-search-wrap .td-drop-down-search .btn:hover, .td-header-wrap .black-menu .sf-menu > .current-menu-item > a, .td-header-wrap .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-wrap .black-menu .sf-menu > .current-category-ancestor > a{
color:white!important;
}
Thank you!
I second that! I am having such a hard time trying to find out which module corresponds to which grid… I’m using Firebug, but it just seems like an unnecessary step in the process for a theme that is otherwise so feature-rich.
Big question right now is this – where do I change the font settings for the “text with title” VC block? Can’t find it anywhere.
Dear Tagdiv
I was trying to use Shortcode for Blockquotes, Pullquotes & Dropcaps by following this documentation https://forum.tagdiv.com/blockquotes-pullquotes-dropcaps/ but it doesn’t show up like the tutorial.
Is it conflict with another shortcode plugin ? or what should i do ?
Thank You
Hello!
How can I add my choosen tags to all pages in the top of my site? Here how it should be http://prnt.sc/cekew5, but not only on main homepage, but on all pages. Without usind top header adv block (Theme Newsmag) Thank You!
Best way is to select “text only” ads for mobile. iOS will block Flash ads; some ads simply don’t load (timeout). You can also set a fall back local “house ad” for your site in the AdSense settings when you create an ad unit.
Put another way; the theme has nothing to do with what ads are shown/not shown; it is simply setting up the ad spot to load your AdSense code — the ads are served by Google, not the theme.
Also be aware you can usually put the Google AdSense code into a simple text widget and it should work just fine; we do this on one site not using TagDiv themes, where there no ad boxes, and we just needed ONE simple ad unit.
Hope that provides some food for thought 🙂
-
This reply was modified 9 years by
simchris.
Nobody should be going to that location; it’s not a public part of your site. Hackers sometimes try that to see if there is no proper blocking mechanism in order to get access to your files.
You will also often see that error in webmaster tools when switching themes, or updating themes; this is normal, and you can just mark as ‘fixed’ and move on 🙂
Hi there my website http://newsremark.com now showing latest articles on home page big grid block.
I’m facing this issue for a long time.
Homepage now showing latest article son big grid block but when i open any article, it shows on my widget latest articles section.
Please help me out.
Thank you Bogdan. You should be our prime mentor here 🙂 🙂
It worked as it should… But I am really disappointed that Andrei didn’t try to check and solve my issue 🙁
Anyways..few things are still unsolved –
As I have earlier too that I have done some customisation with ( image caption text/link ) to make it look better and it’s working really well with default post without smart lists and even with images uploaded externally on smart lists.
The code is:
.wp-caption-text a {
background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
display: inline-block;
padding: 0 3%;
}
.wp-caption-text, .wp-caption-text a {
color: #fff;
font-size: 10px;
margin-top: -28px;
text-align: left;
line-height: 20px;
margin-left: 3px;
}
Here is how it looks in smart-list-1:
Screenshot: https://i.imgur.com/hrL5MJr.jpg
But with internally uploaded there are two issues still left.
1. It doesn’t honor the above written custom CSS
2. The whole image is clickable and opens in the same after when clicked. the link is the one- we have written under “caption” to credit the source of the image.
Here is the screenshot : https://i.imgur.com/FfBwmOy.jpg
The example post is: https://tomatoheart.com/rishika01/23-girly-problems-men-never-understand/19/
You must be understanding that sending your visitors to the external site on the same page is never a good idea. So, please look at these two issues whenever you have time.
And please try to understand that these are universal issues with all the TagDiv theme users who want to use Smartlist the way I am using. So, please take this issue seriously for the benefit of the whole community.
Thank you very much 🙂
Hi,
I have tested the code provided above and seems to work as properly as you can see here -> http://screencast.com/t/KFduMM3Jovaf
The code is ->
.td_block_social_counter .block-title > span{
background-color:green!important;
}
Clear all your caches, purge CDN files if you are using the CDN system and test it again.
Thanks.
Hi,
If you use block 11 there, then yes you need to change the excerpts for module 10 which was used to create block 11. Try to add 1 instead of 0 and see how it goes – http://screencast.com/t/jsnnMRyyM – http://screencast.com/t/f9oIheI8B
Like you can see for each module it is specified the block(or blocks) where it is used, so it should work.
Let us know and if the issue persist contact us via email at contact@tagdiv.com and provide wp-admin access and we will take a look. Just provide more details about that block(where it is located on the page) and also paste a link to this topic.
Thanks!
Hi,
I’m not sure where Blogwire saw Chinese docs. Our are written in plain English: https://forum.tagdiv.com/newspaper-theme-documentation/
If you want to integrate events into our theme blocks you simply have to add the custom post type ID in the block settings like so: http://screencast.com/t/BLWCyp0d
If you find our theme to be too difficult or our documentation not good enough, or our theme support not good enough, you can request a refund so you can then choose another theme better suited for your project.
Thank you!
Hi Catalin,
thank you for the rely. This works very well for the posts and the category pages. But in the Block-Modules the categories are still shown.
Best regards
Martin
Hello,
Please try to add the social counter class at the front of the code which I gave you above -> .td_block_social_counter and then, this code will be applied only to the social counter.
Thanks.
Hi,
In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}
or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd
Thank you!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/PivbWGX39m4I
.td-footer-bottom-full .block-title {
display: none;
}
Let us know how it goes!
Thanks!
Hello shiokcut,
The Social Media Block can be added/delete from your Visual Composer, like this -> http://screencast.com/t/jUetQoPs2 So, if you want to have the similar layout for Social Counter, please ensure that you are using the latest version of the theme (Newspaper 7.3) with the latest version of Social Counter (4.1) because this version of plugin has been customized with these styles -> http://demo.tagdiv.com/newspaper/social-counter-widget/
Thanks for your understanding!
Not sure why this is so complicated. Would be great if could be done in the block itself for great customization.
Attached is a screen shot of Block 10. I don’t want ANY excerpt –just title and author on the page.
http://brandinginasia.com/wp-content/uploads/2016/09/Screen-Shot-2016-09-05-at-8.44.33-PM.jpg
When I go to excerpt section in theme panel what do I adjust? I’ve tried reducing Module 10 td_block_11 to “0” but that didn’t work.
I don’t even know if that is the right place to adjust.
Love your theme, but the whole Module/block page is extremely confusing.
Please enlighten me.
Hello ivpt,
We know about this issue and we will consider to fit in in near future update. Until this, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_social_counter .block-title > span{
background-color:red;
color:green;
}
.td_block_social_counter .block-title{
border-color:red
}
Thanks.
Hi,
I am using your theme in our website. Because of some custom changes we were not updated theme for a long time but few days back noticed there are so much new things that we wanted to are already added in your theme. Our theme has versioned 4.6.1.
Very much interested to update my theme but I am having issues updating theme, when updated it was crashed. I noticed old header template in child theme creating issue then replaced with new. Again found theme panel setting is empty then exported from old and imported.
But now I put my old content to to new setup and later found td_blockX shortcode has been changed to td_block_X. How it gonna work with file updates only I have to update complete database?
Please suggest me the best way I can do it.
Thanks Sanny
Hello Pascal,
We have not tested this method so it could not work at all i’m afraid.
You can try to replicate the implementation of the title on each module in particular: http://screencast.com/t/61ZbIWZNkHjC
You can see a list of what module is used on what block here: http://screencast.com/t/t3EuHyviOR
Thank you!
Hello pradeeppathak07,
I have tried to access your above link and I get only the blank page. We are unsure why this happens but malware is malware. Once it gets in, it can cause lots of issues. Please use these guides to get rid of it:
http://securepress.org/tutorial-how-to-remove-malware.php
https://wordpress.org/support/topic/malware-removal
https://www.wordfence.com/docs/how-to-clean-a-hacked-wordpress-site-using-wordfence/(Wordfence blocks all access including the theme panel settings, so whenever you want to change the settings in the theme panel you need to set Wordfence to learning mode)
Also, please check the WordPress documentation for more info on how to setup your WP site:
https://codex.wordpress.org/Settings_General_Screen and make sure you have the latest secure version of WP installed.
Hope this helps!
Thanks.
Thanks Catalin,
That works but … it’s taken every .block-title header and turned them into White text on Red background. Ideally, we would have the custom colours set up – eg, SPORT being green.
Crucially though, in the footer, this looks very strange. See screenshot

Hello PhilCreighton,
Please try the code below and place it in Theme panel->Custom CSS area.
.block-title > span{
background-color:red!important;
}
The result is here -> http://screencast.com/t/0QtEy1hjJr3
Thanks.