Search Results for 'block'

Results from the Forum
Simion C.
tagDiv Staff

Thank you.

If you want to reduce the admin ajax requests, my suggestion is to change the pagination type for this block in the post page -> https://prnt.sc/Wvqv_ogWmLeq The infinite load pagination used on that block makes 2 requests each time a post page loads, I suggest using next/prev pagination or Load more button. This way the block won’t automatically make requests on page load and scroll, and visitors can load more posts if they want.

The live search also makes requests while typing in the search box -> https://prnt.sc/6wn31CiDh_WA This can be disabled -> https://prnt.sc/A5bIijIb-1k7

But I suggest starting with the changing the pagination of that block in the post page, then check if the situation improves. If not, disable the live search as well.

Let me know.

Thank you!

Simion C.
tagDiv Staff

Sorry for the delay.

That green line is an icon. It can be removed. It’s a bit hard to select it, so I suggest moving that block somewhere else temporarily, for example -> https://prnt.sc/ezxxt0z5uT6l Then you can select the icon and delete it. Then move the block back where it was.

The articles are written in wordpress. The theme provides a subtitle field where you can enter a subtitle if you want -> https://prnt.sc/vJp4xSPklKmj Then to display the subtitle in the post page, please edit the post template with the composer and add the subtitle element in the location you want -> https://prnt.sc/8e2DtXHJoAHY

Concerning the photo credits, would you like to add them as the caption perhaps? A caption can be added when you add the images in the post content -> https://prnt.sc/5-FglOiuSdfV

Let me know if you have more questions.

Thank you!

Simion C.
tagDiv Staff

Hi,


@Alex

The license key is assigned to the website you mentioned. If there’s a problem on the website, and the theme is already activated with the key, then it means the problem is related to the key verification. The key verification is made by the theme by connecting from your website to our database. Maybe something is blocking the theme, or there is conflict with a plugin. The issue will have to be investigated. I will investigate it, please send an email at contact@tagdiv.com and provide admin login for the website. I’ll check as soon as I can.

@Murphy Alicia
If the problem is the same, please also send an email with the login credentials.

Thank you!

Simion C.
tagDiv Staff

Hi,

Some demos have a few demo ads in the pages and in the templates, these are set directly with the composer, not in the theme panel. However, the ads can easily be removed, it’s just a matter of editing the homepage and the templates with the composer, and removing the ad boxes, for example -> https://prnt.sc/CaMZmcdhgXpT

If the ads appear to be loading but then they disappear, maybe you are using an ad blocker in the browser. Do the ads appear if you check in incognito mode or with a different browser?

If you want I can take a look and remove the ads, you can send us an email at contact@tagdiv.com and provide a link to the website and admin login (user and pass).

Thank you!

Simion C.
tagDiv Staff

Hi,

There are a few options from the theme that make such requests. Like the live search, the block pagination, lazyloading the footer, the ajax view count. If all of these are used on the website, and the website gets a lot of traffic, then the requests can add up and potentially slow down the website.

Could you provide a link to the website so I can check it? I’ll check what options you are using and what is making ajax calls. If you can’t provide a link in the forum, then you can send an email at contact@tagdiv.com and we can continue by email.

Thank you!

metallikos
tagDiv Member

I fixed it by adding this in the file: wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php (line 576).

Fix:
add_meta_box($this->id . ‘_metabox’, $this->title, array($this, ‘_setup’), $type, $this->context, $this->priority, array(
‘__block_editor_compatible_meta_box’ => true,
‘__back_compat_meta_box’ => false,
));

I am writing my own version of the theme to wean off third parties.

overlens
Participant
#0

I’m setting up the category page and a background image appears by default. I can’t work out where to go to remove that image. -> https://imgur.com/a/A7omgUX

bocatribune
tagDiv Member

Thank you for your prompt reply, Simon.

The page was built with the wordpress editor, which shows the very first block suggestion as a Header.
When I type the name, it creates the wordpress page.
Perhaps because I’m used to work with DIVI builder, I thought that if I removed the title, the wordpress page wouldn’t change, but it immediately switches the page from published to draft.

