• Resolved cnareahq

    (@cnareahq)


    I’d like to be able to increase the size of the company logo in the job listings page (the template itself is thumbnail, would like it to be larger so rectangular images can fit too.) Thumbnail template is too small to see.

    Within the single job listing there should be an option to increase the feature logo as well. Again, the template is too small (thumbnail), so larger pics are cut off or smooshed if they’re resized.

    I have the Enfold Child Theme, if that helps. Changing the Media settings does not fix the template within the plugin issue.

    This seems to be something others have tried unsuccessfully to figure out, but since there is the same questions on the internet, I know it’s a request that is in demand.

    Looking forward to hearing from you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • @cnareahq
    first you have to set new dimensions for your thumbnails in the media settings, and disable the checkbox for “cropp images to exact dimensions”.
    Once done save the settings and now you have to regenerate all your thumbnails.
    Depending on how many images are on your server this will take a while, and best way to to regenerate the thumnails is doing this vai WPCLI.
    Maybe you have to do the whole process twice
    And insert this little CSS to your additional CSS, this makes sure, also rectangular logs or shown correctly

    img.company_logo {
    height: auto;
    max-height: 80%;
    }

    There are also 2 open issues on github regarding this toppic:
    https://github.com/Automattic/WP-Job-Manager/issues/1976
    https://github.com/Automattic/WP-Job-Manager/pull/2017

    • This reply was modified 3 years, 11 months ago by braehler.
    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    I’m marking this as resolved since it’s been over 2 weeks with no response. If you still need help with this, please feel free to mark it ‘not resolved’ again.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Company Logo template too small’ is closed to new replies.