Code

Discussion on Ultimate Grid Responsive Gallery

Discussion on Ultimate Grid Responsive Gallery

Cart 1,227 sales

castleplugins supports this item

Supported

This author's response time can be up to 1 business day.

175 comments found.

Hello David,

I have issues trying to figure out why the load more button can be seen only partially at the end of the images https://www.centrodedalo.it/galleria.html

Hi,
Try adding this peace of CSS:

.grid-loadMore{
  height: auto !important;
}
without the “pre” tags

Best :D

I got it!! THANKS !

you can add it in the top of the gridGallery.css file (without the pre tags)



Best, David

Dear Author I bought this gallery and tried in several ways to make it work but it doesn’t. https://www.centrodedalo.it/galleria.html on this page you see how I incorporated into my design. The grid basically works, but there is no way for the captions to appear when the mouse is over an image. Is there a bug to fix? Thanks

saw your email now…

it is working now!! thanks so much ! I love it!

Hello

I just want to show in small mobile 2 colum. But it shows 1 colum. How can i fix that responsive issue?

Thanks

Hello,
You would need to play around with this JS option:

columnMinWidth: 220,
try setting it to something smaller
Best, David

Prepurchase question

Hi there, I’m a filmmaker/photographer looking for a gallery plugin that would allow me to display my whole portfolio of photos and videos within one single grid on my homepage. I have 4 questions that you hopefully can answer.

1) My portfolio is made primarily of videos hosted privately on vimeo and pics hosted on my server. Would this gallery support both of these within the same grid?

2) Is it possible to have vimeo videos in the grid autoplay (either when loading the page or when user hovering)? Is it possible to have videos autoplay in the lightbox?

3) I wish to have each individual item in the grid represent a category of portfolio projects (e.g. “portraits”, “landscape”). Is there a way to link or directly display other videos and images – NOT contained in the grid – from within the lightbox?

4) I’m selling some of my photos as fine art prints and would like to add, within the lightbox, a link to my photo’s page on the print-on-demand service’s website. Is this possible?

Thanks a lot!

David, what is a standalone version? What is the difference with the WP version? Sorry for the ignorance…

Ohh the standalone version is for HTML pages, it is an HTML/JS plugin, you need to specify the content directly in the HTML

WP stands for Wordpress, so if you are using Wordpress then you would need the WP version of the plugin which comes with a user friendly interface

Best, David

OK, thanks a lot

Hi, I would like to know if the gallery supports RTL. Is it possible to orders the blocks from right to left instead of left to right? Thanks!

Hello,
this plugin doesn’t support RTL

but this one does: https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020
It is a better gallery with more options

Best, David

Hi,

I just bought the gallery today and I saw that when you click on the image it puts the big image left and not in the centre (in the lightbox). I tried everything I was able to do and still haven’t fixed it.

Would really appreciate some help

Kind regards Laura

Thank you, David, it worked!!

One last thing though…was finishing my gallery and noticed this. On the link, you will see the gallery where all the images have titles and subtitles and I have 12 images to load but he only loads 10 and If I put more than 12 you can see the titles of other images are overlapping on the first image. http://lauramaliqi.com/ms/locations.html

Sorry for bothering you this much :) Thank you Laura

Hi Laura,
strange indeed, add this peace of CSS:

[data-show="no"]{
    display: none !important;
}
Best ;)

Thank you. Everything works fine now :)

Hi

I would like to buy this script for a client.

I would like to have the normal grid instead of masonary grid. Something like 3 or 4 column.

Initially I would like to show 2 columns with filter and then when view more is clicked it shows one more row.

This this possible? If yes what is the difficulty implementing this. Since I may need some hand holding for this.

Thanks Srinivas

Hi Srinivas,
I don’t quite understand, what would be a “normal grid”? you mean a perfect squared grid?

I would recommend you to take a look at this plugin: https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020 which has a perfect squared grid (the full width example), that plugin is the advanced version of this plugin

