-
Author
-
December 27, 2017 at 15:05 #183978
migued
ParticipantHi there,
I am trying to use WPJM (WordPress Job Manager) plugin in your theme but I am having an issue while updating the logo, since it looks like the job post is using same format as the post the logo is being placed in the area for the featured image so it looks huge, is there any way to change that and let the logo appear as normal?
Thanks a lot,
Miguel
December 28, 2017 at 10:05 #184061Laura
ModeratorHello, can you share access so i can check it out?
About the page you sent, which is the logo that should be displayed?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 28, 2017 at 19:48 #184121migued
ParticipantHI Laura,
Ok the logo could be in the same place or in another side but smaller like in any job listing, you can see the couple of examples and the notes attached, I am also sending you access to my site:
Login Details
email: miguedr@hotmail.com
user: astoundify
password:s@sGO&G&(qWGtTZ#))W$7x5ZActually I had some similar issue with Buddyboss before and they said this:
The job post type does follow the template hierarchy (http://codex.wordpress.org/Template_Hierarchy).
This means if you wanted, you could create a single-job_listing.php in child theme to customize single job page and that would be used instead. (https://wpjobmanager.com/document/single-job-listings/)
I hope you guys could have another way to help me to solve this.
Regards,
MiguelDecember 30, 2017 at 00:43 #184239Laura
ModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODE.single-job_listing .article-media { display: none !important; } .single-job_listing .article-meta { display: none !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.