Single Post templates and overwrite in child

Posted in: Newspaper
Post count: 29

Hello team,

please, can you help me?
I need to edit template for single post, using Default cloud template. I need insert some hardcoded condition to code and need the same for mobile (hope the template would be same).

Please, where I find this file? I tried many files I found, like loop-single…, but no change appears… wrong file..

And what should be axact path in the child theme?

Thanks a lot
Have a great day
Vaclav

Post count: 35449

Hello,
Unfortunately the cloud templates can not be set in a child theme, sorry!
Also the structure for the cloud template is different from the one on standard template. The cloud templates are a CPT type and the php file represents each element that can be used with tagDiv Composer to create a template, after that those are saved in database using the structure layout and settings that have been made with tagDiv Composer.
If you want to edit an element from the single post template you can check theme on this path – wp-content/plugins/td-cloud-library/shortcodes/single
Thank you!

Post count: 29

Hello, ok I found it, thank you for help.
One think I need edit and can´t find right file.

The small bouble in post_loop2 showing number of comments.
I tried edit td-cloud-library/shortcodes/module/tdb_module_comments.php, but this in not right one.

I need ad to this file some custom count.

Thanks a lot
Vaclav

Post count: 35449

Hi,
If you just want to disable the comment count element, then you can do it from the theme panel > https://i.imgur.com/HAsZNY9.png also if you want to edit in the theme files, you can check the wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop_2.php
Thank you!

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