- 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
By complete experimentation – at least on iOS/Chrome/Safari the block title in VC accepts emojis
Can be fun for example if publishing a Christmas or other seasonal section of news/events
Who knew?
?
Hi,
1) We’d like to set sub-categories in the blocks, instead of “all”:

Currently we do it manually, inserting sub-categories ID’s, but it’s a hassle.
Thanks!
From my web guy:
Okay I did what he suggested completely. I deactivated everything except visual composer. Cleared cache. Same problem.
I turned it all back on, but can confirm that it is not a plugin conflict causing the problem. I also disabled the child-theme I created and that didn’t do anything either.
Can you follow up with support on that forum and see if he has other suggestions?
Hi,
We’d like to add spacing between sidebar widgets:

These are the sidebar (demo default) shortcodes:
[td_block_ad_box spot_id="sidebar" spot_title="- Ayuda a Emprendedor haciendo click en la publicidad -"][td_block_15 category_id="" limit="4" custom_title="De todo un poco" td_filter_default_txt="All" ajax_pagination="next_prev" sort="random_posts"][td_block_1 category_id="" limit="3" custom_title="LATEST REVIEWS" td_filter_default_txt="All" sort="random_posts"]
Thanks!
HI
I assume that you want to remove/change this block: http://screencast.com/t/btl3HrJBWf6N If so you just need to edit the page using Visual Composer page-builder and delete or edit it. For more details about how to use Visual Composer please follow our documentation: https://forum.tagdiv.com/how-to-use-visual-composer/
Hope this helps!
Thanks!
Hello,
We have not tested speedbooster with the mobile theme so we cannot say for sure if it will move the render blocking css and js from the mobile theme. If it does not, you should find other methods of doing it as I cannot say for sure if it will work with speedbooster.
Thank you!
Hello,
Unfortunately our modules and blocks will ignore html. The title of the post is grabbed from the post but not the html. The modules and blocks needs the article title intact so the title can be cut at the user’s desired spot by letters or by words. Html would have broken this functionality so you will need custom implementation to ad html to the post title in modules.
Thank you!
Bogdan B
Hello SestanteNews,
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 there,
I am struggling to remove the default TagDiv social counter blocks on the right side from my website. I was able to successfully add my social counter to my sidebar, how do I remove the default social blocks linking to TagDiv?
My website url: http://www.baldmensfashion.com
Thanks for your help!
Raul
Hi,
I have a question, there is a way to block the articles to make people to subscribe if they want to continue reading?.
Thanks.
Hi Catalin
perfect, it works!!
For mobile theme remain only what follow to solve “Delete JavaScript and CSS that block the view in above-the-fold content” on Google Speed test
http://www.site.com/…gins/cookie-notice/css/front.css?ver=7.4
http://www.site.com/…hemes/Newspaper/mobile/style.css?ver=7.4
Thanks!
Hello dineshj,
If you want to add another ad at your post page, please notice that you should use the do_shortcode() method for adding this. So, for example, if you are using the post template 1, you should edit the loop-single-1.php core file and add there this snippet of the code
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>, like this -> http://screencast.com/t/lbgwZwsa and the result you should see here -> http://screencast.com/t/5rMIpkZfbN
Also, please ensure that you have added your desired ad code in your Custom Ad 1 from the panel is you want to bring some results, like this -> http://screencast.com/t/j4No7tRvo
Hope this helps!
Thanks for your understanding!
Hi,
I need to split the title to my pleasure, I put “<br>” tag in the title of the post but the home does not change anything, while in single post yes.
I used the block 4.
How can I solve?
Thank you,
Best regards
Hey,
I know the theme doesn’t support RTL, but this is not the problem for me.
I have 1 site – dailybuzz.co.il – which i manage to move it to be RTL.
Now i have another site – isradog.co.il – which i uploaded the CSS file from dailybuzz.co.il to this site, but nothing changes. Everything is still aligning to the left.
For example this is the same on dailybuzz.co.il & isradog.co.il >>
.td-pb-row [class*=”td-pb-span”] {
display: block;
min-height: 1px;
float: left;
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
padding-right: 24px;
padding-left: 24px;
position: relative;
direction: rtl!important;
In dailybuzz it works fine, and is isradog.co.il it doesn’t do anything.
Any ideas?
Thanks
Hello,
Our theme provides multiple blockqote styles besides the default one. You can see the quote styles you can choose here: http://screencast.com/t/LKLNL0iQjzm
As for the color, the block quote will grab the theme accent color. If you want to change the color for it, you will have to use css.
Try this code:
.td-post-content blockquote p{
color:red!important;
}
You can add it in the theme panel->custom css box.
Thank you!
Hello !
I’ve got a problem with some translations of the theme. My blog is in 5 different languagues (English, French, Spanish, German and Italian).
For the blocks and widgets I have no problem because I made my own translation, but for some other things the “automatic translation” of the theme is not good or not working at all.
For example, on the French blog I still have some english words. (Trending now – or in category the drop down menu with the option ‘latest’ ‘featured post’ ‘popular all time’)
What can I do to fix the problem because it’s the case in all languages ?
Thanks in advance !
Clarisse
Hello,
It seems you do not have thumbnails activated or a few of the blocks. Please make sure the thumbs are on for each element that you use from this panel: http://screencast.com/t/VPZJbQmGKu
After you activate the thumbs needed, use the ‘force regenerate’ plugin to regenerate images again.
Also make sure you do not use any image compression or plugins as they tend to lower the quality as well.
Thank you!
Hello,
The author name and date can be removed from the theme modules and blocks from here: http://screencast.com/t/3qeTwP6qvNTJ
Thank you!
@tagDiv team. I worked through using the default blockquote feature, but I cannot figure out two things.
1. How do I change it from center to right-indent like normal WordPress themes?
2. How do I change the color of the text for just the default blockquote? I want it to basically be the same color as the content but possibly a slightly lighter shade of gray.
Here is an example from the dev site page: http://newspapertest.wpengine.com/2016/09/30/breaking-rima-nelson-new-phoenix-va-director-has-skeletons-in-closet/
Hi there!
I managed to add an “X time ago” function on the theme but when I implemented it on the grid/blocks, it show the same “time ago” on all the articles.
here’s the function
function themeblvd_time_ago() {
global $post;
$date = get_post_time('G', true, $post);
/**
* Where you see 'themeblvd' below, you'd
* want to replace those with whatever term
* you're using in your theme to provide
* support for localization.
*/
// Array of time period chunks
$chunks = array(
array( 60 * 60 * 24 * 365 , __( 'year', 'themeblvd' ), __( 'years', 'themeblvd' ) ),
array( 60 * 60 * 24 * 30 , __( 'month', 'themeblvd' ), __( 'months', 'themeblvd' ) ),
array( 60 * 60 * 24 * 7, __( 'week', 'themeblvd' ), __( 'weeks', 'themeblvd' ) ),
array( 60 * 60 * 24 , __( 'day', 'themeblvd' ), __( 'days', 'themeblvd' ) ),
array( 60 * 60 , __( 'hour', 'themeblvd' ), __( 'hours', 'themeblvd' ) ),
array( 60 , __( 'minute', 'themeblvd' ), __( 'minutes', 'themeblvd' ) ),
array( 1, __( 'second', 'themeblvd' ), __( 'seconds', 'themeblvd' ) )
);
if ( !is_numeric( $date ) ) {
$time_chunks = explode( ':', str_replace( ' ', ':', $date ) );
$date_chunks = explode( '-', str_replace( ' ', '-', $date ) );
$date = gmmktime( (int)$time_chunks[1], (int)$time_chunks[2], (int)$time_chunks[3], (int)$date_chunks[1], (int)$date_chunks[2], (int)$date_chunks[0] );
}
$current_time = current_time( 'mysql', $gmt = 0 );
$newer_date = strtotime( $current_time );
// Difference in seconds
$since = $newer_date - $date;
// Something went wrong with date calculation and we ended up with a negative date.
if ( 0 > $since )
return __( 'sometime', 'themeblvd' );
/**
* We only want to output one chunks of time here, eg:
* x years
* xx months
* so there's only one bit of calculation below:
*/
//Step one: the first chunk
for ( $i = 0, $j = count($chunks); $i < $j; $i++) {
$seconds = $chunks[$i][0];
// Finding the biggest chunk (if the chunk fits, break)
if ( ( $count = floor($since / $seconds) ) != 0 )
break;
}
// Set output var
$output = ( 1 == $count ) ? '1 '. $chunks[$i][1] : $count . ' ' . $chunks[$i][2];
if ( !(int)trim($output) ){
$output = '0 ' . __( 'seconds', 'themeblvd' );
}
$output .= __(' ago', 'themeblvd');
return $output;
}
// Filter our themeblvd_time_ago() function into WP's the_time() function
add_filter('the_time', 'themeblvd_time_ago');
Its on the Latest grid on
http://www.samoaplanet.com/
Hey there,
Was wondering how to change the width of my main slider block so it spans the entire screen width?
Hi there! We’re stuck over here. We’ve gone through all the forums and posts regarding getting ultra clear images on our site, but just can’t seem to get it to work. We set up this test page to show what we mean:
http://pirl.com/photo-test-page/
The original photo is included at the bottom of the page, which looks very sharp. But as soon as we include it in any posts module or block, it seems the images are always blurry (to varying degrees).
We’ve tried almost all of the modules, we’ve tried regenerating thumbnails to exceed the width of the modules, etc etc.
Does someone have a best practice we can follow here? Or could someone from TagDiv log in to our site to set the image dimensions appropriately? Thanks!!
i use big grade 2 – style 1
and
Block 16
i want remove author and data article from block
only show title
Site: http://www.inselleben.es
thanks
I was in the process of writing the email and then for the final part I wanted to figure out which block contained the data and then I noticed it went from 0 to 1416 likes. So for some reason it seems to be working now!
Hi.
Is it possible to create a new filter for blocks with a custom query? I need to use some attributes like DISTINCT or GROUP BY that i cannot integrate in standard filter included with theme.
I tried modifying one filter (reviews high in the picture) changing the name of field using for sort, but i need to add the DISTINCT clause..
i’m attaching a screen of what i got now to make you understand..
