I took a look at your theme and it is non-standard, meaning it doesn't output the post content (which is the part a Toolset template will replace) using the WordPress function the_content().
I might need to take a deeper look at the theme to see if it is possible to add support for Content Templates, but before I do, I note that the theme checks whether the post type is supported, so I guess there is a theme option where you can add post types.
Can you make sure you have done that, and let me know if that makes any difference?
If not I'll dig deeper.
I'm marking your next reply as private so that you can give me the username and password to be able to see the front end of your site (you can ignore the template where it asks for your admin and FTP credentials as I have those already).
I made a copy of your site for testing and I used the debugging option on the page Toolset > Settings > Front-end Content under Theme Support for Content Templates, which detected the function us_load_template as a possible option.
I added that in the settings (see screenshot) and it appears to have worked—although I was using a stripped down version of your site with only the essential plugins activated. Can you try the same and see if it works on your online site?
Note that you should de-activate Layouts. Layouts is Toolset's page-builder. You are already using the WP Bakery page builder and it is not recommended that you use two on the same site.
In any case, the ability to add a custom function to provide theme support only works for Views Content Templates, not for Layouts.
When I was looking at your online site and checking the templates, I saw that you had created both a Content Template and a Template Layout for the programme posts.
While testing it I might have unassigned the Template Layout, but you need to do that anyway, you need to stop using Layouts and only use Content Templates, which you can design with WP Bakery page builder if required.
So, on your site, make sure Layouts plugin is deactivated, and then add the function us_load_template at Toolset > Settings > Front-end Content under Theme Support for Content Templates.
Sorry, I didn't attach the screenshot. Here it is.
I try to add the function us_load_template, and now I can see my design on CPT ---> hidden link (It's not finished). But I have lost all my pages content (WordPress pages) ---> hidden link (for exemple)... Should I copy the layout I did with WP Bakery on my pages and paste it on your plugin to create pages again ? knowing that I have already created many pages... It's not a good news for me...
Hi, I found the solution... I just had to select "none" for the content template of the pages.... witch was on an existing template by default. Thanks!