I hope it makes sense ;)

Best, David

Hi David, yes but I dont need all those extra things only simple one like this. Hence purchasing this one.

Hello, I’ve bought the plugin yesterday but I haven’t checked the compatibility with my version of WP, that’s 4.8.2. I checked right now but I haven’t find it. I see comments of usersfew months ago that have succced to use it, so I don’t thin is a compatibility problem. At the moment plugin don’t be found, even if I charge it with FTP or directly by WP from zip file. Can you please help me to resolve? Thank you

Hi,
it sounds like you are trying to upload this plugin into WP, but this is not a WP plugin is a stand alone plugin (pure HTML).

The customers who implemented this plugin into WP, implemented it in the source code, they imported everything manually and made their own way to create the HTML of the plugin (with PHP).

I’m working on a WP version but is not ready yet

Also you can contact me privately via email (through my profile at the bottom there’s a contact form)

Best, David

Ok.. I have always bought from codecanyon without check if the plugins were compatible with WP, and I did so also this time.. It’s too hard for me to let work this plugin by working on php..I will wait your WP version. Thanks for the quick reply. Best regards

Hi, nice grid, but how do I add my own header with an image? I tried just adding a element right after but it doesn’t seem to work. Thanks!

*a div element right after the body element, but it doesn’t work

Hi,
Yes, you can add any HTML to the gallery, like your own header, you need to add this as you usually would do it for a normal HTML page

If this isn’t working can you show me a living example online so I can take a look and see what’s going on?

if you prefer to concat me privately via email do it here: https://codecanyon.net/user/castlecode#contact

Best, David

Hi, I bought this item and I really like it!

I do have a minor issue though, with changing the text on the ‘Load more’ button. I can’t find an option to change this, and if I do change the text manually in jQuery, the text changes back each time I click on the ‘Load more’ button.

Do you know if there is some workaround for this? Thanks in regards

P.S. The website I’m building is in Dutch, so displaying ‘Load more’ in Englisch isn’t really an option.

Hi,
Open the gridGallery.min.js file and find this:

LOAD MORE IMAGES
then replace it for something else:
LOAD...
and clear your browser cache,

Best, David
how to can use multiple data-category in filter Like Web, Android, Ios in 1 box data category

Plants vs Zombies

In Drawings
Plants vs Zombies In Drawings

Hi,
Currently this option is not possible, but you can do it with this plugin: https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020 which has that feature and way more

Best, David

Hi David. When I do that, the masnory grid gallery disappears.

Was replying to this answer you gave:

Hi, open the gridGallery.js file (and make sure to use this file in your page instead of the minified version of it) and find this:

var txt = “ “text“ ”; instead of the “text” add your own HTML for your logo, maybe something like this: var txt = “ ”; Best, David

That seemed to make the masonry gallery disappear.

But I solved it with some css:

.autoGrid-lbcaption { content: url(../img/png/cerrone-lightbox-logo.png); width: 200px; height: 37px; margin: 10px 0px 0px 35px; }

Here’s one page I’m using it on:

http://gethypewith.us/cerrone_photo/photos/environment/index.html

Seems to work well but let me know if you’d tweak anything.

Thanks for the great plugin and support!!

Mike

Hi Mike,
Ohh you changed of username hehe!
I think I placed the wrong quotes, the URL of the image should be in single quotes, like this:

<img src='my_img.png' />
But your method is also a valid one ;)

Good to know. Thanks!

Hi, there is a bug in the gallery. If I go to a category where the photos have not been uploaded yet in “all” category i have to click on load more, but I would like them to be loaded automatically when I click on the category.

Hi, LOVE this plugin!!!

I’d like to simplify a bit. How can I remove the category on the top left of the masonry gallery.

And replace the category at the top left of the lightbox with our logo. Or if that can’t be done, just remove the text.

I can send screenshots and my purchase code if necessary.

Many thanks!

Mike Noonan E: mike@spotcreations.com