I will try to use CSS. Where do I set it up? Settings for this specific page doesn’t show me a CSS field or at least I don’t see it.

What am I doing wrong?

Simion C.
tagDiv Staff

Hi,

Currently I see some kind of custom mobile menu, or from a plugin, on top of the theme mobile menu -> https://prnt.sc/xr6is1rpWCft That extra mobile menu is displayed over the entire mobile header actually, meaning that I can’t click on the theme mobile menu, the logo, or the search.

If I delete that extra menu using the browser inspector, then the theme mobile menu seems to work correctly -> https://prnt.sc/tTDRcRp4z_Qw It opens correctly. So the only problem I see is that there is an extra menu in the mobile header, making it impossible to interact with the theme header.

About updating, if the website broke after updating the PHP, that can be caused by multiple things. Could be because of a plugin that doesn’t support newer PHP versions, or custom code, or the child theme as I see you use one, or an inactive extension in the new PHP version, or other causes. I suggest testing on a staging/testing clone of the main website, in order to deal with the issues there first.

From the theme perspective, if you update it just make sure to install this standard pack plugin -> https://prnt.sc/zkjDfLHkzSHy That’s a plugin we added in Newspaper 10. Normally it’s optional, but for older websites it’s required. Older websites are built with the older blocks, grids, templates, etc. and they will not display correctly without that plugin.

Thank you!

Mybody
Participant
#0

Hello tagDiv team,

I’m working on a WordPress website using the Newspaper theme and tagDiv Composer.

I have an issue with one page where some old text content is still visible on the frontend/editor, but I cannot find or remove it.

The page was previously created/edited with Elementor, before switching to Newspaper/tagDiv Composer. Now I’m editing the page with tagDiv Composer, but old text sections are still displayed on the page, for example:

“Allenamenti in casa”
“Allenamenti in palestra”
“Obiettivi: massa, definizione, resistenza”

The problem is:

When I open the page with tagDiv Composer, these texts are visible, but I cannot select them as tagDiv elements.
If I click on them, no editable element is selected.
When I open the page in the normal WordPress editor, I only see a large shortcode/tagDiv content block, but searching with CTRL+F does not find those text strings.
I also checked the normal page content, but I cannot locate where this old Elementor content is stored.
I need to completely remove these old text sections from the page.

Could you please tell me where this content may be coming from?

Could it be stored in old Elementor meta fields, a Newspaper/tagDiv template, page custom fields, category description, or another theme setting?

What is the safest way to remove this old content without breaking the current tagDiv layout?

If needed, we can provide temporary WordPress admin access so you can check the page directly.

Thank you in advance for your help.

Best regards,
Sara

Mybody
Participant
#0

Hello TagDiv Support Team,

I’m using the Newspaper theme with tagDiv Composer on my WordPress website MyBody.it.

I changed the WordPress language to Italian, but many parts of the theme/interface are still not translated. From what I can see, there are more than 500 strings/phrases that would need to be translated manually.

Before proceeding manually, I would like to understand if there is a faster and official way to translate all these theme strings into Italian.

Could you please let me know:

Is there an automatic or recommended method to translate all Newspaper/tagDiv strings into Italian?
Is there an Italian language file available for the theme?
Can this be handled through the theme panel, Loco Translate, WPML, TranslatePress, or another recommended plugin?
Is there a way to import a ready-made Italian translation file instead of translating every single string manually?
Are tagDiv Composer blocks and theme elements supposed to translate automatically when WordPress is set to Italian?

At the moment, translating more than 500 strings manually would be extremely time-consuming and not really acceptable for a premium theme. If there is no faster solution, this would be quite disappointing from a usability point of view.

If needed, we can provide temporary WordPress admin access so you can check the issue directly.

Thank you in advance for your help.
Best regards,
Sara

Matija
tagDiv Member

sorry for the VPN thing…the hosting is some from the government, because its a website for the County in Croatia…I didnt know about the restrictions…

this is what they said to me:

