[Gelöst] Upgraded my theme now content template isn't loading properly
This support ticket is created vor 5 Jahren, 10 Monaten. 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.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
Tell us what you are trying to do?
Everything worked fine until I upgraded my theme to the latest version. I use a custom child theme of Uncode as the base.
You can see the live, working version here: versteckter Link and in particular, here's a page that uses Content Template to load the custom post content: versteckter Link
And here is the broken version on our staging server: versteckter Link
The only difference between the two codebases is the staging server has the most recent versions of both Uncode and Toolset. The content template stopped loading after upgrading the theme, not after upgrading the Toolset plugins.If I revert to twentyseventeen or another theme, the content template loads fine so it's obviously the theme.
I know you can't provide support specific to 3rd party themes, but I'm hoping you can help me at least diagnose this further and perhaps there's a workaround you're aware of.
Is there any documentation that you are following?
I've already turned on theme debugging, as you can see from the staging server URL. From the looks of things post content is all being built within a while loop instead of being fed as a variable to a function like the_content()