As of WP Job Manager version 1.24.0, we are now using featured images to store company logos:
https://github.com/Automattic/WP-Job-Manager/blob/1.24.0/readme.txt#L145
We did, however, keep backwards compatibility so that jobs created previously (whose company logos were not uploaded as a featured image) should still display OK.
Is there some specific issue you’re having with the new system, or…? I’m not quite sure what the exact problem is from your message.
Let me know, thanks! 🙂
Hi again, Adam.
Thanks for your quick response and interest.
The problem is that in the last jobs that our client has published the company logo appears as a featured image in the position as this example:
https://drive.google.com/open?id=0B5B_eDlAtRtiOFQ0NTVsUkY0dHc
And, until now, when a new app job was published, the company logo appeared in the right position:
https://drive.google.com/open?id=0B5B_eDlAtRtiSFZWdWVtenh1T0E
I appreciate very much your help to try to solve this matter.
Thanks again, Adam!
Antonio
This can be hidden with CSS.
.single-job_listing #post-media img { display: none }
Hi Mike.
It seems very simple! Although code isn’t my best virtue… 😉 Should we apply that code on every new job position? My client manages WPJM personally and he has no idea where he can handle.
I would greatly appreciate if you could tell me where I have to place the code.
Thank you!
Antonio
Antonio,
You can use a plugin like Simple Custom CSS to add that CSS to your site:
https://wordpress.org/plugins/simple-custom-css/
Thanks!
Hi Adam and Mike.
Thanks so much for you help, guys. Both code and plugin to solve the problem, work fantastically fine.
We are very grateful. Have a nice weekend.
Antonio
Glad to hear you got things working!
Let me know if there’s anything else you need. 🙂 Thanks!