- 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,
I have also tried Alin’s code and it worked : http://screencast.com/t/cJvtTfro
Make sure you use the class you give the row in your code. If you skip this step and do not change the code it will not work. You can also try it without a custom class but then it will apply on every block 15 in your website, not just on the specific page. However this only works for the desktop version. The mobile one has smaller images and is harder to fit the titles inside them.
Please check the steps again and make sure you did not miss anything.
Thank you!
How to remove duplicate categories from “Block 7” of Main page?






Hello we’re currently investigating the possible use of your newspaper theme.
We’ve added about 25 article and have tried to divide them over several categories in the homepage.
you can view our progress so far at http://wp.bgmagazine.nl/
What we would like to achieve is a structure with blocks named Arbo en verzuim, Duurzame inzetbaarheid and Preventie and so on. That we have achieved.
However we have several post type, such as Article, opinion, news, event, Jobs etc.
What we would like to achieve is to have these post types as subcategories for every block, as a horizontal submenu. So every block would have all articles of eg. category Arbo en verzuim, and have a horizontal menu in that block displaying all article, columns, events for that category ‘Arbo and Verzuim’
We thought the Ajax drop down would do that trick. However if we use the ajax dropdown and use category ID, it is displaying all articles of all categories instead of articles only from that specific maincategory.
Hi,
Unfortunately the big grid you are pointing comes from the Newsmag theme. You can chose a different big grid for your homepage. Here you can try them out and there styles: http://demo.tagdiv.com/newspaper/big-grid-1/
As an alternative you can use the big grid slide block which resembles the one ion newsmag on the mobile version: http://demo.tagdiv.com/newspaper/big-grid-slide/ (it needs to be set to at least 8 posts)
You can force the slide to display like the one on newsmag but it is no easy task. You can follow this topic if you want to tackle this challenge: https://forum.tagdiv.com/topic/big-grid-on-the-mobile/
Thank you!
Hi
You can select which category will be displayed in a grid from block settings in Visual Composer pagebuilder. There is no option to display specific posts in a block/grid but you can achieve that by adding a specific tag/category to those posts, then add that tag/category in the filter field: http://screencast.com/t/BfUtcDUietu
Hope this hep.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
The trending now block title is affected by the headers background color : http://screencast.com/t/g1kLqw00R
This option will change all headers. If you want to target just the trending now title you will have to use custom css:
.td-trending-now-title {
background-color: red;}
Thank you!
Hi
When you install the demo without content only the settings are loaded, colors, fonts etc. The content must be created by the user. You can add the grid or any other block from Visual Composer pagebuilder: http://screencast.com/t/yVhd0YuLkOl More details about page customizations can be found in our documentation: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/how-to-use-visual-composer/ – https://forum.tagdiv.com/block-settings-tutorial/
Hope this help.
Thanks!
Hi
Try this css in theme panel > custom css, the result should be like here: http://screencast.com/t/wHhihENgW
.page-id-29 .widget .bbp-submit-wrapper{
width:282px;
}
.page-id-29 .apsl-login-networks, .theme-4 .apsl-icon-block.icon-twitter, .theme-4 .apsl-icon-block.icon-facebook{
width: 205px!important;
display:block
}
Thanks!
Hi,
You will need custom modifications for this. I will provide an example for desktop screens as the thumbnails are to small on tablets and phones and it will not look fine. If you need this also for those devices I suggest to get a freelancer to help you.
You can add an extra class to the row and use it to target block 15 if you want this only for that page – http://screencast.com/t/gqXHi6ubETDr and use this custom css in Theme Panel > Custom Css – http://screencast.com/t/h6vs0VDn
@media (min-width: 1020px) {
.yourclass .td_block_15 .entry-title {
position: absolute;
top: 35px;
text-align: center;
padding: 3px;
}
.yourclass .td_block_15 .entry-title a {
color: #fff;
font-size: 13px;
}
}
Thanks!
Probably this problem arises when I add 4 video Or I added some videos. Link here Why? My English is not good. Thank you.

