Hi @slittle2,
Thanks for reaching out to us.
We have tested your theme, and by default, your theme doesn’t support the required function (the_content) for generating the post content for a custom post type. By default, it only displays the post excerpt and not the entire content. It only shows the content when the post is password protected or uses the ‘More’ block in the new block editor or added the ‘Insert Read More tag’ in the old classic editor. This is an issue with the theme. So, please contact the theme author(s) regarding this issue.
You can also switch to ‘Plugin Template’ from WP Job Openings Settings > Appearance > Job Detail Page > Job detail page template to fix this issue. This will load the plugin template instead of the theme template. But please note that when you switch to a plugin template, it won’t work as expected with certain themes, and you may need to add some customization to fix any layout issues. For your case, you can add the below CSS (Appearance > Customize > Additional CSS) to fix the layout issue.
.awsm-job-single-content {
margin: 0 auto;
padding: 0em 1em;
}
Regards,
Vidya K V