OK. Thanks. I selected all the archives and that seems to do the trick. I didn't made any changes to that so not sure what happened.
I checked the site and everything loads well, except for post type Essays: hidden link
When selecting any Essay from the front page or the Essays page: hidden link
It loads the header and the essay title and the stalls.
Why would that be happening?
Hello. Thank you for contacting the Toolset support.
After some debugging I foudn that the issue is from the following code that is added to your single post content template for your post type Essay:
=> hidden link
I'm not sure why you are using the view. If you can explain what is the exact requirement with the above conditional statement I may help you to correct it.
Sure. This is code is to display a div of the Thread for the left sidebar of an essay. Threads are a Post Type that groups essays thematically. For example: hidden link
On these Thread pages, you can see in the left sidebar all the colored Thread divs at once.
The code above checks the essay relationship (which Thread it is related to) and then displays the class of that Thread (the color) with the Thread names. An Essay displays only one of these.
Again, I am not sure what happened because this has been working fine for six years. But if it is unresolvable I can remove it. Would prefer not to.I just tried to comment out that code but it didn't seem to solve the load problem. I used <!-- -->.
As you can see I've replaced the view shortcode in conditional statement with the following shorrtcode to get the related parent title.:
[wpv-post-title item='@thread_essay.parent']
However - I'm not sure but the sidebar does display but at bottom of the page - maybe you will have to adjust some HTML code added to your content template.
Thanks very much, Minesh. There were a few essays that were nit set up properly, but removing the View did the trick. I am still curious what caused this and the Archives to stop working. Is it just the upgrade to new version of everything? I just want to avoid such issues in the future.
Opened for remaining questions: I am still curious what caused this and the Archives to stop working. Is it just the upgrade to new version of everything? I just want to avoid such issues in the future.
well - I'm not sure but could be due to WordPress or any other updates or anything else. However - I do not see any other customer reported such issue.