- 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,
Our theme elements were designed to work with posts, not articles. When changing post types, please note that the theme elements will not recognize them by default. The theme modules and blocks can show another post type as I suspect you already figured out (using the post type field in block settings) but the mega menu cannot accommodate other post types than the standard “post” post type.
Thank you!
Hello,
1. Sorry but the tagdiv composer does not have a like button. You can add a social counter block but a like button in our theme is only available for the post sharing options not on pages.
2. The post id can be seen in the back-end: https://www.screencast.com/t/ZsG61hcn
Alternatively, you can use a plugin that will show the ID in the listing of posts.
Thank you!
Hi,
in our homepage we use Biggrid3 with several categories (example: category 1 2 3)
After that we use several block4, one of each category (so the first only category 1, the second only category 2 and the third only category 3).
The problem is that if i write one new post of category 1 it appears both on biggrid and block4.
If i use offset, example offset1, but i write 4 articles of category 2 in the first block4 i don’t see the first article of category1!
How can i avoid duplicate?
Regards
swolly
Hello,
The sections you mention are the ajax filters. Please read this guide to learn how to set them up https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
The text with title block is not working on my site. It shows the title, but even if i write a long text it wont appear on my screen.
See the screenshots below:
https://snag.gy/nr5eRm.jpg
https://snag.gy/tU7skz.jpg
How can I fix this and why the text is not avaliable?
Thanks,
Laszlo
Hi, is there a way to insert facebook like button trough tag composer plugin in homepage like plugin slider revolution which I deleted after installing tagdiv composer?
second question:
where can I find post id? In homepage I need insert a block with post of various categories and imagine i need insert post id under “Post ID filter” right? If yes where can I find it?
thanks a lot
Ok,
Please contact us via email@contact@tagdiv.com and provide wp-admin so we can take a look at the woocommerce block and inspect the possibilities
Thank you!
Hello karanbhagat,
The best thing to do is to install the Gadgets demo because if it will be installed, the theme will be fitted with the layout style of this demo. For more information about how you can install the demo, please check here -> https://forum.tagdiv.com/installing-demos/ Also, for beginning, I suggest you importing the demo with content to make an idea about the used blocks in this demo and then you should create from scratch your own posts to populate the website with your content. Please do not edit the dummy data content posts/pages because when you want to change the demo with another one, all of your data will be lost.
Please keep in mind that the demo should have to be installed with success if you will follow all the required instructions. Also, if you do not want to install the demo, notice that is not an easy way to achieve the same layout with the demo because required to do some customizations. Use the demo because this is created for customers! It is just simple.
Thanks for your understanding!
How do I customize the categories listed to the right of the section block headers? For example, to the right of the “Don’t Miss” default section header, every category is listed in light gray. Then in every other section block, the same categories (all of them) are listed. I would like to customize which categories appear in each section block that I create using TD composer. How do I modify this?
.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}
.td_block_17 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}
Am using the above code on theme panel under custom code to remove margin or spacing between one title and another and its working fine.
What i need is to edit the default file and stop using the above code on – under custom code, i have tried to edit the style.css and its not working.
You can guide me where to edit the default file. The main reason is to avoid double loading on the css.
Hello,
Sorry but our theme was built to ignore sticky posts. They conflicted with our theme modules and blocks and the dynamic content of these elements. The trick you can ,ake is to use a block where you filter the specific post. A separate block can have a sticky post using the post id filter, but not parts of a block.
This guide should help: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
You can hide elements at any time using css. Tagdiv composer allows you to add an extra class to a block and then you can use that class with css to hide the block in mobile screens. Here is an example: https://www.screencast.com/t/PRC1i1uUv
Then you can use this code:
.customclass{
display:none!
}
Add it in the theme panel under custom code for mobile devices(advanced css tab).
Thank you!
The post title hover color is grabbed on separate blocks from the block title background color if you have one set other than default Here is an example: https://www.screencast.com/t/WFF0XDqBRvZ
Thank you!
In order to not have this situation again, please structure all your questions and issues in separate topics. From now on, please create a new topic for each question in particular so we can track each and every question separately.
I understand the issue now. Please try to add the !important tag to your code:
td_block_9 .td_module_8 {
padding-bottom: 0!important;
margin-bottom: 0!important;
}
.td_block_17 .td_module_8 {
padding-bottom: 0!important;
margin-bottom: 0!important;
}
And then add it at the bottom of style.css
If it still does not work, please contact us via email at contact@tagdiv.com and provide wp-admin and ftp access so we can login and investiogate
Thanks.
Hello,
Blocks cannot be used on categories. The page builder only works for pages. We have not encountered a page builder that can add blocks into categories. Sorry.
Thanks.
Hello,
The post title in blocks can only be changed with custom css. Our theme has no option to change the post title colors on blocks. For that you will have to use this css:
.td-main-content-wrap .td_block_wrap h3>a{
color:red;
}
Or you can make the code more specific for each type of block. The code above changes the title colors for all blocks at once.
As for the post content color, you can change it from the theme panel:
https://www.screencast.com/t/fXf85nw5
Thank you!
I confirm : errors after update TO 8.2
it broke my HP display, changing Blocks display, and not recognizing Columns and Row Shortcodes > Sidebar disappears, … reverting to 8.1.1
Hello Catalin,
Its not blog posts its a page and using tagdiv block 3 and by the way its already 12 limit post number.
Hello Simion
Any new on this subject, it is really important matter… Big blocks are beautiful on a computer but can be annoying on a smartphone… this option has to be there…
I didn’t set it to white. It also doesn’t hover to a theme color on your demo page of that block. I am asking if you could help me so that the post title can hover to my theme color. Thank you for your help with this.
I have been waiting for that answer for long then u come up with a vague answer, how does that relate with my previous question.
lemmi point out once more;
Am using this on custom css:
.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}
.td_block_17 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}
I have tried to implement this on style.css so as the style can be loading directly from the main source. Under style.css, i have done the changes on module 8 and block 9 and 17 and didn’t work on my end.
I would appreciate any help to implement the change on the main folder.”
That code am using is to remove the spacing on block 9 and 17 if not wrong, i did not need the spacing between titles.
I need to implement these on the default file. Hope u get me.
Hello,
The more tag in WordPress is being ignored by the module sand blocks. Sorry, There are blocks that provide the read more button by default:
https://demo.tagdiv.com/newspaper/block-12/
https://demo.tagdiv.com/newspaper/block-13/
https://demo.tagdiv.com/newspaper/block-20/
https://demo.tagdiv.com/newspaper/block-22/
https://demo.tagdiv.com/newspaper/block-23/
https://demo.tagdiv.com/newspaper/block-24/
Thank you!
i have added a image block and added image in the list . Then i went to css in that i clicked on Mobile and then added small image there..
Hello,
The hover colors for a block are grabbed from the theme accent color. The theme accent color defines multiple element hover colors so you should not have it set to white.
Thank you!
It is actually a block highlighted indeed. But I pasted it in the website as a picture. Is there a way where I can make the same thing happen on my category pages? (an highlighted block)
Thank you!