- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperFlex Block Settings Guide
- NewspaperBig Grid Flex Settings
- NewspaperSingle Post Excerpt
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to insert a block inside the content of a post
- NewspaperCustom Post Type Support
- NewspaperMeta Info on Modules and Blocks
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagSocial counter styles on Newsmag
- NewspaperSocial Counter Styles on Newspaper
- TutorialsOffset Feature
- NewspaperCloudflare (CDN)
Hello,
The style that you can set on the element Column Title are those -> https://i.imgur.com/zSYsYsO.png
You can set a header title on each flex block.
Thank you!
Can you tell me how I can style the column title block so that it matches the headings on flex blocks – so that they have a coloured line to the left?
Hello,
I am using the theme newspaper and I would like to do a filtered search of my articles like what is on the explanations https://forum.tagdiv.com/filters-sorting-taxonomies/
But when I search Flex Loop Filters, nothing appears. Like the section “How to Use the Flex Loop Element”
Where can I activate the short code to create my filtered search engine.
Thank you and have a nice day,
Marine
Hi there, im trying to remove the big flex grid from the post page, everytime i press on a post the grid is there, how can i remove it to only show on homepage and when i press a post i dont see the grid before the post
my site is
beirutlab.com
Thanks for your help
Hey,
Thanks for getting back to me, I had worked out how to do it and installed the London pro one, but didn’t like it, so I went to work making pulses pro perfect for my needs.
I have a problem though, I have installed the big grid flex 10 at the top of my page, it does not fill the page, i have tried adding an inner column to it to get it full page, but I cannot.
Have a look at my homepage at https://thehighlandtimes.com/
Ideally I would like the top section of the page to be filled as it looks wrong with the smaller box at the head of the page, my question is: how do I get the box to fill the full page?
Or can I add another item to fill the space so it takes up the full page?
Thanks,
Joe
This is the “work-around” on my home page.
It is not good — for the viewer, the Slider operates differently than every other Flexblock on the page. And differently from every website photo that everyone is used to clicking on.
https://imgur.com/a/YWCmy4P
Please fix this ! Thank you.
-
This reply was modified 4 years by
fredredwoods.
Hello —
You wrote: “The slide was design to link only if you click on the post title.”
I would consider this a necessary and required improvement to the Slider, if your programmers can fix this.
As it is now, I have no idea if my viewers are being frustrated and do not know how to use the Slider — that is, if they click on the right side of the photo nothing happens, but if they click on the left side of the photo then they are taken to that article.
With every other image in a Flexblock on the website — the user can click anywhere on the image. But not on this one.
Please consider adding this improvement to the Slider. Otherwise it is inconsistent with every other photo link.
-
This reply was modified 4 years by
fredredwoods.
Hello!
Please let me know which settings you applied on that flex block: https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hello
Flex Block, Block is in use.
If i only show 8 posts on the main page, and load more, the same posts are repeated over and over again.
please check this problem
Hello,
You can set the height and width for images on the flex block from the tab Layout -> https://i.imgur.com/3kepnMd.jpg
Thank you!
Hello,
we set our flex block 1 to the pre made style presets, image of ratio 4:3.
Sometimes however the image won’t show that nicely, like in the example below (rock am ring square poster).
We’d like to set it that the height shows as 100% and the width auto adjusts.
However, I keep on failing miserably.
How can this be done correctly via css please ?
address is staging.enola.be

