- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello @tongyfilardi!
When you go to the Dashboard -> Pages and create a new page, you can find the settings at the bottom of the page(enable the unique articles feature), give it a name, edit it with the tagdiv Composer and from Cloud you can import the section you want. Save and view the changes on your frontend. Now the feature should work well on blocks and no posts are duplicated.
I hope that helps you!
Thank you!
a)
Get down to the membership section on the general settings page. Uncheck the checkbox that says anyone can register on your website. This will prevent any visitors, man or bot, from being able to register as users on your site.
b) consider a recaptcha to stop bots (we now use hcaptcha several places)
https://www.wpbeginner.com/plugins/how-to-add-captcha-in-wordpress-login-and-registration-form/
not tested: https://wordpress.org/plugins/login-security-recaptcha/
I don;t work here. Just WP user for over 20 years, so been around the block a few times 😉
Hi,
Filter fields are no longer displaying in the tagdiv builder.
I’m using Flexblock 5.
I use ACF to filter by custom fields and these are no longer working. When I went into investigate I noticed that I can’t access the Filter fields anymore.
I am on version 12.6.8 with an active licence.
Can you assist please?

URL: https://thepaige.au/
I notice it’s also the case for my other Newspaper site https://capsulenz.com/
Hello, I have a CPT built through the ACF plugin. ACF permalink rewrite is mens-college-basketball. Category URL is college-basketball-men.
In Admin dashboard, the posts come through when in the category view. When I try to bring it in through the flex block, nothing shows up. See attached!

