I am trying to:
Figure out why the post content isn't appearing on these job listing pages. It's pulling from the job listing content layout but it won't display the body content with the shortcode [wpv-post-body view_template="None"].
I think there might be something wrong with the plugin itself because not only is the body content not showing up but when I try to edit the content template via the toolbar it says the Jobs listings are using the "portfolio" content layout even though it's actually pulling from the "job-listing" content layout. So in order to even change it I have to go through the back end.
This all used to work, but not sure when exactly it would have stopped working.
Also, my updates won't work? I updated it fairly recently so I figured it might just be that they're new updates or something, but if you can have a look into that as well, that'd be appreciated.
Link to a page where the issue can be seen:
hidden link
I expected to see:
Some content to appear under the "About the Job Listing Job" area
Instead, I got:
An empty Space
Hi Bob,
Thank you for contacting us and I'll be happy to assist.
I performed a few tests, but couldn't reproduce this issue on my test website.
It seems the issue is specific to your website's set up and to confirm that I'll need to run some further tests on your website's copy.
Appreciate that you shared the duplicator package and I'll share my findings, as soon as I have some an update.
Thank you for your patience.
regards,
Waqar
Great! Thanks for the update. I'll look into things on the hosting end as well.
I found out that it's not playing well wit hthe powerpack plugin that's generating the listing on the bottom of the page. Can't see any code conflicts or anything either so it's difficult to tell what the incompatibility is. I am looking into seeing if it's a hosting resource issue and reaching out to the powerpack devs as well. Anything you can find would be greatly appreciated to get my client back up and running.
Thanks,
Bob
Hi Bob,
Thank you for waiting while I performed some detailed troubleshooting and research on this issue.
Your "Job Listing" content template is using "[wpv-post-body view_template="None"]" shortcode to show the content from the current post, whereas, at the bottom, there is also a posts grid block from Beaver Builder/PowerPack for Beaver Builder.
This is not a recommended approach, since using loops from two different plugins at the same level, results in the scope conflict.
We have more details on the topic of using the Beaver Builder and Toolset together at:
https://toolset.com/documentation/user-guides/using-toolset-with-beaver-builder/
To avoid a situation like this, you can use any of these options:
1. Instead of using the "[wpv-post-body view_template="None"]" shortcode directly in the content template, you can replace it with a Toolset post view, which shows the content from a single "Job", using the "Query Filter" settings as shown in the screenshot:
hidden link
OR
2. For the "Other Positions" sections at the bottom, you can replace the posts content grid widget from the Beaver builder plugin with a Toolset post view that shows the required "Job" posts.
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
Awesome! I set up a view and it appears to be working again!
Thanks for the help.