*[BUG] Cloud Templates – CPT/Taxonomies infinite loading when Standard Pack

Posted in: Newspaper
Post count: 15

Hi everyone,

I’ve been using Newspaper for a few years now. Back when I was running everything with pure PHP templates, I noticed the CPT/Taxonomies section in Cloud Templates would get stuck on an infinite loading spinner — but since I wasn’t using Cloud Templates at the time, I just ignored it.

Now that I’ve fully migrated my site to Cloud Templates, this issue has become a blocker. Here’s what’s happening:
img

The problem:
When I disable the Standard Pack plugin (which is the expected workflow when fully migrating to Cloud Templates), the CPT/Taxonomies panel in Cloud Templates gets stuck on an infinite loading spinner and never loads.

Root cause I identified:
After investigating the PHP error logs and source files, I found that all td_block_* shortcode components (td_block_1 through td_block_25+) are registered exclusively inside the td-standard-pack plugin. When Standard Pack is deactivated, the td-composer plugin throws the following errors for every single block:

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

This happens in:
/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php

Post count: 35449

Hi,
Using tagDiv Standard Pack provides the old php blocks and templates. Once you disable it you should replace all blocks with flex blocks and templates to cloud templates.
You can use cloud templates for taxonomies too https://prnt.sc/FfAAXF_r_Cbm
Thank you!

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