• Resolved jamescapper

    (@jamescapper)


    Afternoon.

    Hopefully you can help me out for the site https://bricklayers.psittacus.systems/

    I’m having problems with the [jobs] shortcode in that is isn’t showing “part-time” etc on the job listing, similar to what you have on the demo page (https://wpjobmanager.com/document/shortcode-reference/). Have I missed something out in the shortcode or should this be there as standard? My current shortcode is [jobs show_filters=”0″] as I didn’t want filters but do want the relative job information showing in the 3 columns instead of my current 2…if that makes sense?

    Secondly, and this could be a theme problem, when clicking through to the single job listing, my company logo is duplicated and seems to be a featured image. Do you have any code that would fix this?

    Thank you in advance!

    Kind Regards,
    James

    https://www.ads-software.com/plugins/wp-job-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    There’s a line of CSS in your theme:

    .meta {display: none; }

    That is hiding anything with the class of meta, including WPJM’s meta.

    For the second issue, can you send me an example?

    Thread Starter jamescapper

    (@jamescapper)

    Morning Brandon,

    Thank you for your reply.

    Okay, spot on. So instead of {display: none;} what should the code be?

    Yes of course. Second issue can be found here:

    https://bricklayers.psittacus.systems/job/position-2/

    As you can see, the company logo is being set as a featured image, which looks horrid. Any fix for this would be appreciated!

    James

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    I’m not sure the purpose of that line in context of your site. My thought is whatever originally was supposed to be hidden should be more specifically defined.

    For the second, can you try adding:
    article.type-job_listing div.post_image { display: none; }

    That will hide the featured image specifically for job listings.

    Cheers!

    Thread Starter jamescapper

    (@jamescapper)

    Thank you for that bit of code, that has fixed what I need, cheers!

    I’ve not bothered with the first query I sent you, as this really isn’t a problem.

    I have noticed though after updating to latest version of WP that the “page attributes” and “add featured image” sections from the right column have completely disappeared from the job listings pages. Just wondering if this is something anybody else has mentioned?

    Thanks in advance!

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    I haven’t heard of that from anyone else so far.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode and Company Logo problems…’ is closed to new replies.