• Resolved Pat_Martinez

    (@pat_martinez)


    After we updated the plugin from v5.15.2 to v5.17.1 the listing image is distorted. You can see the old version versus the new one below.

    v5.15.2 – staging.coachtrainingworld.com/find-a-coach-directory/bodi-burns
    v5.17.1 – coachtrainingworld.com/find-a-coach-directory/bodi-burns

    Thanks for your help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Garret L

    (@garret1996)

    Hi @pat_martinez

    Thank you for reaching out about this. I’m Garret from the customer success team and I’m sorry to hear that you’re having a problem here. I’ll be happy to help!

    We fixed a bug in the 5.16 release to show the correct size according to the set thumbnail size in the settings. You can make any necessary changes by following this guide here: https://businessdirectoryplugin.com/knowledge-base/appearance-tab/#Image_Settings_Sub_Tab

    If you have any other questions or issues, please let me know!

    Best,

    Thread Starter Pat_Martinez

    (@pat_martinez)

    Thanks! The settings weren’t ideal for what we wanted. Thus we wrote some CSS so we could maintain the 300x300px thumbnail images on the list view but we wanted to maintain the original image’s aspect ratio on an individual listing. To do so we added the following CSS.

    .wpbdp-listing-single .main-image img {
    width: 300px;
    height: auto;
    max-height: none;
    }`
    .single-wpbdp_listing .extra-images ul li img,
    .wpbdp-listing-single .extra-images ul li img {
    max-width: none;
    width: 100%;
    height: auto;
    }

    • This reply was modified 4 years, 4 months ago by Pat_Martinez.
    Plugin Support Garret L

    (@garret1996)

    Hey @pat_martinez

    Thanks for the follow-up!

    That looks great! Just to make sure you don’t lose these changes, here is an article about how to use custom CSS with Business Directory in a way that doesn’t get overwritten on an upgrade of Business Directory: https://businessdirectoryplugin.com/knowledge-base/how-to-use-custom-styles-with-bd/

    If you ever have any questions or issues, feel free to reach out anytime!

    We’re always happy to help!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Main Listing Image Distorted After Update’ is closed to new replies.