[Resolved] If I enabled views I see only Header and footer from astra theme
This support ticket is created 4 years, 12 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
If you are not aware how that content template is assigned to your post type - then the only thing we can do is find a way to detach that content template with your post type.
If you can send me admin access details I can quickly check and try to fix it for you. Can you please send me access details as well as problem URL.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Before the content template was assigned to the post type "Bücher" i have press a button "bind 102 book" after the Bücher checkbox. I have pressed the button but I don't know what i make.
Is this not possible to set all posts to content template "none"? perhaps with a database command?
I have checked again using the duplicator package you provided, there are some "Bücher" posts are using another content template "Button zu Amazon", this content template's ID is "7757". You can get the content template by edit it, for example: hidden link
the URL parameter "ct_id" is content template's ID.
So you can disconnect all posts assigned to this content template using below SQL query:
delete FROM wp_postmeta where meta_key="_views_template" and meta_value=7757
It works fine in my localhost with your duplicator package.