How to add custom elements to TagDiv Composer

Posted in: Newspaper
Post count: 1

My site uses a custom author box with includes
* additional usermeta fields (e.g. company name, author rank)
* a user badge that displays only for authors with certain metadata

You can see an example at https://customerthink.com/author/clearaction/.

This was easily accomplished by overriding loop-single via a Newsletter child theme.

Now I’m trying to use TagDiv Composer which has a Single Post Author Box, but it doesn’t include the info/logic I need.

I’ve searched and can’t find a way to either
a) create a new custom element that I can use TagDiv Composer to manage, or
b) customize/override the existing author box element.

Thanks for any help you can provide.

Post count: 35449

Hello,
That element is on this path wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author_box.php and you can edit it from there, unfortunately, the problem is that the cloud templates can not be set in a child theme, also, there is no possibility to use the tagDiv COmposer on that element to achieve what you need, sorry! The only possibility is to make the changes in the theme files after each update.
Thank you!

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