- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi
The theme doesn’t have an option to change the post displayed in blocks individually, but you can apply different filters like categories, authors, tags from block settings: http://screencast.com/t/waB0NSOVcZ5
If this is not what you mean please provide more details.
Thanks!
How can I remove the space between title and the extract of Block 11?
You can see it on my homepage next to the slider:
gwenos.com
Thank you! Sorry for asking so much
So, my problem is simple. Every time someone visits my site with enabled AdBlocker, it leaves a blank space at the place of Ad. So I want to hide that area automatically if someone visits my site with AdBlocker.
Below is a demo:
Site with disabled AdBlocker: http://screencast.com/t/gqRcVmXF
Site with enabled AdBlocker: http://screencast.com/t/hGomWxof
How to change the post with big img to the right side? and the post lists to the left side?
Thank you for the fast reply 🙂 and can you tell me the steps to get the block title as in the image?
Thanks in advance
Best regards
Hi
You can change the tag used for posts titles in blocks from td_module.php like here: http://screencast.com/t/URv22SFSkaw Note that this change will affect the posts from every block as the function used to display the posts tiles on blocks is the same.
Thanks!
Hi,
1. This gap comes from the block title, even if it is not displayed the container is still there. So you can try this custom css in Theme Panel to hide block title when it is used in Tabs element – http://screencast.com/t/zoaBg7LwVDYo
.home .td-pb-span4 .vc_tta-tabs .block-title {
display: none;
}
2. We did not tested P3 PLugin Profiler to see how it works, but what I can see from your screenshot you use the same number of plugins(7) even if they are different and the Contact Form 7 plugin has big impact on your site now – http://screencast.com/t/tCmE7SjhbG
Thanks!
Hi,
Where did you added the code? For example in header ad it seems that you don’t have any code – http://screencast.com/t/z31M2DHxJ
I have checked also a post from your site and the top ad for articles is displayed – http://screencast.com/t/iup6Ko1ZtI4g For non-adsense code we recommend those div container from documentation – https://forum.tagdiv.com/header-ad/
Do you use Ad Box block for you page content?
Please provide more details and also like I said above paste your code in a text widget to see if it displayed.
Let me know!
Thanks!
Hello Kohram,
The spacing is a design option added in CSS. Use this code to override the default values:
.td_block_9 .td_module_8{
padding-bottom:1px!important;
margin-bottom:1px!Important;
}
result: http://screencast.com/t/YJvVjPMLLi
To reduce font-size use this code:
.td_block_9 .td_module_8 .entry-title{
font-size:12px!important;
}
Thank you!
Hi George,
Actually the containers have the same height. http://screencast.com/t/Ma2TDzackqHD – http://screencast.com/t/8RttBgfQ
You can try different blocks on your sidebar or page because all blocks have different designs.
Thank you!
Hi
You can display the post format by adding this code in td_module_trending_now.php like here: http://screencast.com/t/fKNqvB3zk
<div class="trend-time">
<?php the_time('g:i a') ?>
</div>
Also you will need this custom css in theme panel > custom css:
.td-trending-now-display-area .entry-title {
display: inline-block!important;
margin-right: 10px!important;
}
.td_module_trending_now .trend-time{
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
transition: color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
position: relative;
top: -2px;
display: inline-block;
}
You can filter the articles be displayed in trending now block from its settings: http://screencast.com/t/zPdG1jSwO
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi,
When you upload a featured image it will be cropped to different sizes so the thumbs will be used on modules. If you use all the modules you will have to enable the thumbs on blocks and modules so all these thumbs will be generated – http://screencast.com/t/alnwgtw5n
Please note that the featured image size should not be smaller than the thumb used on module as the WordPress doesn’t enlarge images. Lucian already provided an example on email regarding an image from your site.
Thanks!
Hi,
All tagdiv blocks have this filter options – https://forum.tagdiv.com/block-settings-tutorial/ so you can edit your page and set the featured category for every block you wish.
Thanks!
Hi Rhonda,
The tagdiv blocks are not apart of Visual Composer plugin, also the blocks settings, they come from the theme.
I’m not sure what settings did you used. Did you have some custom modification to the theme files? As you can see in the above screenshots the sort options are almost the same(we did not removed, just added).
You can try to add another sort order for blocks like this – http://screencast.com/t/7RzhIITcXiZ – http://screencast.com/t/RT00ZQ9CK38
case 'event_ascending':
$wp_query_args['orderby'] = 'date';
$wp_query_args['order'] = 'ASC';
break;
'Events Sort' => 'event_ascending',
Result: http://screencast.com/t/bZ0ftGdir – http://screencast.com/t/2AU4PJQv – http://screencast.com/t/U0jWnZnv
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello i am using theme News Paper since last year very successfully, its amazing theme and every one should buy it for professional website.
i want to reduce space between two heading in block 9 though i want to show maximum post 
anyone from developer please help me
Hi,
The theme doesn’t have a multilingual feature, but you could use a plugin like QTranslateX to have a different content. Using the theme translation option you will translate the text used by the theme as you can see – http://screencast.com/t/Ra2cLLM2tFVD for example title of blocks that cannot be edited or added using the pagebuilder like Related Articles – http://screencast.com/t/UMhmW9pL – http://screencast.com/t/GcGEbRUBl1
Regarding the date if you set the WordPress language it will be also changed – http://screencast.com/t/hfFlZVzPn4 – http://screencast.com/t/bBhv9rji9
Thanks!
Hi Andrei,
I believe I found my explanation. When it comes to SEO tools, most of the weight is carried by the pages of a website as opposed to analyzing the post structures. Hence the results indicating the missing <h1> tag.
I saw the ‘adding a textbox’ workaround. Stylistically and visually not the best solution, but there doesn’t seem to be a choice in that matter.
Now I have a new question for you:
On a default template page, I am using a Block 13 plus a Widgetised Sidebar.
The Block 13 headers are <h3>. I need to change that to <h2>. How do I do that? I need some guidance, please.
As you might already know, and I can’t stress it enough, SEO is crucial when it comes to content-related websites, which is why it is imperative that I get my <h1> and <h2> tags ‘questions’ sorted out.
Thanks in advance!
Hi,
Unfortunately the theme doesn’t have an option to change the module for related articles block and you will need custom modifications – http://screencast.com/t/Wu1SCNrrga – http://screencast.com/t/ghsFWuh9
If you don’t have basic experience I suggest to hire a freelancer to do it for you.
Thanks!
Hello,
Unfortunately you cannot achieve this with our blocks. You could try an image slider to display like that. Revolution slider has loads of options. Try them out.
Thanks
as i mention in the above i need a vertical divider between post and sidebar.. and I need a block title style as shown in the following image.. 
Thanks in advance.. 🙂
Hello Emil,
I have spent hours trying to troubleshoot and fix this.
Here is the error code:
Catchable fatal error: Object of class stdClass could not be converted to string in /home/content/77/11795277/html/wp-content/themes/Newsmag/includes/wp_booster/td_block.php on line 131
#1 Only occurs on posts and pages (not home page)
#2 Removes many images, eliminates 90% sidebar and 100% footer
What I have done:
#1 Clear Cache
#2 Inactivate all plugins – Reactivated and it worked briefly and the error came back.
#3 Did an FTP install of theme and Visual Creator (Now version 4.74)
#4 I tried backing up to my last Updraft back-up (October 6th)
It is very stubborn for a n00b like myself; perhaps an expert can pinpoint what’s triggering this.
Here is someone else you helped with the exact same problem (exact location, exact line 131):
https://forum.tagdiv.com/topic/change-widget-text-background-color-catchable-fatal-error/
Thank you sir.
-Jared
Hello
we just realize that when choosing “random posts from last 7 days” on block filter
if we do not have any new posts on last 7days, there will be no posts shown at all
will it be nice to have “random posts from last **updated** 7 days”
thanks
It seems impossible to have a multilingual site using Newspaper. When I change the default English translation to another language, in the Theme Panel->Translations, the new language becomes the default language.
One of the reasons I purchased the newspaper template was because I was under the impression I could create a multiple language website.
It also seems that the menu can have only ONE default language every attempt to translate it into another language, makes the new language the default.
What about renaming/translating block names?
Am I missing something?

Hi, so i am trying to get any block to look exactly like the picture above, with more information on the picture when u click it while the rest just stays as pictures. I am making a music reviewing site so i need all the image to be 500×500 is it possible to archive any of these through blocks?
Hi there,
Sometime, picture cover on block not show up or sometime it show up and after that it just disappeared. please see in picture you will know what the problem.