This topic has 3 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #183978
     migued
    Participant

    Hi 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

    #184061
     Laura
    Moderator

    Hello, 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 solution
    #184121
     migued
    Participant

    HI 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$7x5Z

    Actually 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,
    Miguel

    #184239
     Laura
    Moderator

    Hello, 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
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?