• Resolved givesuccess

    (@givesuccess)


    Why do all the gallery columns settings end up as one one column no matter what i set! I tried diff plugin. I tried to search this themes forum but of course it was useless to even try as it is w all forums.

    What does this theme do with the photos that screws it all up? All photos seem to be stuck to right and only one column!

Viewing 8 replies - 1 through 8 (of 8 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Are you using the Jetpack plugin or some other plugin for your galleries?

    Would you also be able to provide a link to a post or two where your galleries aren’t displaying correctly in P2 so we can take a look?

    Thread Starter givesuccess

    (@givesuccess)

    I am using the RPS Image Gallery plugin set to 3 columns thumbnails –

    This is the site they are trying to get working galleries.

    https://leftwithmemories.com/test-for-wp/

    If you haven’t already, I’d suggest testing this plugin with another theme – like Twenty Sixteen or Twenty Fifteen – and seeing if it work as expected there.

    It looks like the plugin assigns a width of 90% to each image, which is why it’s expanding to fit almost the entire width of the column:

    .rps-image-gallery img {
        margin: 5% !important;
        width: 90% !important;
    }

    And since these values have !important they cannot be overridden with custom CSS. If I change that value in my browser inspector the images reduce in size.

    Have you tried the built-in WordPress gallery?

    Thread Starter givesuccess

    (@givesuccess)

    Thanks, i will try the WP gallery and report the results here.

    Thread Starter givesuccess

    (@givesuccess)

    Thanks for help.

    The WP gallery works but i like the lightbox popout that the RPS gallery plugin has instead of the atachtment page that show the photos using the wp setup. I dont like a diff page for every photo.

    I will try other things or another theme. They like the theme so I have to try to get it to work for them if possible.

    Have you tried the Jetpack Carousel module? It works with standard built-in WordPress galleries, but if you activate the Carousel feature, it opens images in a nice lightbox:

    https://jetpack.me/support/carousel/

    Thread Starter givesuccess

    (@givesuccess)

    I will try that thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Gallery columns’ is closed to new replies.