- 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,
there is nice rating plugin which I use in all my sites WP-PostRatings.
When I use it with Newsmag theme the rating stars appears not horisontal in one line but vertical as it shown here: http://www.picshare.ru/view/8026564/
The developers of plugin wrote me the following:
“Your theme is overwriting all the images in a post to be a block element and hence this happens. Please contact your theme author.”
Could you please assist me to solve this issue?
Thank you
Sergey
Hello, Thanks for your response. I have set the system status parameters properly. Everything is green. Still changing the header style is not working. It is not getting reflected. Please help as it is blocker for us.
Thanks for help.
Hi there!
I just installed your theme and so far I looove it!!! Thanks! however on the homepage there is a lot of spacing between blocks and between the images using the Big grid full 8, on your demo it shows very little space between images but I can’t get it to narrow… how do I do it?
Hi,
When designing a page, if we want to style a block with background black; we are unable to style the post title in a different color.
In the block it says h3 class is being called “entry-title td-module-title” but be are unable to change it via the box Style particular content element differently – add a class name and refer to it in custom CSS
if we change for the module eg block 5 it affects all the block 5 usage on that page rather than that particular block
Please suggest
You are correct, but I am not an experienced coder. I must be doing something wrong. I believe the change should be made in the CSS below. Could you show me exactly what to add or change in the CSS below if this is the correct CSS and if not please advise. Thank you!!!
Default Post Template
*/
.td-post-content p:empty {
display: none;
}
.td-post-featured-image {
position: relative;
}
.td-post-featured-image img {
display: block;
margin-bottom: 26px;
width: 100%;
}
.td-post-featured-image .wp-caption-text {
margin-bottom: 26px;
z-index: 1;
}
Hi Tagdiv, Thanks for yr support,
My question is, how can i show post time (for example 9:30 ) in block ?
Thanks again
Thanks for your response. Where would I enter the code for the read more buttons to be rounded?
For the headlines…I notice in this link (https://demo.tagdiv.com/newspaper/block-13/) that your block headlines (ie. Block 13 – on 2 columns) is not in all caps. However, on my page (http://e50.4da.myftpupload.com/) these headlines are always in all caps (to see this, scroll to the middle and see “LATEST POSTS”). I cannot find a way to correct this. While we’re here, could you also show where to make the block with a custom color? Thank you!
I’d like to change the font color for all Big Grid post dates, including the new Big Grid fulls. I tried my hand at doing it and was able to accomplish it if I targeted specific blocks like this:
.td_block_big_grid_fl_1 .td-post-date {
color: #6491e2;
}
But how do I do it universally across all big grids?
Thanks!
Thanks! The social icons removal worked perfectly however the Related Articles font suggestion has an issue.
When I went to change the Font Size under Blocks / Widget Title, it not only did not change the size of the “Related Articles” text, it increased the “# Comments” text in the comments section.
How do I change the font size of only the “Related Articles” text?
Thanks again for your help so far.
Hi,
That is how the modules look on that particular demo – https://demo.tagdiv.com/newspaper_recipes/ and it was a design choice for this demo
If you would like to enable the meta for the modules you can use this code
– https://www.screencast.com/t/0OcBxOD1k
You must enter the code in Theme panel->Custom Css
.td-recipes .td_module_wrap .td-module-meta-info {
display: block;
}
Thanks
Hi,
The theme has a filter option by post ids, but using it all the grid will be static. Please check block settings tutorial – https://forum.tagdiv.com/block-settings-tutorial/
Thanks!
Hi,
Please provide more details as to where exactly you wan to add this border on the block. You can choose from these available header styles for the blocks – https://demo.tagdiv.com/newspaper/block-header-1/
If you are trying to set a border on a whole block you can do it like this – https://www.screencast.com/t/Be6ag0C57B
If you have a different problem, like modifications made to these elements are not saving properly, please follow this tutorial and make the modifications if needed – https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
1. I do not know why you want to change the font properties for the text in the social sharing, and then remove it, maybe I am not understanding something.
For the comments section you could try something like this – https://www.screencast.com/t/rl5Cw0kz or separate the code in different styles for each of the elements
.td-comments-title.block-title,
.comment-reply-title {
font-style: italic;
font-weight: 800;
font-family: "Times New Roman", Georgia, Serif;
}
2.1 You could center the bottom sharing section with a code like this – https://www.screencast.com/t/8jCQFwf2
This is the code used, it must be entered in Theme panel->Custom Css
.td-post-sharing-bottom {
text-align: center;
}
2.2 To remove those sharing options please follow this topic – https://forum.tagdiv.com/topic/remove-some-social-icons-from-share-section-in-post/
2.3 If you would like to remove the text you could do it directly in the theme file mentioned in the topic provided above – https://www.screencast.com/t/FqWDoxZMUXY or with this css – https://www.screencast.com/t/LvHjm5GzWp
This is the code if you choose to do it this way
.td-post-sharing-bottom
.td-social-but-text {
display: none;
}
2.4 I do not know exactly how you want it to be. On smaller devices the only difference after making all the changes provided above, will be that the WhatsApp social. If you want it to display at all times you could do it like this – https://www.screencast.com/t/6KLjhtQVSaK
If you could provide more information about this last step, I will try to give you a solution.
.td-post-sharing-bottom
.td-social-whatsapp {
display: inline-block!important;
margin-left: 10px;
}
Thanks
Hi,
Please note that the demo is custom made and it is not exactly the same as the demo that you can install, and some settings on blocks are different because the categories are different. The filter is meant to show all the categories, unless specific category ID’s are entered in the required field. Here you can see that the demo is using the same filtering option, based on category ID’s – https://www.screencast.com/t/DGeKnz6HaBxE
So you must use this filter and enter the categories that you want displayed, since there is no option to exclude a category from the list at the moment.
Thanks
Hello Berbi,
Unfortunately, our theme does not have any such an option that allows you to share your posts from modules/blocks on pages, sorry! This is not a simple task and if you want to achieve this, you should adjust the theme core files to have this feature. You should find other plugin which has this functionality and check how it will work for you.
Thanks for your understanding!
Sorry, just modify a file (theme / include / wp_booster / td_block.php) I did not see that I had to modify 2. I’m sorry. Thanks for your time.
I love this theme!!! You have my 5 stars in themeforest!
regards
In visual composer I added blocks, add title.
In design tab i m unable to add border, i set border color and other settings but setting not implement. Even save the settings, design tab remain same default settings.
How i add border with titles of blocks.
Hello 22p,
Please keep in mind that our theme is designed to use Visual Composer and only using this plugin you can create and display some blocks on your website. Also, if you do not want to use the Visual Composer, notice that you can install our Page Builder which is TagDiv Composer with which you can create your page directly in the front end. Regarding on your second request, here is talking about categories section. For more information about this section, please consult our documentation here -> https://forum.tagdiv.com/category-templates/ -> https://forum.tagdiv.com/how-category-settings-work/ Please try to read all of our documentation because there you will find all the required information to understand each theme element.
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello,
No, it’s not the same. Now your grid is there but it has no posts to show. You probably sorted it to show a category that has no posts. In this case the grid will not show up at all. You do not have the message specifying the way to use the grid. Please use the block settings and filter the grid in a way that it can show posts.
Thank you!
Hi,
Try disabling all your plugins except Visual composer, then regenerate your thumbnails using this guide – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ and also take note of the requirement for the server side. After the regeneration process is complete clear any caching installed.
If this does not fix the issue you are having with the thumbnails, please provide a link to your website so we can inspect it.
Thanks
Hello amphol77,
You should use a block with popular filter in widgets section, like this -> https://www.screencast.com/t/vnMPIQqeuDl For more information about Block Settings, please consult more our documentation here -> https://forum.tagdiv.com/block-settings-guide/
Thanks for your understanding!
Sorry for this question.
I need a home page (but also another page of the site) as this below but i do not want to use Visual Composer (here is not installed on the site we do not want to install it):

I do not understand this post: https://forum.tagdiv.com/topic/featured-posts-homepage-and-category/
I see that blocks are enabled for “category only”: how to enable for pages?

Please let me know.
As I mentioned on my post on themeforest the big grid failed in the categories.
Here is a link to one of the categories.
https://studentlife.com.cy/category/fun-stuff/uni-life
I applied a quick fix to the td_block_big_grid_1.php and as you may be able to see the big grid works just fine however this is not an optimal solution to the problem.
On the 48th line of that particular file I changed
if ($td_column_number==1 || $td_column_number==2) {
to
if (($td_column_number==1 || $td_column_number==2) && !is_category()) {
Thanks,
Onisiforos
The issue is that i see only grid and the news block on desktop in more browser how you can check here:
https://www.browserstack.com/screenshots/9f56d592f2300d66211ba08accb6c97f7d9876fa
Why on desktop i don’t see the other blocks??
I hide content on mobile with this option:

thx
Hi,
I have checked your website on Firefox – https://www.screencast.com/t/vBL0HsDg and on Chrome – https://www.screencast.com/t/HtwECh2v and the result is exactly the same on both browsers on mobile. This meaning the grid and the news block. I do not understand how are you hiding the rest of the content and why it is not being detected in the testing tool, and also don’t think such an option is available in the Visual composer provided with the theme.
Thanks