Why does my template single post push the sidebar down below the post content, and NOT on a sidebar column ??
there are several cloud templates I choose, but same issue.
here: https://museum.thomasjohannessen.no/ingen-krisepakke-til-universitetsmuseene/
the single default one does, but I cant find it to edit… see image, why does not the tagdiv edit menu appear here ?
and where are that tpl ? (tpl is template, you should know that, you asked me abt that)
If I can edit my default tpl Im fine, coz I wanna add a db-field called exerpt to it..

Thomas
-
This topic was modified 5 years by
ThomasJojo. Reason: adding image and info
Hello!
I checked your website page and it seems there is a conflict between WPBakery Page Builder and TagDiv Composer. If you disable WPBakery Page Builder, then your site will work fine.
Unfortunately there is no solution for the conflict between WpBakery Page Builder and TagDiv Composer for the moment. You can only have one of them active, but not both in the same time.
Thank you!
Thanks. I will remove the WPB entirely.
Then it works as it shall. Do you have any idea of how to add my blank unnamed post template to tagDiv enable one?
or where that tpl file is ?
Hello @ThomasJojo!
For this you have 3 options to modify the single template files:
1. If you use cloud library single template then you will have to modify a specific element like post author, post content etc and you will find these files here wp-content/plugins/td-cloud-library/shortcodes/single
2. If you use post template default like this: https://i.imgur.com/HFH2kFE.png , then these templates are consists of single.php and loop-single.php and you will find them here: wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
3. If you have standard pack plugin, then you will find the files mentioned at point 2 here wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
Hope that helps you!
Thank you!