• Resolved chris1030

    (@chris1030)


    Dear Anders, All,

    I have a problem with some of your themes and the plugin Block Gallery – Photo Gallery Gutenberg Blocks. I understand you can’t support external plugins, and the issue is just a conflict between the themes and the plugin (and not necessarily your themes’ fault!). But I was wondering if maybe someone would have some idea on what is causing this. See below.

    With this plugin’s Masonry Gallery, the VERTICAL space between rows of images is not the same as the space between columns. This makes masonry galleries look a bit odd in some of your themese. [Example page removed].

    It seems there is some conflict between the plugin and the themes’ CSS. The theme is great, and the plugin works fine on some other themes (e.g. twentynineteen, etc..).
    How could I just make Hitchcock get along well with the plugin ?
    (note : I could replicate this problem on several different themes I have tested this on. Also, it looks fine on the editor view!; the error only happens on the front end).

    I have tried playing around with the CSS, without success. Would anyone be able to assist and point me to the right direction ? Of course, I did post this on the plugin’s support forum, but without success so far (another user advised he had the same issue with Baskerville).

    Thanks for the assistance if possible.
    Christophe

    • This topic was modified 7 years, 1 month ago by chris1030.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @chris1030,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:

    @media (min-width: 700px) {
        .has-gutter-15 .blockgallery--figure {
            margin: 8px;
        }
    }

    Let me know if that does it.

    — Anders

    Thread Starter chris1030

    (@chris1030)

    Anders,
    –I am pretty sure you broke a record !! I posted my question only 3 minutes ago !! 🙂

    Let me update my child theme’s CSS with the above and test. I shall revert soon.

    Thanks ! C

    Thread Starter chris1030

    (@chris1030)

    Thank you Anders!,

    This indeed fixed my issue, and I am sure this will be useful to other users of your great theme and of this nice plugin (-which I do recommend, by the way).

    Thank you for your assistance, and have a great day !
    Christophe

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

The topic ‘Conflict with Masonry Gallery (Block Gallery plugin)’ is closed to new replies.