Essential grid columns issue

Hello,

I’m using X with Essential Grid. My grid pulls images into a gallery via ACF and displays in certain posts. My problem is this: I’'d like to specify 1 item per row in my grid, but It remains 3 columns (or fewer depending on screen size)

Here are my Essential Grid settings, with 1 item selected at all screen resolutions:

Here’s what it looks like now:

How do I get this grid to show one item only for all screen sizes?

Here’s my content.php. The gallery is in class: person-photos. https://gist.github.com/aejolene/6016d56070d8443a6a8662c2aa032631

Thank you.

Hello @eecwp,

Thanks for asking. :slight_smile:

I tried checking your website but it’s password protected. Please take a look at following article and adjust the settings and values accordingly.

https://www.themepunch.com/essgrid-doc/columns-rows-pagination/

Upon making the changes, please make sure to clear cache.

Thanks.

Apologies; the password is eecwp (not sensitive, so plain text here is fine).

I did follow the ThemePunch documentation.

Thank you,

Hi @eecwp,

Would you mind providing your admin login credentials in a secure note as well? I can’t find that carousel style grid in your site.

Thanks!

Sure. That grid is in each “person” post, like this one: https://eastendcemeteryrva.com/person/dr-richard-fillmore-tancil/

The grid itself is https://eastendcemeteryrva.com/wp-admin/admin.php?page=essential-grid&view=grid-create&create=16

Credentials attached. Thanks!

Hi @eecwp,

Been troubleshooting this and I just found out that the columns or items per row are ignored when used in [gallery]. What you need is to define your own columns in gallery shortcode. Example,

[gallery columns="1"]

Please try that, I also created a sample test page in your site where it’s working named X GRID TEST.

Thanks!

Ah, that’s it! Thanks so much!

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.