• Resolved kokamura

    (@kokamura)


    Hi,
    The thumbnails in our gallery are no longer the same size. It is set in the backend for 300 x 300 and up to last week was working fine.
    Please help!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @kokamura

    First, I’d like to kindly ask you to enable FooGallery Debug Comments for us so that we can be able to effectively assist you with this.

    To do so, kindly navigate to FooGallery -> Settings -> Advanced and click on the “Enable Debug” checkbox option as shown in the image linked here: https://prnt.sc/26jlt5a

    Don’t forget to save changes. This will help us investigate this issue further. Once done, kindly let me know.

    Kind regards,
    Elvis

    Thread Starter kokamura

    (@kokamura)

    Thank you Elvis! I have enabled Debug.
    Let me know if you need anything else.

    Best,

    Kusi

    Plugin Support elviiso

    (@elviiso)

    Hi @kokamura

    Kindly go to the Custom CSS section of that particular gallery and add the CSS code snippet below to the textbox as shown in this linked image: https://prnt.sc/XnozUR9ARHlg

    #foogallery-gallery-27226 .fg-image {
            height: 300px !important;
        }

    Don’t forget to hit on the “Update” button to save changes.

    Kindly try this and let us know how it goes.

    Kind regards,
    Elvis.

    Thread Starter kokamura

    (@kokamura)

    Hi Elvis,

    Thank you for getting back to me. That fix worked great, except for the last gallery on that page. For some reason in the TEAM section at the bottom, some of the thumbnails are really distorted now.

    Any ideas on how to fix that?

    All the best,

    Kusi

    Thread Starter kokamura

    (@kokamura)

    Hi Elvis,

    Just wanted to let you know that I did a bit of research online and found a bit of code that helped the issue. It now looks like this and worked a treat:

    #foogallery-gallery-27377 .fg-image {
            height: 300px !important;
            object-fit: cover;
            width: 300px !important;
        }

    Thanks for all your help.

    Best,

    Kusi

    Thread Starter kokamura

    (@kokamura)

    Issue resolved!

    Plugin Support elviiso

    (@elviiso)

    hI @kokamura

    We’re glad to learn that we were able to help you out with this. If you have any questions, don’t hesitate to reach out to us. We’ll be happy to help.

    Lastly, if you don’t mind and have a spare few seconds, could you please rate FooGallery on WordPress (https://ww.wp.xz.cn/support/plugin/foogallery/reviews/#new-post), as that really helps our reputation within the WordPress plugin repository? We’ll be really grateful to you for that. If you can’t of course that’s fine too! Thanks in advance either way.

    Kind regards,
    Elvis.

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

The topic ‘Thumbnails no longer same size’ is closed to new replies.