Wp_booster errors when migrating to Cloud Templates – Newspaper

Posted in: Newspaper
Post count: 50

Hi, I’m trying to migrate from the “standard pack” to the new Newspaper cloud templates, but I have a problem: in many posts I receive several errors as for example

wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: single_template_2 is not set.

(And it doesn’t load the page), because I used the option to apply “custom single post template” to individual posts very often in the previous version.

Is there any way to define a “single post template” for all the posts on the website? I tried to put the “default post template (site wide)” in the theme panel / post settings, but it doesn’t work…

I have more than 1000 posts and it’s impossible to modify each one by hand.

Any help? Thank you.

Post count: 35449

Hi leytol, the above message that you get is because you have set on some posts the post template 2 (this is set as individual on those posts), and when the tagDiv Standard pack is disable then the post template 2 will no longer be display. You need to make sure that all posts are set to form panel.
Thank you!

Post count: 50

Ok thanks Calin, I already knew what you were saying, but is there a way to do it automatically for several hundred different posts?

Post count: 18283

Hello !

In order to set a template globally you can take a look at our guide here: https://www.youtube.com/watch?v=I1R3j1QYod0

Thank you !

Post count: 50

Ok, Vlad, thanks, But that doesn’t work for me.

1. I am trying to migrate from a previous version Tagdiv newspaper template to cloud templates (are usign standard plugin)
2. Many of the posts (dozens, and I don’t know which ones) had a personalised style in each post from the previous template.
3. Now, when I apply with the new template “London pro” a predefined style from the control panel, all those posts return a “wp_booster error” at the administration level and are displayed differently from the rest in the public part.

If applying a template globally in the configuration does not work for hundreds of posts… I repeat my initial question to see if any of you understand it: is there any way to apply this new template to hundreds of posts?

If the way indicated by Vlad doesn’t work, and it’s not feasible to do it by hand one by one, is there any other way to identify which posts are using the style12 that gives error and apply the global style for all when the “Default site post template” configuration doesn’t work?

Post count: 50

If it helps anyone, the answer to this problem is to execute this sentence in the database:

update wp_postmeta
set meta_value = ”
where meta_key = ‘td_post_theme_settings

(You must replace wp_ with the prefix of your table, or it will not work)

Feliz Navidad y buena suerte a todos!

Post count: 46

Doesnt work for me comes up with:

#1054 – Unknown column ‘‘td_post_theme_settings‘’ in ‘where clause’

Post count: 18283

Hello @leytol !

Thank you for sharing this information. Indeed at the moment only using a custom method you can overwrite the entire templates.

If your post templates are manually set in the post than you can only manually change them. There is no bulk option.

Thank you !

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.