Custom Post Types are preventing TagDiv composer from properly loading

Posted in: Newspaper
Post count: 5

Hello there! I need some help.

I already checked the page How to use custom post type and taxonomy, and downloaded the suggested plugin td-custom-post-type. It seems to me that this is a “plugin way” to add CPTs other than my “child theme way” to add them.

I’m working with a Newspaper’s child theme, the files cpt-events.php and cpt-photos.php are required from functions.php. Then I rebuild the permalinks from /wp-admin/options-permalink.php whenever I add or remove the require lines.

The issue is that, upon adding these CPTs, TagDiv Composer no longer loads after clicking the button that links to /wp-admin/post.php?post_id=SOME_ID&td_action=tdc

Both CPT files were generated from Generate WP and everything else (other than TagDiv Composer) works flawlessly.

To make things even stranger, after removing cpt-events.php and cpt-photos.php require lines from functions.php, and rebuilding permalinks, TagDiv Composer continues not loading. It will only work if I restore a database backup saved right before activating the CPTs.

I don’t have an URL so that you could login in wp-admin. I’ve been testing it on my local development environment.

I’d like to know if you could take a look in the linked php files. I’m not aware of any CPT setting in those files that could trigger this behavior (composer not loading), perhaps you can spot it.

Post count: 20688

Hi,

I have tried adding the same code you are using to create the custom post types, added in the child theme functions file
https://www.screencast.com/t/rha8hfTc
https://www.screencast.com/t/sj67dIYxEh
These show up properly as custom post types and I have no issue using them
https://www.screencast.com/t/4iFMzMQU4ubk
Also there is no problem with the composer after doing this, it works the same as before. I even saved the permalinks as you mention, there were no issues after doing this. I don;t exactly understand what require lines you are modifying, maybe that is what is causing the issue.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.