I’m using Essential Grid for galleries to show closeup details for portfolio items (so 1 portfolio item would have multiple images)
However trying to activate the Extra Essential Grid Settings breaks the gallery entirely, so it only shows each image separately, and seems to not load the properly javascript for it to function.
And while it mainly functions if the custom settings dropdown is disabled, despite having it set to only have 1 column, the javascript it generates clearly has it use 2 columns for anything that isn’t the smallest or largest screen size.
This is the javascript it’s generating when I have it set to be 1 column.
responsiveEntries = [
{ width:1400,amount:1,mmheight:0},
{ width:1170,amount:2,mmheight:0},
{ width:1024,amount:2,mmheight:0},
{ width:960,amount:2,mmheight:0},
{ width:778,amount:2,mmheight:0},
{ width:640,amount:2,mmheight:0},
{ width:480,amount:1,mmheight:0}
];
Where it should be amount:1 for every option.
Here is the tag code generated in the Edit Portfolio Item page.
[gallery link="file" size="full" ess_grid_gal="portfolio-item" columns="1" ess_grid_custom_setting="off" entryskin="8" tinyrows="1" rowsunlimited="on" layoutsizing="boxed" ids="5706,5501,5469,5468,5467,5466,5465,5464,5463,5461"]
This is the page I’m working on: https://terihannigan.com/portfolio-item/my-creative-mojo-a-trio-of-sculptures-on-creativity/
I would very much prefer if I could have just 1 image show at a time for the middle of the road screen sizes like tablets and whatnot and keep everything consistent. Any help is appreciated.