I have the same issue. I have 6 or so galleries on the same page, only the last one has working popups.
Yep, my last gallery on the page works. First one doesn’t. I ended up restoring my site to a point before I updated the plugin and it works again…maybe they will get it fixed soon so I can use the plugin on some more sites. Its a great plugin.
Hello!
We are sorry for these inconvenience.
Today we will release new version of Gallery plugin with fixes. I will inform you about the update.
Hello!
We have released new version with fixes. Please update plugin and check it.
Hi, I’ve just switched to Photo gallery plugin to create a photo portfolio on my website as I find it very intuitive and user friendly. What I’m having trouble with is showing multiple galleries on the same page. I have created several galleries and ticked the ‘display only first image’ box in order to obtain a sort of cover for each one of them. What I’m trying to achieve is a single web page showing the different gallery covers next to another but by copying and pasting the individual gallery shortcodes in the page I only seem to be able to get the covers stacked on top of one another. What am I doing wrong?
Hello @fprotani
Try to add the following css code to the file with styles of your theme –
.grid-gallery.one-photo {
width: auto!important;
margin: 0;
float:left;
font-size:0;
}
.grid-gallery.one-photo .grid-gallery-photos {
height: auto!important;
}
.grid-gallery.one-photo .grid-gallery-caption {
position:relative!important;
}
.grid-gallery.one-photo .grid-gallery-caption, .grid-gallery.one-photo .grid-gallery-clearfix {
margin: 0!important;
}
Hi, it worked! Thanks a lot for your help.
At the moment it shows 4 gallery covers in a row. What would I need to alter if I wanted only three in each row and centered? Thanks
Hi @fprotani
Please provide link to the page with your gallery.
Hi supsystic,
here’s the link for the gallery page:
http://filippoprotaniviolins.com/instrument-gallery/
Hi @fprotani
Try to use plugin that will divide the content of the page into columns. For example, this plugin – https://ww.wp.xz.cn/plugins/lightweight-grid-columns/screenshots/
Hi, thanks for your help. I managed to get it right using the plugin you suggested.