- 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
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hi,
Glad you’ve managed to figure that!
For your second matter I believe you refer to the featured sort order which will get the posts from the featured category sorted by date. In this case you can set the filter to only show posts from the featured category then set a sort order for your posts: http://screencast.com/t/FYlvI0T49IhV
Hope this helps! Please let me know if this is not what you are looking for and also let me know where you want to use this(blocks/sliders..).
Thanks
I am using block 6 on homepage.How to make it have a pagination? There is pagination option in the block setting,but is not working.And the infinite load is not working neither.
Hi,
You have to add td-ss-row css class to the row in which you add the sidebar.
Here you can find the solution: https://forum.tagdiv.com/topic/hitting-a-roadblock-to-achieve-infinite-scrolling-with-smart-sidebar/
Let me know if you still have issues!
Thanks!
img: http://prntscr.com/5x5yxr
it’s just redirect to homepage.
http://www.chezki.co.il/blog/page/2/ see for yourself
the shortcode i’m using to display the homepage is:
[block_slide catagory=""][/block_slide]
Quick question… When you upload a featured image, is it using that image size everywhere for various thumbnails in blocks, modules and mega menu? I’ve noticed specifically that the images used in the mega menu are not resized versions, but full size images.
Would you mind adding Vine.co to the social icons blocks and widgets? It’s popular enough I’m surprised it’s not already in there. Instructions for adding it myself will work, but I’d rather a core update to the theme.
Thanks.
This: http://prntscr.com/5x2fto Is the Big Grid block in the page builder. Put it where desired.
You can do that with Visual Composer. Go to Settings > Visual Composer and turn it on for Posts. Then, on the posts you want centered like that, turn off the sidebar and go into the VC backend editor, change the row layout to 1/4 + 1/2 + 1/4 and use a text block in the center column. If that’s too narrow, just remember the row layout is any combination using fractions larger than 1/12. So 1/8 + 6/8 + 1/8 would give you a wider center column for text than 1/4 + 1/2 + 1/4.
It won’t allow you to go full-width with images throughout the post, as in your example, but that’s because this is a newspaper/magazine theme and that feature is more creative or photography.
But it will produce the desired layout without much effort and no coding. Play around with it a bit.
Hello
May i know why the blocks didn’t show the latest update articles for my website.
the setting i did like this:

and the result was:

