• Resolved unterwegsinberlin

    (@unterwegsinberlin)


    The feature to hide featured image on jobs doens’t work. I checked it on here, but the image still shows: [ link field, use it ]

    I deactivated all plugins, but this didn’t help.

    • This topic was modified 1 year, 10 months ago by Jan Dembowski.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support lastsplash (a11n)

    (@lastsplash)

    Hi @unterwegsinberlin

    When you mention that you used a feature to hide the featured image, can you explain what feature that is? This isn’t included in the core WP Job Manager plugin and is likely something provided by your theme or another plugin.

    If that doesn’t work, you can hide the featured image using CSS on the job pages. While we can’t provide the specific code to do this due to our support policy it is something that can be done.

    @unterwegsinberlin

    there are two ways Either you can do it with CSS. this should in your case be this one here:
    `
    .post-header .featured {
    display: none;
    }
    `

    or you can remove the compnay logo from the template content-single-job_listing-company.php
    remove line 25-26 and then uplaod it to this directory on your server
    your_child_theme/job_manager/content-single-job_listing-company.php
    But maybe your theme is using it′s own template, so you have to take a look or contact the theme devs

    • This reply was modified 2 years, 6 months ago by braehler.
    Thread Starter unterwegsinberlin

    (@unterwegsinberlin)

    Oh I thought this feature is provided by your plugin. In the backend I have a widget on the right side where I can heck a box to hide the featured image.

    I hid it now via CSS. Thanks.

    Plugin Support Animesh Gaurav (a11n)

    (@bizanimesh)

    Hi there,

    I’m glad the issue has been resolved now so I’m marking this topic as resolved.

    But If you have any further questions or need some more help, you’re welcome to reply here or open another thread.

    Also, thanks @braehler for your reply.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide Featured image on jobs’ is closed to new replies.