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

    (@kraftbj)

    Code Wrangler

    Can you send me a link so I can see what you’re referring to?

    Without looking, it may be the featured image for the job isn’t selected. On the front-end when adding a job, this is the company logo question. On the back-end, it is the featured image prompt on the right-side under the Publish metabox.

    Cheers!

    Thread Starter aspirehiring

    (@aspirehiring)

    Here is the live page that just has the default placeholder graphic to the left of the job listing: https://www.aspirehiring.ca/current-job-listings

    In my back end there is not a Featured Image prompt. Just a Company Logo prompt which when I add that image does put a small image to the left but also puts a huge one at the job of the actual job page, which I do not want. You can see that here: https://www.aspirehiring.ca/job/accounting-clerk

    If I knew what .php page held the code (and what code) for the large graphic I would just take that line of code out. But I can’t seem to locate it. Please help ??

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Use the Company Logo prompt and add this to your theme’s style.css:

    body.single-job_listing figure.post-image { display: none; }

    Your theme is automatically outputting the featured image/company logo and the simplest way is simply to hide it. if you don’t want to edit your theme file directly (e.g. you get updates from the author, etc), you can use a custom css tool, like what is included in Jetpack

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Job Listing Icon Will Not Display’ is closed to new replies.