- 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

Hi, I’ve got questions on customizing blocks1 for pages:
How can I display by Ajax ( over the picture) ONLY ONE category and its subcategory in block1?
By defoult, if I choose 1 category, I see all category and subcategory from site over the picture.
Best regards Darek
Hi,
There is no setting for that at this moment. Different colors cannot be set for the category tags on modules. An option like this may be added in the future.
Only thorough customization that would be possible if you would consider it
– https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/
Thanks
Hi, I stretched all the content to 1400px, how can I also increase the menu (all elements above the blocks) to also fit 1400px, so that they align?
The link is about Optimization and not Speed.
My website page speed insight score is
Optimization – Good – 97 / 100
Speed – Slow – 5.3s FCP8.0s DCL
“PSI estimates this page requires 1 additional round trips to load render blocking resources and 4.3 MB to fully render. The median page requires 4 round trips and 2.7 MB. Fewer round trips and bytes results in faster pages.”
Hello vinmigliore,
Please provide your website URL so I can take a close look at it. Also, if you want to target a specific block from TD Composer you should add a new custom class from TD Composer for that block and then when you create the custom CSS you should use that class.
Thanks for the message!
You did not ask a question from what I can see. I don’t know how you were inserting theme blocks in pages without using any of the composers.
If you don’t want to use any of the page builders, deactivate them and build pages in a different way as you did before.
As a note, if you reply in out own topic, you will only delay the response. We answer from oldest to newest. provide all the details in the first post and we will reply faster.
Hello,
Sorry but the theme does not provide any block that will show categories instead of posts. You can maybe use an image box element and place images on your page linking to the categories. https://www.screencast.com/t/uL56wK1LIb
It can only show 3 images only though. If you need more you will have to create multiple image boxes.
Thank you!
Goodmorning,
We are sending you screenshots of the page http://piemontevda.lnd.it/news-dal-comitato/. You will find:
– http://piemontevda.lnd.it/attachments/login-page1.jpg: first pagination page viewed when logged in (
– http://piemontevda.lnd.it/attachments/login-page2.jpg: second pagination page page viewed when logged in
– http://piemontevda.lnd.it/attachments/logout-page1.jpg: first pagination page viewed when logged out
– http://piemontevda.lnd.it/attachments/logout-page2.jpg: second pagination page page viewed when logged out
– http://piemontevda.lnd.it/attachments/visual-composer.jpg: to see how this page is built
Like you can see, when a user is logged in he finds some articles, but, when he is logged out, he sees others articles.
When a user is logged out, he sees also articles that aren’t of the category chosen in backend for this visual composer block (see visual-composer.jpg attachment).
Ask us if you need other informations.
Thank you
Hello,
Please remove any blocks added with ionmag. The red packs are not supported in the newspaper theme.
Please remove any ionmag specific plugins and the shortcodes added with ionamag.
Thank you!
Unfortunately hat is not possible. All the grids and blocks can only be filtered as a whole, not by modules. Please check the block settings guide
– https://forum.tagdiv.com/block-settings-tutorial/
So the filtering and sorting will affect the whole grid/block.
Wait a minute. So if we turn the thumbnail off in Theme Panel and also turn off the option to display “placeholder” images, the blocks will load full-size images as thumbnails?
Hello,
The top menu cannot show on mobile devices. It was never designed to. You can place it at the top in the mobile version as well if needed. You can try this css:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
}
.td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget{
line-height:30px;
}
#menu-secondary-navi-menu{
text-align:center;
}
}
Thank you!
From the docs:
“There are 3 ways a block can show content:
On a full width row, on a 2/3 row, and on a 1/3 row.”
Hello Red,
Please notice that all of our blocks can be found in TD Composer. The above code is a simple shortcode generated by our composer for Big Grid 9 Style 5 and these codes can be found here -> https://www.screencast.com/t/DciuF0Qlo
Thanks for your understanding!
Sorry – have you modified the width of the block? Block 14 normally isn’t that wide and the thumbnail width looks normal for its default width. You would need to “stretch” the featured image with CSS as well or force the block to use different size thumbnails, but you’d have to mess with the theme for that.
Block 14 uses 356×220 thumbnails.
I wanted to round the corners of all the blocks and grids of the site. I don’t know if I can do this with Theme Options, but I found a custom CSS code in the forum:
.td-module-thumb .entry-thumb{
border-radius:10px!important;
}
The results are these:
https://imgur.com/a/NvL3K
As you can see, the code works but there’s a grey color in the corner. How can I solve this?
(And, can I round a specific block with TD Composer?)
Hello,
Our theme already has a category tag feature. Please read this guide: https://forum.tagdiv.com/category-tag-on-modulesblocks/
Thank you!
Hello,
The blocks can be set to show the articles that you want/need. Please read this guide: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
Hi,
The latest changes to the theme and composer have increased the options and possibilities of what can be achieved with them. What latest changes have disappointed you exactly? Most of the additions are optional, you could simply not use them if they are not required for you.
Indeed the tagDiv composer is the main page builder at the moment. It will be integrated further with the theme. Some theme options may only be used with it active. The theme can still be used with Visual composer, this is still provided in the package and updated along theme updates.
The frontend of Visual composer has always been disabled in the theme. This was done because there could be problems using it with our blocks and grids. If you want to remove the function that disables the frontend in Visual composer check this topic
– https://forum.tagdiv.com/topic/how-to-enable-frontend-editor-mode-in-visual-composer/
But note that this is highly not recommended.
The tagDiv composer can be disabled if you do not use it. You can use Visual composer further.
Thank you!
Hi I want to display multiple categories with a photo with Block design. I understand I can list individual posts using different blocks but I want to display multiple categories in the block. Very similar widget is Popular Categories which list all the available categories without a photo. But my requirement is to have list with photo for each categories.
Hi,
I have the last version and i saw a little glitch inside Theme. Using “lifestyle mag”
.td_block_template_8 .td-block-title>*:before, .td_block_template_8 .td-block-title>*:after {
content: '';
display: block;
height: 4px;
position: absolute;
top: 50%;
margin-top: -2px;
<strong>width: 2e3px;</strong>
background-color: #f5f5f5;
}
Ok,
I think I’ve come up with a simple div class to replace the 2 column VC_ROW shortcode.
The CSS
/* VC_ROW REPLACE */
.section {clear: both; padding: 0px; margin: 0px;}
.vcrow { display: block; float:left; margin: 1% 0 1% 1.6%;}
.vcrow:first-child { margin-left: 0; }
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
.twocols { width: 49.2%;}
@media only screen and (max-width: 480px) {
.vcrow{ margin: 1% 0 1% 0%;}
}
@media only screen and (max-width: 480px) {
.twocols { width: 100%; }
}
The HTML
<div class="section group">
<div class="vcrow twocols"> CONTENT </div>
<div class="vcrow twocols"> CONTENT </div>
</div>
-
This reply was modified 8 years by
GadgetViper.
This would happen if the images were too small. Check their size. The blocks don’t stretch them.