Unique articles: Enabled
Cache: Cleared
Wordpress version: 4.1
Newsmag Version: 1.4
i have some articles updated on 24/Jan and 25/Jan, but it didn’t show up.
the links for the articles which published on 24/Jan and 25/Jan as below:
Thank you very much.
OH… I think it’s here
theme panel > block settings > category tag on modules/blocks > Big grid module used on td block big grid
It’s like a “safari” looing for stuff sometimes 🙂
Problem solved myself.
The EXCERPT LENGTH box applies to rss feed excerpt only and Block 6 is made of Module 9:)
I am using block 6 on the homepage.At the begining ,it shows full content of the articles.So,I go to Theme Panel -> Excerpts and select the EXCERPTS TYPE: On Letters(our site is Chinese). And it works with no specific number designated to the EXCERPT LENGTH box,but then I find out that I cann’t change the length of the excerpt. No matter what number I type into the EXCERPT LENGTH box, the frontend always the shows the same.
Seem that as long as you select EXCERPTS TYPE: On Letters ,the excerpt will work right away as a constant.The EXCERPT LENGTH numbers cann’t do nothing at all.
Thanks.
I would like to know how can I setup a link to my name when im logged in
Some category are not showing here and I dont know why
Image: 
I would like to know where can I remove some of those options
image 2: 
And finally where can I change the image size of this specific block to 300 x 300
Image 3: 
And thanks for this amazing theme! you guys did a good job 😀
Thank you so much, that indeed got me pointed in the right direction. Here’s what I did in case anyone else would like buy now buttons in their posts.
I visited http://www.bestcssbuttongenerator.com/#/n8Rgg1tdWz and created my button.
I named my button BenjiButton. Obviously anyone can name it whatever they like.
I generated the following code using the generator. And then inserted it under Theme Panel/YOUR CUSTOM CSS/
.BenjiButton {
-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
box-shadow:inset 0px 1px 0px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-moz-border-radius:42px;
-webkit-border-radius:42px;
border-radius:42px;
border:1px solid #ffaa22;
display:inline-block;
cursor:pointer;
color:#333333;
font-family:arial;
font-size:25px;
font-weight:bold;
padding:10px 37px;
text-decoration:none;
text-shadow:0px 1px 0px #ffee66;
}
.BenjiButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
}
.BenjiButton:active {
position:relative;
top:1px;
}
In all my posts at the bottom, I inserted the code:
<p style="text-align: center;"><a title="BUY NOW for $85.99" href="http://www.mywebsitedomain.c0m" rel="nofollow"><span class="BenjiButton">BUY NOW for $85.99</span></a></p>
The result is a great button. Thanks for your help.
-
This reply was modified 11 years by
mboydnv.
Hi,
Unfortunately is no option for this, the block has been designed to work on pages, so it can be added only on pages using Visual Composer plugin.
You can try this solution, but will appear to all of your posts that are using that post template:
Use pagebuilder to customize your block, then switch to classic mode and get the shortcode: http://screencast.com/t/YgZ9wlj4U3
Now use echo do_shortcode('your shortcode') and place it in you post template like this: http://screencast.com/t/7Rrq0TMI
Result: http://screencast.com/t/hODdwqN0wlc
Thanks!
Hi,
1. Please use this custom css to hide date only on that block: http://screencast.com/t/KfFlqlvv
.td_block_5 #td_uid_1_54c2328494e94 .td-post-date{
display: none ;
}
2. Use this css to customize the border: http://screencast.com/t/lgamHdYZEv
.td-related-title .td-related-left{
border-radius: 3px;
}
3. And this code for title: http://screencast.com/t/CK8IVSbp
.page-id-4571 h1{
background:black;
color:white !important;
width:7em;
padding-left:10px;
border-radius: 5px;
}
Also if you like it more you can use “pagebuiler with title” template and text blocks for your video sources list: http://screencast.com/t/w9XdEAMooqB
Result: http://screencast.com/t/6b64BmVja
Hope this helps!
Thanks!
Hi,
1. The ad could also be blocked, this will also show up in your browser console if you check it.
This troubleshooter could also help: https://support.google.com/adsense/answer/1208336?hl=en
2. Please also test the embedded code on a WordPress default theme and also check it without any plugins active, empty cache and purge files if you use CDN.
Please let me know how it goes!
Thanks
Hi,
Unfortunately there is no option for this if you are displaying for your front page latest post. Visual Composer plugin works only on pages, so if you change to front page static: http://screencast.com/t/sm1LGx0DV and you build an Homepage you can always add that block above the footer.
For example I use a block 5 for Latest Articles, a Widgetised Sidebar and Block 16 for Latest Videos:
http://screencast.com/t/I1QDWDrg
For your setting on block 16:
http://screencast.com/t/Tv1OAQhv9XO
http://screencast.com/t/ZjJ61rph7A
http://screencast.com/t/b8sUu7ogV
Hope this helps!
Question 1: On the homepage, I want to remove the dates from underneath the three headlines starting with Kenya…, Iraq…, and Raw:… which are utilizing Block 5.
But, I want to keep the dates underneath the articles on the other pages and on the posts, so I can’t just disable the “Show Date” option in the Theme Panel under the Post Settings, because, whilst that removes the dates from the homepage, it also removes the dates from here and here, which, I don’t want. How do I remove, or hide with CSS, the dates from underneath the three World News Headlines on the homepage?
Question 2: With your previous help (thanks), I’ve customized the “RELATED VIDEOS” heading viewable at the bottom of this post.How do I make the corners on the right hand side of the “RELATED VIDEOS” rounded like the corners on the left hand side?
Question 3: I’ve created a Video Sources page. I want to make the page heading have a black box with white writing like the World News heading on this page. Inserting a “Text with title” makes the heading I want appear but there is too much of a gap/space underneath then. Is there a specific html/css tag that I can enter to make the desired heading appear?
Hi,
How you can see in the demo that block 3 is used in 2 columns and 1 column: http://demo.tagdiv.com/newspaper/block-3/
I think that you want to block 3 appear like in demo, so you can use it on full width without sidebar(like you have there) like this: http://screencast.com/t/vlOlCyyhza
Result: http://screencast.com/t/mVz5Kmbs3W5
Thanks!
Hi,
You can use the “Multiple categories filter:” like this: http://screencast.com/t/W7UT9Aec Add the ID’s of the categories that you want to show in that block and just exclude the one you don’t want to show.
You can find the category ID’s here: http://screencast.com/t/kKVTLxSCa
Thanks
Hello,
I want to create a thumbnail size to use on related articles, module and block.
I’m open file, td_config and add this code to td_global::$thumbs_list = array(
array(
'name' => 'td_200x135',
'width' => 200,
'height' => 135,
'crop' => array('center', 'top'),
'used_on' => array(
'Module 11', 'Block 12', 'Big grid - small image', 'Related articles'
)
),
And open file td_module_related_posts.php change <?php echo $this->get_image(‘td_238x178’);?> to <?php echo $this->get_image(‘td_200x135’);?> but it not work.
Please help me!
Thank you!
Hello,
I really want to add “block 7” below the single blogpost text and comment sectin.
Like this muckup I have done here: https://www.evernote.com/shard/s180/sh/bf492721-616d-4092-baa0-51540d49bde3/f5a458a80be32207ef9d0a074539df7b
How can I do that?
Hi there,
here’s my website http://beast.lt
and I want to add this block:
http://s30.postimg.org/pz94ki9sh/video.png
at the end of articles but above footer.
Any ideas how to do this?
Thank you.