Last wordfence security team alert us to minor security issue for outputting script and style may cause security issue, we are now using wp_kses function to escape accordion content, which causing strip all style and scripts from 3rd party shortcode, to solve this issue, third party plugins authors must update their plugin to load style and script to header or footer not via old style via content.

what should I do?

raccontareancora
tagDiv Member

Hi,

I have the following CSS applied via custom CSS:
css.td-page-header {text-align: center;}

.single article .td-post-content span {
font-size: 12px !important;
}
Even when I increase the value to 14px in this CSS, nothing changes visually — the text stays small. More importantly, this rule is now blocking any manual font size changes I try to make directly in the editor, whether by:

Setting a custom font size manually on a classic paragraph, or
Selecting a preset size (e.g. “M”) on a paragraph block.

Previously, when the font size was set through the default Theme Panel settings (without this custom CSS), the sizes displayed correctly and could be adjusted normally.

If there’s no solution, I’ll remove the code and set it to M every time I write a post, using the paragraph block.

Thank you for your help
Antonella

Simion C.
tagDiv Staff

That modification changes the sorting method functionality, not it’s name, the name is set elsewhere. The name is unimportant however. After making the modification the block should display posts from the last 30 days instead of 7 days.

Thank you!

gmodonesi
tagDiv Member

Thanks for the answer.
After that change the block should display random posts from the last 30 days but the name of the filter remains “Random posts from the last 7 days”. Is it correct in your opinion?

raccontareancora
tagDiv Member

Hi,

When I add this code, the text appears too small, both when used in a normal block and in a classic paragraph:

The font size is set to 12, but it doesn’t render as an actual 12pt — it displays much smaller than that. Even if I increase the font size value, the text still stays just as small and doesn’t change.

Could you please check why the size isn’t being applied correctly?
https://drive.google.com/file/d/1mNdMANvtH9s3fCRpURR26iO-JL4EtadY/view?usp=sharing

Thank you,
Antonella

Simion C.
tagDiv Staff

Hi,

There’s no such sorting method unfortunately.

You could modify the 7 days filter, it’s in this file -> wp-content\plugins\td-composer\legacy\common\wp_booster\td_data_source.php

If you search in that file there will be a section like this -> https://prnt.sc/uOluDxQiHdJj
Then change the “1 week ago” to for example “30 days ago”. I believe it should work, the block should then display random posts from the last 30 days.

I’m sorry for the inconvenience.

Thank you!

Simion C.
tagDiv Staff

So like this for example -> https://prnt.sc/oG-kPH_xADqK

That is built like this. The paragraph is wrapped within a div container with a class -> https://prnt.sc/ZKEGPJLrGgUS and through that class there is a background color set, text color, some padding -> https://prnt.sc/Nk_EQx_mOqKa

If you use the block editor instead of the classic editor, it’s easier. You can set a class for the paragraphs you want -> https://prnt.sc/S0JkxzM6GN1j and that’s it. With a similar CSS code added in the theme panel -> https://prnt.sc/hF3-oiGhCKaA then all the paragraphs that have that class will have the info box design -> https://prnt.sc/kY-egliuwC0e

Of course, the design can be different, different colors, font sizes, spacing, etc.

Let me know if you need help with it.

Thank you!

cuongdo.news
Participant
#0

After updating our website from the previous WordPress version to WordPress 7.0.1, we encountered several critical issues with the Newspaper theme.

Environment
Theme: Newspaper
WordPress: 7.0.1
PHP: (please fill in your PHP version)
Website: https://suckhoemoi.com
Issues
Frontend displays raw shortcode/JSON instead of rendering the page properly.
Pages show raw tagDiv content instead of the designed layout.

Gutenberg editor reports:

“This block has encountered an error and cannot be previewed.”

Eventually, the entire WordPress admin became inaccessible with a “There has been a critical error on this website” message.
Troubleshooting

We investigated the issue and found that the problem is caused by td-composer.

Renaming the td-composer plugin folder immediately restored access to the WordPress admin.
After disabling td-composer, the critical error disappeared.
This strongly suggests that the current version of td-composer is not compatible with WordPress 7.0.1.
Expected behavior

