• Resolved slittle2

    (@slittle2)


    All of a sudden, only the first 20 words of any job posting appear, and there’s nowhere to apply to it.
    I am running Femina as a theme, and this occurs on both Firefox and Edge.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support vidyakv

    (@vidyakv)

    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

    Thread Starter slittle2

    (@slittle2)

    Hi @vidyakv thanks so much! The switch and the CSS addition fixed it. Very odd, because I’ve been using this theme and this plugin for over a year now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submission form and most of text gone’ is closed to new replies.