• Resolved mpedersen

    (@mpedersen)


    Your plugin performed extremely well for our needs, but I came across a couple issues.

    First, when viewing a job the only way to return to the listings is hit the browser’s back button. I’ve poked aorund the templates a bit and created child templates in our child theme and inserted “Return to All Jobs” links in two locations where I could. Ultimately, I would love to see a breadcrumb type navigation similar to the way WooCommerce deploys on our site.

    The second issue is one of styling and formatting of logos. I’ve been able to track down where you’ve set the sizes of the logos to be 60 X 60 pixels…terribly small on desktop-type displays. Plus, the logos are cropped by the wrapper if they are not square (in a 1:1 aspect ratio). I’m wondering how the styling can be overriden to a) make the logos larger (at least on higher resolution displays) and b) to allow for non-square logos (ideally, to simply not crop a company’s logo whatsoever). I’m asking here first, in case there is a quick answer vs. me poking and prodding at the CSS further!

    Thanks!

    Matt

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @mpedersen

    Thanks for your suggestions for Breadcrumbs on the individual job page. We will add this to our to-do list.

    As for the second issue, you could change CSS via your child-theme
    2021-02-05_15-55-44

    .jb-job-logo, .jb-job-company-logo-wrapper, and .jb-job-company-logo classes have the 60px size

    Best Regards

    Thread Starter mpedersen

    (@mpedersen)

    Indeed, CSS allowed me to override the default 60 px size, thanks!

    However, it’s also pulling from the thumbnail images generated, which means a very horizontal logo file is winding up cropped to square by WordPress and selected by the plugin. It was my hope that I could change the container-fit properties to allow for horizontal logos to properly display, but I’m not sure that can be accomplished at this point, unless the template files for the plugin could be overridden to pull a different image from the database.

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @mpedersen

    You could change the ‘logo’ attribute in this array by your own logo with the necessary size. See my Gist and change only ‘logo’ in this filter. Other data can be removed.

    https://gist.github.com/nikitasinelnikov/f1000bdfe93d7184fabc33d7d570cae5

    Let me know if it’s helpful,
    Best Regards

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @mpedersen

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo Display Issues, Breadcrumbs’ is closed to new replies.