Hello,
You can apply filters on the News Ticker -> https://i.imgur.com/goXpNId.png
Also, on the flex block and Big Grid Flex, you can apply diferent filters and sort https://forum.tagdiv.com/flex-block-settings-guide/ -> https://forum.tagdiv.com/big-grid-flex-settings/
Thank you!
Hi,
Nofollow was requested -> https://forum.tagdiv.com/topic/we-desperately-need-a-way-to-no-follow-flex-blocks/ We will introduce an enable/disable option for those who want to follow or nofollow.
Thank you!
Hi,
I’m creating a news page, in it I want to put news from all categories, except one, how can I make these components not show this category? Or is there a way to configure which categories should appear?
Hi,
The slide was design to link only if you click on the post title and on the rest of the image you have the possibility to drag the image to left and right -> https://i.imgur.com/7fTnW9n.png
What you can do is to set on the slide post title some left and right paddings or to display flex or block,
.td_block_slide .td-slide-meta .td-module-title a{
display: block;
}
Thank you!
Hello,
For the category template, if you have set a posts loop then will display all posts in this category or you can use Flex Block 1 and set the filter to “Category -Current category” => https://i.imgur.com/7P99qx0.png
Thank you!
Go to the page you are trying to fix.
Then go edit with Tagdiv Composer
Then go to the element section of the flex block section
Then go to filter
Then change Category filter to : category-current category
Then save
This is what I did and it fixed the issue. I hope it does the same for you.
Hello!
You’ve probably added it as a default block. Edit the page normally and make sure the template is set like this: https://prnt.sc/vkaxlVwlTnsP
You can add the title and a flex block to create the latest articles with the TagDiv Composer.
Thank you!
Hi,
I don’t know when, but on our page stopped working ajax categories dropdown. They are shown, but when you click on them it moves page to up and nothing is filtred. We use them in Flex Block 4.
I’ve made a research why it does not work. I have tried turning off WP Rocket and Redis object cache, but no results. I’ve found out, that this code from your js (/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=11.5.1):
jQuery(".td-subcat-item a").on("click", function(a) {
a.preventDefault();
a = tdBlocks.tdGetBlockObjById(jQuery(this).data("td_block_id"));
!0 !== a.is_ajax_running && (a.is_ajax_running = !0,
jQuery("." + jQuery(this).data("td_block_id")).find(".td-cur-simple-item").removeClass("td-cur-simple-item"),
jQuery(this).addClass("td-cur-simple-item"),
a.td_filter_value = jQuery(this).data("td_filter_value"),
a.td_current_page = 1,
tdBlocks.tdAjaxDoBlockRequest(a, "pull_down"))
});
When page is completly loaded and subcategories are shown (they are some how lazyloaded) and I paste this code into the console, ajax categories works.
You can chek it here on homepage (e.g. section “Video”): https://www.inrybar.cz/
How to fix this please?
With best regards,
David Pavelka
Hi,
I’ve setup a section “Premium” with Flex Block 1.
Screenshot: https://drive.google.com/file/d/1kGrNKQUR7G4XIPvH4QLDqM5PoXqNrU5w/
I’ve assigned a category “premium” to that section. And that assigned category has 3 posts but only 2 posts gets displayed in the frontend.
*Limit post number is set to 6.
Screenshot of posts: https://drive.google.com/file/d/16vqIXIIIl_IgBx0E1zeksU_Jv2YhVZNL/
Screenshot frontend: https://drive.google.com/file/d/17aMVS0QFcAIoBfhaUC5o1LdUDloa4HdR/
Can you please look and let me know what could be the issue?
Thanks!
Hello,
If you using the Flex Block or Big Grid Flex in the layout are the options “Show author”, “Show date” and you can choose to hide => https://www.screencast.com/t/6UPXQbiTO2
Also, if you can’t hide the date, please provide the link to your website.
Thank you!
Hi there!
I’m trying to list full numbers of articles in category page via set the post numbers in Tag Div Composer for that template. But have no luck to do this.
Rendering in browser shows that found only 3 posts, but there are more than 10 published.
block_tdi_73.td_column_number = “3”;
block_tdi_73.block_type = “td_flex_block_1”;
block_tdi_73.post_count = “3”;
block_tdi_73.found_posts = “3”;
block_tdi_73.header_color = “”;
block_tdi_73.ajax_pagination_infinite_stop = “”;
block_tdi_73.max_num_pages = “1”;
tdBlocksArray.push(block_tdi_73);
Here’s link
Hello,
Normally, if Football is a category, then the Posts Loop will display the posts from that category.
For the category template, if you have set a posts loop then will display all posts in this category or you can use Flex Block 1 and set the filter to “Category -Current category” => https://i.imgur.com/7P99qx0.png
Please provide a link to your category.
Thank you!
Hi all,
I am using flex-box-2 on my homepage currently. I am trying to edit in Composer to make the entire image fit the <div>, but can’t do it in composer.
When I try to edit the CSS, I seemingly cant figure it out either.
Long story short I am trying to make my whole image show inside flex-box-2, not just a portion of it.
I should be able to do this with “object-fit: contain”.
Pretty frustrated as it seems to not work for any flexboxes.