- 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,
I saw you have Block 4, so to disable the date/comments count and author you need to go in Theme Panel -> Block Settings -> Meta info on modules/blocks=> https://www.screencast.com/t/rArCoVUNJNf, the layout tab are for blocks like Flex block and big grid flex.
The settings made here => https://www.screencast.com/t/QUSz5Q07jrar are so as not to display the information in the standard post template.
Hope this helps you!
Thank you!
Hello,
1. To set a specific color for each category, if it is so, then you can use a custom CSS like this one => https://www.screencast.com/t/WLgD2hJNMWN3
This is the code
.td-module-image a[href$="/music/"], .td-meta-info-container a[href$="/music/"], .td-module-container a[href$="/music/"], .single .td-category a[href$="/music/"], .tdb_single_categories a[href$="/music/"] {
background-color: green;
}
.td-module-image a[href$="/architecture/"], .td-meta-info-container a[href$="/architecture/"], .td-module-container a[href$="/architecture/"], .single .td-category a[href$="/architecture/"], .tdb_single_categories a[href$="/architecture/"] {
background-color: red;
}
.td-module-image a[href$="/video/"], .td-meta-info-container a[href$="/video/"], .td-module-container a[href$="/video/"], .single .td-category a[href$="/video/"], .tdb_single_categories a[href$="/video/"] {
background-color: blue;
}
.td-module-image a[href$="/architecture/"], .td-meta-info-container a[href$="/architecture/"], .td-module-container a[href$="/architecture/"], .single .td-category a[href$="/architecture/"], .tdb_single_categories a[href$="/architecture/"] {
background-color: red;
}
You need to change the category with your category (example: art with music) and also, you can change the color.
Set the code in Theme Panel ->Custom code -> Custom CSS -> https://www.screencast.com/t/St204VtFl3NU
2. The Posts Loops settings are divided into 4 tabs: General, Layout, Style, and CSS. The Posts loop is a special block and doesn’t have filtering options, you can only sort it =>https://www.screencast.com/t/geckLSYd5sa, so if you have set the Posts Loop on the homepage, then will display all post of all categories, if you have set the Posts Loop set on the category template, then will display the posts only from that category.
Hope this helps you!
Thank you!
Hello,
It is possible to add a text block to sub-categories templates? For SEO purposes I need to have text also and I do not see any option to add such a block.
On most of my new front page (under development at https://moic.onlineinvestmentconference.com/) I’m using FB4’s which work out well in sizing t’nails in the correct aspect ratio (all my tnails are 2:1). But I have used a Block 7 at the top of the page adjacent to my slider, because I didn’t want the large image at the top of an FB 7 to compete with my slider image. But Block 4 doesn’t have the image preset I can use with FB7’s (18:9), so the sides of the t’nails get cutoff.
Can I configure an FB7 to have only 4 small t’nails in a vertical column, like I can do with a Block 4?
Hi Bettina,
I have tried using the Gutenberg editor and the result is actually the same.
https://blog.wynsors.com/blog/wp-content/uploads/2021/04/Untitled-1.jpg
I’ve just noticed though something in the theme is overiding the table code. think its a display:block; in the CSS. I’ll remove this with custom CSS in the theme panel.?
Thanks for your help with this,
Mark
@pinnaclecompass thank you so much for this workaround, it worked perfectly!
It definitely feels like tagDiv should introduce a Raw JS block since the functionality is already there!
Hello,
If you referring to this block, https://www.screencast.com/t/ddeISNHnL3Cc then you have those options => https://www.screencast.com/t/NKYr7Eu9l, you can’t exclude some categories, only using a custom code, but if you really want to change this you can contact our custom work team here: https://tagdiv.com/premium-customization-services/
Thank you!
Hello,
I saw you use block 1, so to change the color of date, you need to use this custom code if you want => https://www.screencast.com/t/B1HCLERy
.td-post-date
{
color: red;
}
For the background image, you can upload what image do you want, we do not recommend a certain size, but if it has a small size then it will appear pixelated.
Thank you!
Hi,
i am adding an image to the post via gutenberg editor. However standard function of aligning image to the right or left with the text wrapped around does not work. Each image is just displayed as a block and text only starts below image. It does not make sense for small images that should be side by side with text. Is it standard newspaper theme behavior or just the PRO template I am using (animals pro)? How to change it?
I found in css inspector this part, but not sure if it is for that:
.td-post-content img {
display: block;
}
Hello!
Please add this code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.td-business.home .td-business-home-row .td_module_wrap .td-post-date, .td-business.home .td-business-home-row .td_module_wrap .td-post-author-name {
display: block!important;}
Let me know about your results!
Thank you!
Hi,
I cannot seem to find a whole bunch of elements that were in the theme in version 8 of the newspaper theme as I recently updated the theme to 10.4. For example, I cannot see the footer template style any more and cannot see [td_block_16 limit=”9″ custom_title=”Latest posts” td_ajax_filter_type=”td_category_ids_filter” ajax_pagination=”load_more”]. Please can you advice what alternative i can use thank you.
Hello,
As I said above, you can’t filter the block Posts Loop, you can only sort it =>https://www.screencast.com/t/geckLSYd5sa, so if you have set the Posts Loop on the homepage, then will display all post of all categories, if you have set the Posts Loop set on the category template, then will display the posts only from that category.
If you need a block that can filter you can use a flex block.
Thank you!
Hi,
Yes, you can filter the posts that you want to display on your homepage, for this you must have a static homepage , this can be edited with tagDiv Composer -> https://i.imgur.com/55qIWkz.png -> https://i.imgur.com/NUoNRnQ.jpg select the blocks and check the filter tab for blokes
Hope this will help you!
We have had our theme panel reset automatically two different times now in the past week on one site and one time 2 weeks ago on a different site. It completely reverts all settings back to default, removes the association of cloud template headers and footers, etc. When I try to restore from one of the backups on the side of the import/export page it does not populate the import block when I click on the date, it only shows a link to view differences, which I can see the previous version had data and the new version does not.
Now this has happened on 10.3.9 as we have not updated to 10.4.1 yet as it is not compatible with WooCommerce.
When I open up the td_011_settings and I paste the results into https://www.unserialize.com/ it only gets a 1/4 of the way and then it breaks.
Why does this keep happening and what can we do to mitigate it? There is no way to “disable plugins and theme” to see if it works as it only does it sporadically
Hi there, is there anyway of hiding the tagDiv tool items when logged in? Specifically, tagDiv Analyzer, and Mobile Page? On a smaller screen, they break the line and block other links.
Thank you
Hello !
The recommendation is 1920x1080px ( full HD ). Using that image size is how all the block should work very well around it. The x 0 option will make the image to auto adjust it’s height around the block.
Thank you !
Hello,
If you have a Pro Prebuilt Website, then the settings will not be applied.
You can disable the date/comments count and author if you edit with tagDiv Composer => https://www.screencast.com/t/2vHDs0uoirb, select the block and in the tab called “Layout” are the options for date/comments and author to hide on each module => https://www.screencast.com/t/4iV60yIz -> https://www.screencast.com/t/XWcO58ogc -> https://www.screencast.com/t/zbYiWa9zeX
Hope this helps you!
Thank you!
Sorry to bother you with this kind of banal question, but I can’t understand the optimal size I have to use for Big Grid full 6 block https://imgur.com/M2if8BR.
In the documentation, I found that I should use 1920×0 thumbnail, https://imgur.com/WJdevfo but because my basic knowledge of web design I don’t know how can the height possibly be 0.
Can you help me out?
Thanks in advance
i have create category Featured, if article have two category featured and category1, will be hide in other block because is assigned to Featured?
Hello,
I just checked your website and seems you an admin-ajax error=> https://www.screencast.com/t/SlR2JYg21, so this issue can be from the firewall or security module which blocks the admin-ajax.php request.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module that blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also, make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using a child theme or cache plugin, deactivate them, clear all cache and try again.
Hope this helps you!
Thank you!
Hi! Sorry if this has been asked a dozen times before.. but how do i implement an shortcode from another plugin for example: Ninja forms?
I;m trying now to do it via TagDiv Composer, add a inline text block and add the shortcode, but it doesn’t render. Even when i save and close the TagDiv composer.
What should do?
After running CSS Analyzer all headers using Block 18 Headers are distorted.
Before Running CSS Analyzer

1. Disabled WP Super Cache
2. Ran CSS Analyzer
3. saved found CSS
4. enabled Super Cache and Deleted Cache
After Running CSS Analyzer

5. Disabled WP Super Cache again
6. Ran CSS Analyzer
7. Excluded line for Header in “Body Inline Style 56”

8. saved found CSS
9. enabled Super Cache and Deleted Cache
After

10. Disabled WP Super Cache again
11. Ran CSS Analyzer
12. Disabled “Body Inline Style 56”

13. saved found CSS
14. enabled Super Cache and Deleted Cache
After

Hello!
You can create a category named “Featured” and on flex blocks you can filter to show posts only from that category.
Thank you!
Thank you, it solved the issue but now I have another one.
When I tried to add a text block with title to my page and I tried to edit the content I cannot edit the text in the popup and I have the following error in my server log:
Uncaught Error: Call to undefined function schema_wp_is_admin_page() in /srv/dev/kriptoakademia.co
m/wordpress/wp-content/plugins/schema/includes/admin/settings/register-settings.php:1668\nStack trace:\n#0 /srv/xxx.com/wordpress/wp-includes/class-wp-hook.php(292): schema_wp_admin_footer_
scripts(”)\n#1 /srv/xxx.com/wordpress/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array)\n#2 /srv/xxx.com/wordpress/wp-includes/plugin.php(484): WP_Hook
->do_action(Array)\n#3 /srv/xxx.com/wordpress/wp-content/plugins/td-composer/includes/wpeditor.php(404): do_action(‘admin_print_foo…’)\n#4 {main}\n thrown in /srv/xxx.com/
wordpress/wp-content/plugins/schema/includes/admin/settings/register-settings.php on line 1668
So basically blocks from your theme are not using any official wordpress hooks and are fully custom code? That means many plugins may not work properly.
Ok, then developer is needed (or maybe you plan to fix it in next release?). If not we will fix it on our own (for our own problem, comments number, it should be one additional line of code to apply filters). But fixing it just for our site – while other may have similar problem – is not good for others as for us (theme upgrade may delete our code).
-
This reply was modified 5 years by
def.