I have created a powerpoint with four slides that demonstrate the issue hidden link
This is the page this appears on hidden link
This is a test site so you can do whatever you want on it, login details are in powerpoint.
Additionally, and perhaps related, I am getting a critical error on the Toolset settings page and this is what WordPress automatically emailed me:
Error Details
=============
An error of type E_ERROR was caused in line 105 of the file /nas/content/live/aetherius1/wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Routes.php. Error message: Uncaught TypeError: Argument 1 passed to Google\Site_Kit\Core\REST_API\REST_Routes::register_routes() must be an instance of WP_REST_Server, string given, called in /nas/content/live/aetherius1/wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Routes.php on line 93 and defined in /nas/content/live/aetherius1/wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Routes.php:105
Stack trace:
#0 /nas/content/live/aetherius1/wp-content/plugins/google-site-kit/includes/Core/REST_API/REST_Routes.php(93): Google\Site_Kit\Core\REST_API\REST_Routes->register_routes('')
#1 /nas/content/live/aetherius1/wp-includes/class-wp-hook.php(288): Google\Site_Kit\Core\REST_API\REST_Routes->Google\Site_Kit\Core\REST_API\{closure}('')
#2 /nas/content/live/aetherius1/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array)
#3 /nas/content/live/aetherius1/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#4 /nas/content/live/aetherius1/wp-content/plugins/wp-views/vendor/toolset/common-es/php/B
I've added your ticket to the Toolset settings page issue as this is a known issue escalated to our compatibility team.
Also for your, the problem is that your page is a taxonomy, because of this the shortcodes that you are using to get the post parent information in the breadcrumbs wont work. The shortcodes are expecting to be on a post page template like here hidden link
If you were to add it to a section that is actually listing out the events then you will see that it should work since the post objects are being listed out there.
Regarding the shortcodes, these are now working again after The Events Calendar has made an update. However, it sounds like I am using them incorrectly and that its kind of accidental that they are working. Are you able to advise how I can get the same result a more correct way please?
Usually the shortcodes that you are using are used in the post templates themselves.
From what I see your breadcrumbs isn't necessarily linked to each other. This means your format from what I see isn't Grandparent->Parent->Child.
I'm not able to go to the parent and then navigate back to the child from the parent page. Your parent pages are completely different slugs in the browser.
Thanks Shane. Our breadcrumb is exactly how we want it to be and there's a long boring reason for it. We're able to use the Toolset code to display things that way. But what you've said is that it shouldn't really work this way. So I'm asking, is there another 'correct' way to get the breadcrumb on that page to display exactly as it is?
Essentially, we want this archive page to be related to a post. It seems your plugin can relate one post type to another, or a post type to a taxonomy, but we're wanting to relate a specific taxonomy archive page to a single post. Is that possible? Or is there another way to achieve the same result?
The only reason why i said it shouldn't work like this is because you're using the [wpv-post-link] shortcode on a taxonomy.
So in an ideal case for your taxonomy archive page when the shortcode is used in the area that you've used it then it wouldn't render anything.
The only way that it is rendering correctly right now is because there seems to be some post data rendering where the shortcode can grab the information from.
If this is the case then there wouldn't be anything to worry about because post data is being provided.