[td_block_video_youtube playlist_title=”Mecburlar Blog” playlist_yt=”f0ejXZEvDXE, irb3g26V0UM, Kt7ux0FO5TI, rQ6nD2d5mKw” playlist_auto_play=”0″]
Where do I go to add the CSS? Is this an editor file within my WP dashboard? If so, do I just put this code anywhere in a certain CSS file?
The CSS file in the parent or child theme?
@media (min-width: 768px){
.menu-item-57 {
display: none;
}
}
—-
I found this in my parent theme CSS:
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-block-row [class*=”td-block-span”] {
padding-right: 20px;
padding-left: 20px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-block-row [class*=”td-block-span”] {
padding-right: 14px;
padding-left: 14px;
}
}
@media (max-width: 767px) {
.td-block-row [class*=”td-block-span”] {
padding-right: 0;
padding-left: 0;
}
}
.td-block-span4 {
/* 1/3 – used when the block is on td-3-col */
width: 33.33333333%;
}
.td-block-span6 {
/* half – used when the block is on td-2-col */
width: 50%;
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
Hi Catalin,
I increased the length of the Newsticker block in theme panel but still it was of no use.Please help me with this.Please take a look at my screenshot
http://www.screencast.com/t/9Y19jTxK
Thanks,
Anand
Hi,
I am using the block 15 here: gwenos.com/videos
and I would like to align the title in the center of the post images (like on grid 1 on the homepage).
Same with the Top Menu images.
Thank you for any advice 🙂
Hi
Try to reinstall the latest Visual Composer version available with the theme (V 4.7.4) deactivate all plugins, clear all caches and test again. Also check in browser console if there are some errors while you’re trying to edit a block. Another thing which you can do is to check in error log if there appear any errors related with this problem, and make sure you have enabled all blocks in VC settings: http://screencast.com/t/146cjQq0Q6uW
Thanks!
Hello,
Unfortunately there is no option for it in the theme panel, You will need custom work to do it.
You can change the thumb size used by the block by identifying the module file used by it. In this case it’s module 3: http://screencast.com/t/f4EDZUpfC7yJ
You can change the thumb size to another used by the theme: http://screencast.com/t/DsEsN5vR53Bl
But this will cause further problems: http://screencast.com/t/OthxWLXR6Z Images will stretch over the titles so it will need further adjusting to display properly.
I used the 534×462 thumb size. You can use this custom css in the theme panel->custom css to get the titles a bit lower:
.td_module_3 .td-module-thumb {
height: 275px!important;
}
I hope this helps.
Thank you!
Hi
To remove the ads from 404 page add this code in td_block_ad_box.php
if ( td_global::$current_template == '404' ) {
return;
}
If you want o remove the ads from some specific pages you need to add a set of conditions like here: http://screencast.com/t/F6eLyoB3U1W
if (is_page(ID) or is_page(ID)){
return;
}
To get the page id follow this link: http://screencast.com/t/Lhewob9kSr
Thanks!
How can I increase the image height for “Block #5 images”?
Hello,
How to remove ad blocks from 404 and for example other pages like about, contacts, diclaimer?
How can i set category as below image ?? please help

Hello filipecfarias,
You can set this option within Visual Composer like that: http://screencast.com/t/9C1rdkHi and if you have more categories, you should find the category id like that: http://screencast.com/t/fuf0FN1unw
These ids have to be put in box “Multiple categories filter” separated by commas (ex: 13,23,18) or you can change by categories like this: http://screencast.com/t/jNgVklcI7vl
For more details about blocks settings please consult our documentation here: https://forum.tagdiv.com/block-settings-tutorial/
If is not what do you want, please provide more details.
Hope this helps!
Thanks!
-
This reply was modified 10 years by
Catalin.
Hello
on our home page, we have two blocks that have same category ID “39” on “Multiple categories filter” on
and then, only one 39 shows properly, other one just go empty like this
is this due to that you have a function that is “do not show same article on same page”?
how to fix this please
thanks!
Hy findlay,
You can set this option within Visual Composer like that: http://screencast.com/t/jDjC1ys3ZA and if you have more than one author, you should find the authors id like that: http://screencast.com/t/a0n8Mj3Ar
These ids have to be put in box “Multiple authors filter” separated by commas (ex: 13,23,18).
For more details about blocks settings please consult our documentation here: https://forum.tagdiv.com/block-settings-tutorial/
Hope this helps!
Thank you!
Hi,
You can create a page to display all your authors using Authors Box block. It will display all your authors(name, photo and posts and comments counter) – http://screencast.com/t/l1baxeL773s2
If you need also author bio information, you will have to add this code in td_block_authors.php file – http://screencast.com/t/LQFrzsG1J – http://pastebin.com/UUutjeP7
And add the following css in Theme Panel > Custom Css – http://screencast.com/t/2esvImmE
.td_top_authors div.item-details {
height: auto;
}
Thanks!
Hello,
1) The top menu containing the login widget is hiden on the mobile version. It was a design choice and it can be forced to appear using custom css:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}
Just add the code in the theme panel->custom css box.
2) and 3) please provide more details to your problems. Be more descriptive and provide a link to your website so we can inspect the problems and come up with a solution.
Thank you!
Hi
Sorry about that. I’ve tested with a 1px margin and didn’t noticed that margins. Replace the previous css with this one, it should work fine: http://screencast.com/t/sE3zNaXCz
.td-grid-group-1 .td-module-thumb, .td-grid-group-2 .td-module-thumb{
margin: 0 10px 0 0;
}
.td-grid-style-5 .td-big-grid-scroll .td-big-grid-post{
padding-top: 10px;
}
.td-grid-group-1 div:last-child{
padding-top: 10px;
}
.td-grid-style-5 .td-big-grid-scroll .td-big-grid-post:first-child{
padding-top: 0;
}
.td_block_big_grid_7 {
background-color: #fff;
}
To change the thumb’s background color try this css: http://screencast.com/t/GfF3PpTLvaBA
.td-grid-style-5 .td-module-thumb a:last-child:before{
background-color: #8D8484;
}
Thanks!
-
This reply was modified 10 years by
Andrei L..