BTW, I highly recommend that you mention this limitation / design decision in your documentation on that particular block if you can. 🙂
Romania is now unblocked on these sites. Please check this out as soon as able. Why don’t the category and location filters work properly on this page?
Sorry about that, Anamaria. I will ask our tech department to unblock European traffic. My bad … stay tuned! BTW, the two topics are both related to Flex Loops, but are completely different issues. 🙂
I’ve been to both Bucharest and Timișoara, but it was a long time ago. Romania is amazing!
Hello!
This category page doesn’t have any cloud template and those blocks are made with Text with image, no block with filters. So you can’t use anything to sort them.
Thank you!
Hello,
For this, I recommend creating your own module, like in our guide https://forum.tagdiv.com/modules-builder-newspaper-theme/ -> https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
Thank you!
Also in the homepage there is a block called latest articles that i cannot edit it for some reason.
I actually tested the theme with those Google tests, to see if they report any issues with the theme breadcrumbs. There were no errors or warnings https://prnt.sc/gm93s8GVm2Vq Sometimes there can be, especially if they perhaps make a change on their side.
Sorry to hear about the attack. I’ve seen such cases before and they can last quite some time. Having cloudflare helps, or at least wordfence which has rate limiting to block repeated requests. Older websites with old theme, plugins, wordpress, are more vulnerable.
If there’s something else that I can help with, please let me know at any time.
Thank you!
Hello,
Can you please let me know about what block editor you are referring to? What functionality do you want there?
Thank you!
Hello,
On the category template, you can set the specific filter with category – current category -> https://forum.tagdiv.com/flex-block-settings-guide/ and use the offset option -> https://forum.tagdiv.com/offset-feature/
Thank you!
In the tagdiv composer, I can’t delete any blocks. The drag to the little box doesn’t work and when I click yes to delete it duplicates the buttons but doesn’t actually delete it.
I also can’t seem to find an undo button so if I add a block I’m screwed since I can’t delete it.
Very frustrating!
I´m publishing a Category Template with TagDiv Composer and assigning it to one section.
On that template I have published many Blocks.
I´m having duplicated content accross the modules.
In the Homepage or other pages I have the option Unique Articles, but that is not the case of the Category Template.
Please Help
I would like to use part Newspaper page layout and part WordPress block editor layout to use in a Newspaper page column.
X ———————— Newspaper template header ————————– X
X ——– Newspaper Menu element ————— X —– X Newspaper element 1 X
X —– page content with block editor ———- X —– X Newspaper element 2 X
X —– page content with block editor ———- X
X —– page content with block editor ———- X —– X Newspaper element 3 X
X —– page content with block editor ———- X
X —– page content with block editor ———- X
X —– page content with block editor ———- X
X —– page content with block editor ———- X
X ———————— Newspaper template footer ————————– X
Is there a way to choose the block editor for a specified row/column in Newspaper page layout?
I can choose for Column Text of Text with Title but that doesn’t provide me the block editor with its functionallities. Hope you can assist me on this one.
Thank you!
I have a problem with the Page Title element. The field for the Additional text is not displayed in the Page Title settings. However, the text is present.
[tdc_zone type=”tdc_content”][vc_row tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==" row_hide_on_pagination="yes"][vc_column tdc_css="eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ=="][vc_empty_space][/vc_column][/vc_row][vc_row row_hide_on_pagination="yes"][vc_column width="2/3"][tdb_title add_text_pos=”above” add_text=”Flugrouten, Beobachtungen, Rastplätze“][td_block_text_with_title]
I have the same issue with the Text with Title element in the settings for Custom Title , Title URL and Flex Block . Does anyone have any idea what could be causing this?
Thank you very much!
Birgit
We just launched infocielo.com
As soon as we launched the site went down. Serious performance issues with this Theme.
I´d appreciate any suggestion or tip for DB improvements like:
– Is there any configuration needed to improve Data Base performance with this theme?
Please ignore suggestions about Cache because we already set that up. The big issue now is with the Data Base and the queries of the theme.
For example see this Stack trace with errors.
Name
wp_posts SELECT
Duration
163.94 ms
% of transaction
5.95%
Type
db
Subtype
mysql
Action
query
Database statement
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND wp_posts.ID NOT IN (100870) AND ( wp_term_relationships.term_taxonomy_id IN (XXXXXXXX) ) AND wp_posts.post_type = ‘post’ AND ((wp_posts.post_status = ‘publish’)) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 5
Stack trace
class-wpdb.php in wpdb→query at line 3109
class-wp-query.php in wpdb→get_col at line 3357
class-wp-query.php in WP_Query→get_posts at line 3852
class-wp-query.php in WP_Query→query at line 3984
td_data_source.php in WP_Query→__construct at line 1516
td_block.php in td_data_source::get_wp_query at line 337
td_flex_block_4.php in td_block→render at line 2258
td_global_blocks.php in td_flex_block_4→render at line 27
shortcodes.php in td_global_blocks::proxy_function at line 434
shortcodes.php in preg_replace_callback at line 273
tdc_composer_block.php in do_shortcode at line 220
vc_column.php in tdc_composer_block→do_shortcode at line 440
td_global_blocks.php in vc_column→render at line 27
shortcodes.php in td_global_blocks::proxy_function at line 434
shortcodes.php in preg_replace_callback at line 273
tdc_composer_block.php in do_shortcode at line 220
vc_row.php in tdc_composer_block→do_shortcode at line 1187
td_global_blocks.php in vc_row→render at line 27
shortcodes.php in td_global_blocks::proxy_function at line 434
shortcodes.php in preg_replace_callback at line 273
tdc_composer_block.php in do_shortcode at line 220
tdc_zone.php in tdc_composer_block→do_shortcode at line 771
td_global_blocks.php in tdc_zone→render at line 27
shortcodes.php in td_global_blocks::proxy_function at line 434
shortcodes.php in preg_replace_callback at line 273
class-wp-hook.php in do_shortcode at line 326
tdb_view_single.php in apply_filters at line 189
Flex Block hint where you can change the name, category.
No – the issue is that the video player on top of the article, when you scroll, it should fly out to the right side of the body container. On mobile, it should anchor to the top of the screen in a smaller video player.
Received some feedback from my team on the floating issue. Here was their response:
“In this case the issue is that they have a css transform being applied to the player, transforms will break the float because the transform is how the player floats. If there’s an existing transform the float transform won’t apply.
The Player debug buttons in this case have highlighted 2 separate CSS issues: a transform and a z-index
The transform is causing problems, but we won’t be able to see if the z-index is also an issue until we fix the transform, as z-index issues often only impact floating players.
The transform is being applied to the parent div of the player: class=”td-block td-a-rec td-a-rec-id-custom-spot tdi_68 td_block_template_1″
If they add a transform: revert to the player embed code div this should fix the issue, but ideally they should just not transform the player’s parent div at all.
I’ve attached screenshots of the problematic CSS and the player floating when that CSS is removed to help their team Identify and solve this.
I believe the Z-index issue is a false positive as I was not able to see any overlap of the player once the float was activated.”
-
This reply was modified 1 year by
d8tabyte.
Hello,
I don’t think I fully understand how WebP images work.
I have installed the ShortPixel Optimizer plugin, and the WebP images are being generated correctly.
Example: form mypicture.jpg => mypicture.webp was created successfully
I have enabled WebP images in the theme settings:
BLOCK SETTINGS > Thumbs on Modules Block > Use WebP Format ==> ACTIVE
However, nothing changes on the website, and I don’t understand why.
Shouldn’t the blocks display WebP images instead of JPGs?
Am I missing something?
Thank you for your help!
Hi,
That is very unusual. Maybe an exception could be created for the security/firewall used on the website/server, so that it does not block the theme save request https://prnt.sc/ijCpZoQKvr_y If it’s blocked, it will not work unfortunately.
Could you contact us by email at contact@tagdiv.com and provide the theme panel settings in a pastebin? You can copy the theme panel code from here https://prnt.sc/JueIqzN5lGMN and provide it via a pastebin https://pastebin.com/
Or provide admin login in the email, for the website. We just want to make sure there’s nothing wrong inside the theme panel. Let us know.
Thank you!
Hey, community,
I cant find the delete icon after I added a new block.
Thanks
Shawn
Hello,
You can remove the Placeholder from Theme Panel -> Blocks Settings -> https://i.imgur.com/mo0Cbu2.png
Thank you!
Hi,
I have a custom post type, for which I am editing custom template.
It is strange because when I choose Flex Block 1 some of the options that were always there are still there but there is no input field for them, so essentialy I cant do anything with them.
What could be the case?
For example properties such as limit post number and offset post and many others.