- NewsmagSocial counter styles on Newsmag
- NewsmagNewsmag documentation
- NewsmagtagDiv Social Counter tutorial
- NewsmagIntroduction
- NewsmagCategory grid styles
- NewsmagTheme colors introduction
- NewsmagPage templates
Hi team,
I’m using the tagDiv Newspaper theme for my WooCommerce website. I want to achieve a layout similar to the Kid’s Store demo, especially the product filter section.
I imported the Kid’s Store demo on my site, but the filter section appears empty. I also tried adding the Flex Loop Filters widget manually https://prnt.sc/5u-kq9UQl_ke, but it’s showing some errors https://prnt.sc/JqvoUZ6Omr8a and not working as expected.
Unfortunately, I couldn’t find any documentation or guide related to setting up these filters properly. Could you please explain how to correctly configure and use the Flex Loop Filters widget to get the same functionality as in the Kid’s Store demo?
Thank you!
Hello tagDiv team,
I’ve encountered a strange issue with my homepage layout in the Newspaper theme – https://polishexpress.eu
I created a new section for a new category – let’s call it X1.
The layout is a manually built row divided into two columns:
Left column: Flex Block 2 → displays 1 latest post from category X1.
Right column: Flex Block 1 → displays 4 posts from the same category X1, with offset = 1 to avoid duplicates.
The homepage has the “Unique articles” option enabled, and all modules are set to sort by latest posts.
Inside TagDiv Composer, everything looks correct – the right Flex Block displays posts in the proper order (from newest to oldest).
But after saving and viewing the page (logged in or logged out), the posts in this module appear in a completely different, seemingly random order.
Strangely, if I copy the entire homepage layout (including this module) and paste it into another test page, the order works perfectly fine there.
The issue only occurs on the main homepage.
I’ve already tried:
Clearing the built-in theme cache (no cache plugins installed),
Disabling the offset option,
Verifying that other homepage modules display correctly (and they do).
Still, the problem persists only for this new block.
Any guidance on how to fix this would be greatly appreciated.
Thank you.
It is a Flex Block1 and now I want to decide that after 10 posts in the category of this Flexblock, the load more button appears for the visitor to see more posts.
Thanks
Hi,
You can use on your homepage this css:
.td_flex_block_1.tdi_97 #tdi_97 {
max-height: 580px;
overflow: overlay;
}
It can be set in a raw CSS, after that you can change the number of articles that will be displayed, save the changes in tagDiv Composer and check it on the frontend.
Thank you!
Hi,
Depending on the block used, if is a post loop or a flex block, you can search for pagination in search options and you’ll see where you can edit the font and color – https://i.imgur.com/kbs4HoY.png https://i.imgur.com/IHf8ejG.png
Thank you!
Hello
I am using the Tagdiv composer to design my homepage, and some data does not display.
https://prnt.sc/n9m9JGRbVgP7
I am working on Flex block 1, and even when “show date” is ticked on, it still does not show.
There are other data that have refused to show, such as the author’s name and some others that I don’t remember at the moment.
Hello,
High CPU usage from this action is uncommon unless a large number of tasks are being generated. This could be caused by a plugin or theme creating excessive tasks, or by tasks not being properly cleared after execution.
To reduce the queries you can check the fallow.
Check if you are using ajax pagination, mega menu many blocks (the theme is making a query for each block in part and if you are using mega menu each element as mega menu makes queries, also ajax pagination make quires to database), also make sure that you use lazyload for images.
Other type of settings that can reduce the numbers of queries: use a good cache plugin, use object cache (redis), and use flex block cache – https://forum.tagdiv.com/use-flex-blocks-cache-option/
In addition, it’s a good idea to identify what’s consuming your server resources. Tools like Query Monitor and Code Profiler can help you pinpoint high CPU or resource usage caused by plugins, themes, or database queries.
Thank you!
Hi,
Most of our users use the Redis Object Cache, but I think that Object Cache 4 everyone should be ok too.
Also, if you have the possibility, try the WP Rocket cache plugin, it’s the best with our theme. Also, do not forgot about the flex block cache, using taht option a flex block will no longer make a request to datdbase only after 1, 5 10 minutes (depending on the setted time), doing this the request to datbase will be reduce.
Thank you!
Hi,
I have a few recommendations to help optimize your site’s performance:
Enable Object Caching: This can significantly improve load times by reducing the need for repeated database queries.
Cache on Flex Block Elements: As per the instructions here, activating cache for flex blocks can improve resource efficiency: https://forum.tagdiv.com/use-flex-blocks-cache-option/
Review Resource-Heavy Features: If you’re using the “Most Popular” feature, it may be consuming substantial resources. You can disable it by navigating to the theme panel here: – https://i.imgur.com/IgvZFub.png – https://i.imgur.com/wnBKD6r.png – https://i.imgur.com/Vms107h.png
Please note, it’s advisable to make this change after updating the sorting settings for the blocks.
Also, the best cache tested with our theme is WP Rocket, but there are other cache plugins that can be used, this differs from website to website and what settings are used. Most plugins provide sufficient options to control whether the cache should be used or not for specific sections/functions.
Thank you!
Hello,
Unfortunately, there is no documentation showing all the theme blocks in parts; there are too many possibilities to be created with our theme flex blocks. You can even create your own modules using the module builder.
The flex blocks from the theme can be adjusted in many ways, and if you want, you can check some pre-made blocks that can be generated from the cloud. You can see them here – cloud.tagdiv.com/#/load/Blocks
Thank you!
Hello, Thanks for your reply. i am not using the acf plugin, but i am using a plugin that automatically generates a video post.
All-in-One Video Gallery
By Team Plugins360.
Currently I have another concern. the primary concern is display all the categories in an automated manner on a given page.
For example a new page
all the post categories to be displayed and not the posts in a given categories…
I am trying to change the page below
https://newspatron.com/categories/
Can this be achieved by one of the flex blocks or any other elements using the tagdiv composer?
For example adding post_category or post_categories in the Post type in the flex block or the big flex.
Please suggest a betterway as i have imported the page template, but not able to correctly configure the categories only the categories and not the post(S) per category, so that all the categories can be populated..
Thanks
Hi,
For each block that is not a loop you can use tagDiv Composer and edit it, select the block and check the filter tab, there you can set the taxonomy to filter the articles by that taxonomy https://i.imgur.com/WKH62Zz.png https://i.imgur.com/UVt0aVn.png https://forum.tagdiv.com/flex-block-settings-guide/
If you are using a category/taxonomy template, then you can use the loop element this will filter automatically the articles after the current category/taxonomy, or in case you are using a flex block use the special filters and choose the one according to the template, for exampl,e if it’s a categor,y select current category, if is a taxonomy, current taxonomy https://i.imgur.com/YJmtNZR.png
Thank you!
Hello tagDiv Support Community,
I’m using Newspaper Theme v12.7.1 for my site https://www.diplopolis.com.
I’ve created a custom taxonomy called “Location” using the Custom Post Type UI (CPT UI) plugin. Based on all that I have read, the taxonomy is attached to standard Posts and set to be public, queryable, and has archives enabled.
My goal is to display articles grouped by their Location — for example, all posts tagged “Europe”, “Ukraine”, “Russia”, etc.
What I’ve tried so far:
Confirmed that the taxonomy appears in the WordPress admin and that posts are assigned to their respective Location terms.
Flushed permalinks by going to Settings>Permalinks and Saving Changes.
Enabled the taxonomy in Theme Panel → CPT & Taxonomy. I see Location listed there.
Attempted to use tagDiv Composer → Flex Loop / Loop Grid/Custom Field and couple of other elements, but I cannot find a clear way to filter posts to be displayed by my Location taxonomy.
I also created a Cloud Library → Custom Taxonomy template and assigned it to “Location”, and made it Global but the archive pages still do not display the posts as expected.
I’ve read the documentation on CPT, but I’m still unable to get posts to display per Location on either the archive pages or custom pages.
Could you please guide me step-by-step. It would be very helpful if you could provide me all the steps just in case I have missed something:
Which Element/Module to use for display and the correct way to configure the element/module to show posts filtered by the Location taxonomy.
Any additional theme settings or steps I might have missed to make the taxonomy available to Composer filters.
Whether there are any known compatibility issues with CPT UI in v12.7.1.
Any screenshots or references to the right documentation/video would be much appreciated.
Thank you for your help!
Best regards
Hi,
The prebuild blocks, grids, loops and flex blocks will display only one category, to display more or all categories, you’ll need to create your own module using the tgadiv composer and module builder and use theme on Flex Block Builder and Flex Loop Builder
Thank you!
Hi all
I am trying to show multiple/all categories that a post has assigned to it, in things like a Big Grid Flex, Post Loop, etc. within the TagDiv template editor.
It currently only shows one and defaults to the first alphabetically, so for example if a post has “Climate”, “Politics”, and “Animals” as categories, it will only display with “Animals” showing.
How can I show all the categories?
Many thanks.
Hello,
I have added Flex Block an my website left and right side and make them vertical.
Is there an easy way to make it vertical scrolling with the mouse.
I want to show for example 10 news, but the visual part must be 5 and when someone go with the mouse there and scroll more news must be showed (up to 10 or more).
I try to set up the limit or the articles to be 10 but the list is very long. Please see here : https://www.awesomescreenshot.com/image/56760662?key=cb225e3a67c132c71142b898946f5200
So i want to be like here : https://www.awesomescreenshot.com/video/44914022?key=46f8c96d8c907134a1d0c26b351f4ee6
Hi,
I’ve created a new category called Latest, 2 new posts linked to that category.
On home page I have a Flex Block 2, I filter by category Latest I get no posts showing.
I filter by all categories or single category on post is showing.
Can someone direct me to an answer?
thank you
Resolved, the flex block 3 was added in the header.
I have asked for TagDiv support for help with an issue with the header logo image on the Front Page of my Newspaper themed website, https://www.thethinkingconservative.com/. TagDiv’s support person, Bettina, did something to make the logo fit in a larger space on my Front Page which I wanted done, but did not explain how she did it although I asked. There is an issue with what she did however, the larger header logo shows up larger in the Brave browser, but not in the Chrome browser.
I have no idea what Bettina did and a different support person did not know either and told me to upload a larger image in the TagDiv editor for the Front Page. When I attempted to upload a larger logo image like your support recommended, it literally broke the Front Page of my website and now it won’t open in TagDiv Composer no matter how long I wait, so I can no longer edit the Front Page in TagDiv Composer and the Front Page is no longer showing correctly on the website. The header area, menu etc. is missing from the entire website.
This code can be seen at the bottom of the broken Front Page
[td_flex_block_1 modules_on_row=”” image_size=”” image_floated=”hidden” image_width=”eyJwaG9uZSI6IjMwIn0=” image_height=”eyJwaG9uZSI6IjExMCJ9″ show_btn=”none” show_excerpt=”eyJwaG9uZSI6Im5vbmU
I have checked and everything is correct with the templates, menus etc. and it is not a plugin issue, but because I can’t open the homepage to edit it there is nothing I can do. I deleted the larger image I had uploaded from the library, but the image didn’t show up in uploads in File Manager in cPanel which I thought was strange.
I do not want to upload a new Front Page template as it took so much work to get the Front Page correct and I can’t just upload the header template because I can’t open the Front Page with the TagDiv editor.
Please look at the Front Page of the website and you will see the issues.
How do I fix this?
https://irishweekly.com
I’ve created a flex box 3, and place it at the top of the page. When clicking on one of the posts, it takes me to the post but the flex box it stays at the top.
Was not expecting this behaviour as the flex box is added only on the front page.
Regards,
Dan.
When using Flex Block Builder showing lastest posts shows the second and third latest as the first ones and then the actual latest posts is shown as the third latest.
Sort order is set to “Lastest”, and I use “time ago” setting.
But instead of this:
- Lastest
- Second lastest
- Third latest
- .. the rest
It does this:
- Second lastest
- Third latest
- Lastest
- .. the rest
I have no idea why, and I can’t fix it.
Sehr geehrtes Support-Team,
bei meinen Seiten tritt immer wieder folgendes Problem auf:
Das Theme (TagDiv Composer/Newspaper) wendet automatisch Standard-CSS auf meine Überschriften (H1–H6) an. Beispiel:
H1 | .tdi_51{padding-bottom:55px!important}.tdm_block_column_title_simplified_2{display:flex;flex-direction:column;margin:0;transform:translateZ(0);font-size:28px;line-height:1.3;font-weight:400;color:#111}.tdm_block_column_title_simplified_2>.td-element-style{z-index:-1}.tdm_block_column_title_simplified_2 .tdm-title-s-text{text-align:left}.tdm_block_column_title_simplified_2:after{content:”;order:2;position:relative;display:block;margin:14px auto 0 0;height:1px;background-color:var(–td_theme_color,#4db2ec);transition:all 0.2s ease}.tdi_51 .tdm-title-s-text,.tdi_51 .tdm-title-s-subtitle{text-align:center}.tdi_51:after{margin-left:auto;margin-right:auto;width:30%;background:var(–mm-custom-color-4)}.tdi_51{color:var(–mm-custom-color-1);font-family:var(–global-1)!important;font-size:56px!important}.tdi_51:hover:after{width:60%}Datenschutzerklärung
Dadurch erhalten auch rechtliche Texte wie meine Datenschutzerklärung unerwünschte Formatierungen (z. B. Linien unter den Überschriften, veränderte Textausrichtung, falsche Schriftgrößen).
Meine Fragen:
Warum werden diese Styles immer wieder automatisch eingebunden, selbst wenn ich eigene Formatierungen setze?
Gibt es eine Möglichkeit, diese globalen Stile für bestimmte Seiten (z. B. Datenschutzerklärung) zu deaktivieren?
Kann man die automatische Anwendung der Klasse .tdm_block_column_title_simplified_2 generell abschalten?
Vielen Dank im Voraus für Ihre Unterstützung.
Mit freundlichen Grüßen
Hi,
I totally get where you’re coming from if you’re used to builders like Divi, it can feel a bit limiting at first. Our tagDiv Composer is super powerful, but it was designed from the ground up specifically for pages and templates. This includes templates for posts, categories, tags, shops, and custom post types, and it even lets you create your own modules.
So while it doesn’t directly edit single posts or CPTs the way some other builders do, it still gives a lot of flexibility through templates and custom modules.
Thank you!
Hi,
Do you want it to be display on mobile like on desktop?
For this use this custom css:
body .td-trending-now-wrapper {
flex-direction: row;
}
The css should be set in the Theme panel > Custom code > Advance css > Phone section https://i.imgur.com/qIt6QRS.png