The Newspaper theme and td-composer should work correctly with WordPress 7.0.1 without causing:

Critical PHP errors
Gutenberg block errors
Frontend rendering issues

Could you please confirm:

Is WordPress 7.0.1 officially supported?
Is there an updated version of td-composer compatible with WordPress 7.0.1?
If not, when will a compatible update be released?

Thank you for your support.

Best regards.

Simion C.
tagDiv Staff

Hi,

Some of the footer templates of the Newsmag theme are predefined, meaning the content from them can’t be modified.

If you want to display something else, please use one of the blank footer templates, for example this one if you want to display just one larger block on the middle and right side -> https://prnt.sc/tfneMFLVfQ22

Then you can add the widgets you want in the second footer column, like block 7 -> https://prnt.sc/Nt49vFc_7q4I

Then you can make the block display 6 posts -> https://prnt.sc/y5BZhnX3JqGJ

The result is like this -> https://prnt.sc/LCNQUaIHcIck

So these footer templates contain empty columns -> https://prnt.sc/uMRpQiMaRn_p in which you can add the widgets you want.

Please try it.

Thank you!

raccontareancora
Participant
#0

Hi Newspaper support,
I’d like to set Georgia 12px as the default font for post content. I went to Theme Panel > Theme Fonts > Post Content and set it there, but the change doesn’t seem to take effect.
When I use Gutenberg blocks, the text still appears smaller than expected — Georgia 12 only displays correctly if I use the Classic Editor instead.
I also noticed that if I go into the block options and manually set the Typography size to “M”, the text does display correctly in Georgia 12. However, I don’t want to have to set this manually every time — I need it applied by default, automatically, without editing each block individually.
Theme: Newspaper, version 12.7.6
WordPress version: 7.0
Could you help me understand why the Theme Fonts setting isn’t being applied automatically to Gutenberg content, and how I can fix this so the font applies consistently by default, regardless of which editor I use?
Thank you very much for your help.

Kind Regards
Antonella
screenshot test post

Simion C.
tagDiv Staff

Hi,

If there’s a problem with the key verification then the theme will have limitations unfortunately. This kind of issues with the key verification can have a few causes, mainly plugin conflicts, or security restrictions, or firewalls.

What happens is that the theme tries to connect from your website to our database and verify the key. If something interferes or blocks that connection, then the verification will fail, resulting in not being able to use the theme fully.

A quick test you can perform is to deactivate all non-theme plugins to see if this solves the problem.

If not, I will take a look at the issue and try to find the cause. Please send us an email at contact@tagdiv.com and provide a link to the website and admin login (user and pass). I will check as soon as possible.

Thank you!

Westfrieslandpraat
Participant
#0

New block in header..

What 1 want is the ticker on the full with of the header.. howto do ?

Simion C.
tagDiv Staff

Hi,

While ads can’t be inserted inside blocks, they can be inserted in post loops. There is an option which I think was added after this post was created -> https://prnt.sc/R9PVUePWS02G An ad can be set there and can be repeated after a set number of posts.

Besides that, ads can be displayed in ad boxes everywhere in the page, just not inside other blocks, only around them.

Thank you!

Simion C.
tagDiv Staff

Hi,

Please don’t post your license keys in the forum topic, because every forum member can see them. I removed them.

I tried creating an account on your website here https://aecontribuyentes.com/

https://prnt.sc/d7KObnIOAvCC
https://prnt.sc/UlSsVYTg7ZvX

But when I tried to log in it didn’t work. I checked my email and I received an activation link, once I clicked on that it said it activated my account -> https://prnt.sc/2KuybYyz1V1L

I also received this email -> https://prnt.sc/xzl5Ju7zspM5

But I still can’t log in, it always says that my username or password is incorrect. Maybe it could be because of the recaptcha. This can be tested. If you activated the theme recaptcha, please disable it -> https://prnt.sc/cT4_ht2hjxN4 Then test again. Although It shouldn’t block users from logging in. Then test to see if it works.

Thank you!

Viewing 25 results - 26 through 50 (of 39,816 total)