• Resolved kevinc81

    (@kevinc81)


    Hello

    I don’t know if it’s because of the last update of the photo gallery plugin or the last update of wordpress, but the photo galleries are no longer automatically centered in the page. In all pages containing a gallery (ex: https://i69.servimg.com/u/f69/11/39/41/06/bug_ce10.jpg ), they are all pasted on the left.
    Impossible in the editor to change this (and I would have to do it in all the pages…).
    What’s broken since the last update?
    Thank you in advance for your answer.
    My best regards,

    Kevin CAROL

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Dear @kevinc81,

    Sorry for the belated response.

    Would you please try to update the gallery one more time?
    We have just released another update.

    Sincerely,

    Thread Starter kevinc81

    (@kevinc81)

    Hello Asya,

    Thank you for your answer and no worries about the delay.
    I did the update, cleared the browser cache, and tried again, without success.
    I tried to disable the plugins to see if there was a conflict somewhere, but it didn’t work.
    I took a new screenshot with the “inspect” console, hoping it would help.

    Best regards,

    Kévin CAROL

    https://i69.servimg.com/u/f69/11/39/41/06/bug_ce12.jpg

    same issue, no easy way to centre the gallery thumbnail cluster on the page.
    galleries are now left aligned and were previously centred.

    page template is full width, classic editor strips any attempt to use html.
    gallery also ignores visual composer row, column & block alignment settings

    any help greatfully appreciated as it affects multiple galleries on multiple sites

    many thanks!

    Dear @kevinc81,

    Please use the following CSS to restore the initial look:

    div##bwg_thumbnails_0 {
       margin:auto;
    }

    You should place your gallery id instead of 0. You can find it in the inspect element as well.

    Sincerely,

    Thanks @asyag
    this unfortunately didn’t work for me
    is there a way to set it to center for all galleries?

    many thanks

    Thread Starter kevinc81

    (@kevinc81)

    Thank you for your response.
    This code works (with one # missing) and I thank you very much for that:

    div#bwg_thumbnails_0 {
       margin:auto;
    }

    But it’s just a patch, I have to duplicate this code by changing the id so that my pages containing multiple galleries are displayed correctly.
    It should not be necessary to correct the behaviour of the gallery with CSS code, except to customize something.
    For example, I had to put all this CSS code because I have up to 32 galleries on a single page :

    div#bwg_thumbnails_0 {
       margin:auto;
    }
    div#bwg_thumbnails_1 {
       margin:auto;
    }
    div#bwg_thumbnails_2 {
       margin:auto;
    }
    div#bwg_thumbnails_3 {
       margin:auto;
    }
    div#bwg_thumbnails_4 {
       margin:auto;
    }
    div#bwg_thumbnails_5 {
       margin:auto;
    }
    div#bwg_thumbnails_6 {
       margin:auto;
    }
    div#bwg_thumbnails_7 {
       margin:auto;
    }
    div#bwg_thumbnails_8 {
       margin:auto;
    }
    div#bwg_thumbnails_9 {
       margin:auto;
    }
    div#bwg_thumbnails_10 {
       margin:auto;
    }
    div#bwg_thumbnails_11 {
       margin:auto;
    }
    div#bwg_thumbnails_12 {
       margin:auto;
    }
    div#bwg_thumbnails_13 {
       margin:auto;
    }
    div#bwg_thumbnails_14 {
       margin:auto;
    }
    div#bwg_thumbnails_15 {
       margin:auto;
    }
    div#bwg_thumbnails_16 {
       margin:auto;
    }
    div#bwg_thumbnails_17 {
       margin:auto;
    }
    div#bwg_thumbnails_18 {
       margin:auto;
    }
    div#bwg_thumbnails_19 {
       margin:auto;
    }
    div#bwg_thumbnails_20 {
       margin:auto;
    }
    div#bwg_thumbnails_21 {
       margin:auto;
    }
    div#bwg_thumbnails_22 {
       margin:auto;
    }
    div#bwg_thumbnails_23 {
       margin:auto;
    }
    div#bwg_thumbnails_24 {
       margin:auto;
    }
    div#bwg_thumbnails_25 {
       margin:auto;
    }
    div#bwg_thumbnails_26 {
       margin:auto;
    }
    div#bwg_thumbnails_27 {
       margin:auto;
    }
    div#bwg_thumbnails_28 {
       margin:auto;
    }
    div#bwg_thumbnails_29 {
       margin:auto;
    }
    div#bwg_thumbnails_30 {
       margin:auto;
    }
    div#bwg_thumbnails_31 {
       margin:auto;
    }

    Same problem with my blog. I use your plugin for couple years now and have always centered galleries. It doesn’t work anymore. Tried to solve this with html tags but with no success.
    https://kamienzserca.pl/droga-ku-wiecznosci-bog-szeptow-remender-i-opena-recenzja/

    I have the same question. Any chance for fixing this?
    https://kamienzserca.pl/kryzys-bohaterow-king-i-mann-recenzja/

    Dear @kevinc81, @kitcummings, @kamionka,

    Sorry for the belated response.

    We are working on a new version of the gallery plugin. It will have all the necessary changes and fixes.
    The new version will go live this week.

    Thank you for your patience.

    Sincerely,

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The galleries are no longer centered in the middle of each page’ is closed to new replies.