Hi,
In order to do that you would need to edit the js where that HTML is added, would you like me to tell you which lines of the js file this is located?

Yes, please

Hi,
open the gridGallery.js file (and make sure to use this file in your page instead of the minified version of it) and find this:

var txt = "<div><div>"+text+"</div></div>";
instead of the “text” add your own HTML for your logo, maybe something like this:
var txt = "<div><div> <img src="my_logo.png" /> </div></div>";
Best, David

Hello, I just bought your Ultimate Grid Responsive Gallery but I don’t understand how to install it. Do you have a short tutorial?

Thank you

Hi there,
do you mean how to install it in a HTML site? Or how to integrate it in your current HTML site?

Best, David

Hi David, I integrated it in my html website, but it is not being responsive to smaller screens, what do you think I may have done? the slider is working fine, but the gallery isn’t. Thank you

Gabi

Hi Gabi,
can you show me a living example online? so I can take a look and see what’s going on?

Best ;)

Hi, Is there any built-in events in plugin? like onLightboxOpen, onLightboxNext, onLightboxPrev? If no, can u provide code for capture those events at my code?

Hi there,
Currently these events are not part of the plugin, but if you want I can tell you in the code where these parts are executed.

Also I would recommend you this plugin: https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020 which has many more features/options and swipe support is very easy to implement, just like I showed another user here: https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020/comments?page=24&filter=all#comment_12025616

Best, David

Thanks for the reply, can you provide me a guide on how to integrate swiping functionality with “Ultimate Grid Responsive Gallery”?

Integrating swipe support on the ultimate grid is not that simple as it doesn’t have lightbox events, but I can tell you where to execute the previous and next events for the lightbox
First, open the gridGallery.js file (and make sure to use it in your HTML page instead of the minified one) and find this:

if(ops.lightBoxAutoPlay){
right before that line you can add the swipe functionality, you’ll only need to execute the following when you wish to go further:
next()
And when you wish to go backwards do the following:
prev()


I hope this makes sense ;)

Hi There,

I was wondering what would be the correct css code to align images in the lightbox to dead center in the browser?

Hello,
You mean vertically center right? if so try adding this CSS lines:

.autoGrid-lightbox img{
  position: absolute !important;
  top: 0px !important;
  bottom: 0px !important;
  left: 0 !important;
  margin: auto !important;
  right: 0 !important;
  padding-top: 57px !important;
}
Best, David

Hi purchased the plugin, got working, but slight problem, when viewing the gallery on a mobile the caption text for thumbnail does not appear, on a desktop browser it does, since there isnt a hover state on mobile the caption text is not visible, tried changing css from display:none but still doesnt work, any suggestions?

so in mobile you want the text “ALWAYS” visible?

yes that is correct

alright, then add this peace of CSS:
@media only screen and (max-width: 768px) {
  .image-caption{
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
    background: rgba(0,0,0, .5) !important;
  }
}
Best ;)

hi there i saw your Ultimate Grid Responsive Gallery – it is awesome. i want to display images and in the overlay it should open a vimeo video.. is it possible to open vimeo or youtube videos in the light box with this gallery?

Hello,
This plugin doesn’t support iframe based videos, but the advanced version of this plugin does (which is faster and has a lot more options and examples) you can check it out here: https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020 it is called: “Media Boxes” and it has been featured by codecanyon

Best, David

Hi David Love this gallery! Looks really cool. I have one pre-sale question: Does this have a swipe control for mobile devices? Or is there a plan to add it? (Forward / Backward with swiping on mobilephone).

Thanks for your feedback, Roland

Hi Roland,
Currently no, but you can integrate swipe support in this other plugin: https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020 which is the advanced version of the “Ultimate Grid”.

The “Media Boxes” plugin is way faster and has way more features/options, if you decide to get the Media Boxes here’s how you can integrate swipe support (just with couple lines): https://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020/comments?page=24&filter=all#comment_12025616

Best ;)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey