175 comments found.
Hi man!
Could you update the code for the lastest version of jQuery? I’m having some troubles with other elements on my site.
Thank you.
Hello,
I just tried jQuery v1.11.1 and v2.1.1 and it is working, couldn’t find any issue, what problems you are having? did you test it in the example files?
Best,
David
When, it’s a little complex, if I remove the v1.11.1 my project doesn’t work anymore but if I remove the 1.9.1 the autogrid don’t work.
it may be a different thing, since the newest version of jQuery is working with the plugin, maybe some issues with your theme, can you show me a living example so I can inspect it and see what’s going on?
Sure, is not big deal but I don’t want to lose functionality on my theme.
If you check this site: http://vag.vexel.mx/ <- You can see the 2 levels menu working under “Equinoterapia”But if you try to get this submenu when you are on the gallery, it’s impossible.
http://vag.vexel.mx/galeria/I have been checking the conflict and seems to be an issue using 2 distinct versions of jQuery, just let me know what do you see.
Thanks.
Indeed you have more than one instance of jQuery in your page, try having just one and at the top, try the latest version of JQuery, the gallery should work, if not, then leave it like that so I can inspect it and see why not 
I have tried removing the 1.9 version, the one that the gallery is using, but it doesn’t work, the gallery don’t work.
I’m still able to see v1.9 in this page: http://vag.vexel.mx/galeria/
Ok buddy, I have removed the v1.9, as you can see the gallery is not working.
Solved man, was just a problem with the order, thank you!
awesome 
Hello, before I purchase, I would like to know if I can have multiple filters on a single picture.
Example: if my gallery contained fruit, I would like the photo of Apple to have the filter “red” and “apple”. is this possible?
Hello, unfortunately this plugin doesn’t have that feature (since it is very basic) but this is a way more powerful grid: http://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020
which supports what you described and many other features, such as Multiple Filters in one grid, as shown here: http://www.davidbo.dreamhosters.com/plugins/mediaBoxes/example/multiple-filters.html
Also it is faster and very customizable, Best, David
Hello,
I am using your excellent gallery. I would like to remove the load more button but I cannot find an option in the js that turns it on and off. Can you tell me how to remove it?
Thank you
Hello, what do you mean? you can set the number of images to load to something very big like 99999 or do you mean something else?
David muchas gracias por este slider. Facil de instalar sobre todo.
Tengo una duda el lightbox-text no consigo verlo, no se que pasa. Te importaría echar un vistazo. Gracias
http://www.video-boda.es/fotografia-boda.htmlHola, gracias
tienes que ajustar el “z-index” del lightbox porque tu menu se esta poniendo sobre el, añade esta linea de CSS:
.autoGrid-lightbox {
z-index: 99999;
}
Muchas gracias. Como podría añadir a tu menú antes algun menu (link a home) ,para volver a la pagina de inico y así desactivar el menu de la web. He probado poner antes de
esto
pero creo que desde javascript estas cogiendo los y sale raro.
Un saludo
Funciona perfecto z-index.
de nada
, donde quieres poner ese link de “Home”, en el menu del lightbox?
SI poder poner en el menu enlaces.Gracias
Tienes que editar el archivo de Javascript, quieres que te indique los pasos?
Si por favor me gustaría. he intentado poner etique a delante de la tuya pero me hizo una guarrada. Gracias
var $lbnav = $('<div class="autoGrid-nav" />').appendTo($lightbox);
e intenta agregar algo extra por ejemplo:
var $lbnav = $('<div class="autoGrid-nav" />').html('HOLA MUNDO').appendTo($lightbox);
no olvides usar este archivo (no minificado) en tu pagina
Recibido voy a probar, ya te comento. Muchas Gracias
Bueno he puesto js sin minificar y he añadido el código, pero no funciona, no lo veo. Para colmo en el codigo html no veo nada , con el firebug lo veo, pero nada.
Buenos dias: Al final he conseguido algo..lo tuyo no me funcionó.
Inserto esta linea de javascript al final de NAVIGATION BAR FILTER .
var $mio = $('<a href="/"><img width="453" height="100" alt="videos boda fotografias boda" src="/images/video_boda.jpg" /></a>').insertBefore($categoryNavBar);
Me hubiera gustado que en vez de recurrir a poner un logo de vuelta, hubiera sido en la propia barra tuya de ALL, la posibilidad de poner VIDEO-BODAS, si te apetece verlo ya me dices durante unos días observaré si has puesto algo.
Gracias
ohh, te referias a la barra que filtra los thumbnails, pense que la de el ligthbox, pero ese codigo que mencionas funciona verdad?
Buenas tardes:
Si pero me gustaria la posibilidad de poner en la barra de thumbails. Como haría eso para poner un enlace ahí antes del ALL
Gracias
Si era en la barra que filtra los thumbails
Aparte David el codigo que he puesto yo me ha dejado sin Slider, cuando maximizas no estan los manejadores. Por favor echame una mano.
$('<a href="/"><img width="453" height="100" alt="videos boda fotografias boda" src="/images/video_boda.jpg" /></a>').prependTo($categoryNavBar);
OK voy a ver si le pongo un texto
No funciona lo que propones… hace cosas raras con el enlace
hmm que raro, lo acabo de probar y funciona, me puedes mostrar un ejemplo online el cual pueda inspeccionar?
Pues a mi no me va coje las propiedades de navbar e intenta encontrar las imagenes, en firefox
Pulsado. perdón sino parece que vaya
$categoryNavBar.on('click', 'a', function(evt){
por esto:
$categoryNavBar.on('click', 'li>a', function(evt){
Ahora si perfecto, para separa el ALL añado un
y funcionará no?. He tocado el padding del navbar para que la imagen se quede genial.
el BR creara una linea nueva, no un espacio, puedes intentar agregarle a la image un margin-right: 20px
ahi directamente asi: style=’margin-right: 20px’
Muchisimas gracias ha quedado fantástico. Gracias
genial 
Hi,
I have a problem for to incorporate your gallery image in my website. Into my website, the height is “100%” and the gallery doesn’t appear in entirety. I have a site with anchors and slides. You can show it in http://www.burgener-prod.ch/matmax
I’m so sorry for my english…. Carole
Hello,
If you remove that height of 100% it works, in this case there’s no height of 100% it makes the container to cut everything inside
Kind Regards, David.
Hi David,
Great gallery!
I have 2 questions…
First, is there any way to remove the grid line background image? Seems like it should be easy, but cannot find it in the css.
And, is it possible to make an image show up 2 categories—-in “Photography” and “illustration”, for example?
Thank you!
Hello,
The background of the demos is on the html pages, for example in the index.html file you will find this:
body{
background: url(imgDemo/bg.png);
}
just erase it
About multiple categories is not currently possible, if you really really need it I can recommend you an advanced plugin such as this one (which has tons of powerful features): http://www.davidbo.dreamhosters.com/plugins/mediaBoxes/example/demo4.html
Thank you!
Hi there. I’m a tool. I meant to buy the WordPress plugin, and ended up buying the wrong version. Can we swap, by chance? I’ll pay the difference, of course. Please let me know.
Thanks!
Hello, unfortunately authors (in this case me) don’t handle anything that has to do with money. Like refunds, payments, prices, etc.
This is all handle by Envato directly, so you need to contact them and ask for this, just open a ticket here: http://support.envato.com/index.php?/Tickets/Submit
I hope this make sense 
Hello, try this:
Open the gridGalery.css file and erase this lines of CSS at the top:
body{
margin:0;
overflow-y: scroll; /* This is optional, but you need it for a full width gallery (explain in documentation) */
}
Thanks for the quick reply. But unfortunately it didnt work. From lots of tests, what I noticed:
On the initial load (or ctrl F5) it’s wrong (borders and square images) If I do F5 next, it works.
Based on this i did a grid reload, immediately after the inial setup of the grid, and the borders are gone, but the images are still square. F5 will make the images ok again.
Any idea?
Hi, hmm this is weird, is not showing that always :s
Try adding this peace of CSS:
.grid-clearfix{
overflow: hidden !important;
}
That fixed the border, thanks!
The images are still not formatted normally always and the lazy loading does not work, we need to click the button. Since this only on firefox, which on my site is less than 10% of visits, and are these are not big problems I might live with it.
David, I just bought your gallery and I am pretty certain I am having a jquery conflict because the lightbox is loading in behind the slider causing some grief. I really want to use this plug-in because of it’s simplicity, but I am not sure if the problem is the js conflict or the lightbox itself. Do you have a simple fix for this? site is here: http://novamarketingservices.ca/testDVL/
Hello, did you made some customizations? I’m not able to open the lightbox in order to see the conflict, do you?
Thanks for getting back to me so quick! 
The only mod I did was place it in a div and drop the jquery-1.9.1.min.js call (before the /body tag) because I have already called 2.0.0. But the lightbox didn’t work either with both versions called, only loading 1.9.1 or only loading 2.0.0. only difference was that without 1.9.1 – it allowed the top slider to work again.
If you click on a gallery image, then scroll to the top, you can see the lightbox seems to be there, but in behind the slider and header not in front. Maybe it is a css issue? I didn’t mod the css either.
However, my gut is saying that it is a jquery conflict but I was really hoping that it might be something simpler than that because I don’t want to mess about too much in the js.
.autoGrid-lightbox{
z-index: 9999999999999;
}
I hope this make sense,
Regards, David.
works perfectly! however I had to add it to the main style sheet for the site. It didn’t work in the grid gallery css file. Either way – it works 
Just have to say one more thing… I am super impressed by this gallery. Super fast loading time, super easy to customize, perfectly responsive. And thank you for answering so quickly. Truly happy – I will definitely look for your code again.
Have a great night.
Hi, I’m glad you like it
Additionally I also recommend you this one for future projects: http://www.davidbo.dreamhosters.com/plugins/mediaBoxes/example/demo4.html
It is faster, with tons of features and way more powerful 
Hi,
I implemented your script on a Bootstrap 3 Ajax website.
I encounter 2 problems:
Because of the use of a left sidebar navigation the .lightbox-text disappears under that navigation element when I click on a image. How do I center that text, because any normal css doesn’t work.
The sorting filter doesn’t work.
Can I send you a PM with the URL!?
Thanks! David
alright, I answered to your email 
Hi David, Thank you for the great plugin. Just one question – we have 24 images, load 7 images per time. If we open lightbox without loading all other images – it’s show just 7 images in lightbox not all. How it can be changed to show all images in lightbox?
Thank you
Hi, indeed, since the lightbox only shows the images loaded at that time, currently there’s no option for showing all the images in the lightbox (even the ones that haven’t been loaded) and in order to achieve it it would require many JS customization.
If it is really necessary I can recommend you to take a look at this plugin which does support this: http://codecanyon.net/item/media-boxes-portfolio-responsive-grid/5683020
Hello one saluod, this plug-in is compatible with WPML?
I have my site running with that need you to add compatible. Well I hope to answer, thanks
Hello, well this plugin is not a WP plugin it is a stand alone version 
I’ve buy it today – it works great! But only in IE 11 – there is a bug? By opening a portrait-format image in the slideshow – the width is to wide for the height. The Ratio is wrong. The portrait-format image looks squeezed. Windows 7, IE11, Screen: 1583×680px Thank you.
img {
width: auto;
height: auto;
}
These works great! Thank you!
HI there. Your item is really nice, easy and works well. Just one thing. I’m trying to add the gallery inside a div with a z-index, but once you click on the thumbs the open pics appear the lowest indexed div. Is there a way to solve this?
Hello, do you have it online? so I can see it and inspect it
Yes, I’ve placed it online so that you can see it: http://www.elisabettaalicino.it/index-test.html . Thanks.
I’m not able to open that link, can you double check it? it just says that google chrome can’t open that link
The link should be working now. Thanks.
.autoGrid-lightbox {
z-index: 99999999 !important;
}
It works! Perfect. Thank you.
Hi, Thank you very much for the plugin. We are successfuly using it in our art society to show images of the artists. What we need now is metatext (like title, contactinfo, aso.) of the image in the detail view. Is it possible, or do you have any idea?
Hi, I don’t follow, do you mean in the lightbox?
Hi, yes do!
Well you can add anything in the description in the lightbox, just have in mind that if it is to big it is not going to fit very well, but this is the HTML markup: http://www.davidbo.dreamhosters.com/plugins/gridGallery/documentation/img/ss7.1.png
can you add share button for images?
Hi, currently there’s no social buttons available, you would have to tweak the JS in order to do so
can i add images and video ?
Well this one doesn’t support videos, but this grid is more advanced and accept youtube/vimeo/iframe videos http://www.davidbo.dreamhosters.com/plugins/mediaBoxes/example/demo1.html
HI, is it possible to open text in the modal when clicking an image, rather than a larger image?
Hi, currently no only images, but I’m adding a big update for this plugin: http://www.davidbo.dreamhosters.com/plugins/mediaBoxes/example/demo1.html and that may be included 
Going to buy this, but a question first. Can I remove the categories altogether? As in not have a category bar at all? So the default “all” would display but no bar at top?
Thank you.
Hi, yes that’s one of the options, see the docs here: http://www.davidbo.dreamhosters.com/plugins/gridGallery/documentation/index.html#Options
Also I recommend you to take a look at this plugin (which is more advanced that this one) http://www.davidbo.dreamhosters.com/plugins/mediaBoxes/example/demo1.html
Would it be possible to use this responsive gallery as a navigation menu instead of a photo gallery. I would like like to be able to click on a picture and be taken to a different page within my website.
Hi, well yes you can, you can link to another page, see this in order to know how: http://codecanyon.net/item/ultimate-grid-responsive-gallery/full_screen_preview/5093275