Code

Discussion on Auto Grid Responsive Gallery - Wordpress

Discussion on Auto Grid Responsive Gallery - Wordpress

Cart 1,448 sales

castleplugins supports this item

Supported

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

383 comments found.

Hi. So I bought and installed the AutoGrid plugin. What’s next? I can’t find it on my dashboard. How do I use this? Currently using themify. Can I have a short walkthrough? Thanks.

Hi there,
yes of course, here’s the basic:
a) Activate the plugin in your plugin’s page

b) Put this shortcode in some page or post: [autoGrid] and then check out that page and you should be able to see a gallery right away (since the plugin comes with a default one)

c) Probably you want to put your own images and folders, so connect with FTP to your server (where you have the WP files) and navigate to this location: wp-content/plugins/autoGrid/gallery that’s the gallery folder, so you can just drag and drop your images in there and you will see the changes automatically in your page/post once you refresh the page.
so when you wish to add/delete images to the gallery, just connect via FTP to your WP and drag and drop images into the gallery folder and that’s it :)

d) Now if you want to change some settings you can navigate in your WP dashboard to this options page: http://www.davidbo.dreamhosters.com/files/documentation/#Options


c) also you can read the documentation here: http://www.davidbo.dreamhosters.com/files/documentation

I hope this makes sense ;)

I just tried to load this to my wordpress site just like i have done with other .zip plugin files, and I got an error message: Plugin could not be installed. No valid plugins were found.

Hi there,
unzip in your computer the file that you downloaded from CodeCanyon, then inside you’ll find the docs and a zip file named “autoGrid.zip” that’s the one you need to upload into WP ;)

Best, David

That is what I did David, and I got an error message when it tired to load. (sorry for my delay in answering, I was expecting an email…)

I’ll answer you via email for a faster reply ;)

Hi Autogrid

I have my Autogrid on my wordpress home page. Can i create a second gallery for a new Wordpress page?

eg gallery2 folder in autogrid folder in public_html

what would be the code to insert in the new wordpress page?

Cheers Michael

Hi Michael,
you can place another shortcode in a different page and specify a different folder right in there, for example like this:

[autoGrid directory="gallery2"]
Best :)

Hi David thank you so much for your fast reply about adding social links, but i couldn’t find the line to modify like you explain in autoGrid.js. I have html plugin version not wordpress. I have to say very nice plugin.

best, Aear frm Chile.

Hi Aear,
I though you had the WP version, this feature is not included in the Stand Alone version :)

Thanks anyways David!!! you’re a big developer. Thank you for your willingness to answer questions. Have a nice day!!!

thank you :)

Hi David, Is it possible adding social links onto images to share?? with this function autoGrid would be perfect!!!

Hi Aear,
In the lightbox there are some sharing buttons in BETA, if you already have the plugin and wish to activate them just go to the autoGrid.js file (in the root directory of the plugin) and find this:

linkOnSamePage: false,
and right after that line add these lines:
fb: true,
twitter: true,
pinterest: true,
that will activate the sharing buttons in the lightbox that look like this: http://www.castlecodeweb.com/files/plugins_comments/autogrid-sharing-buttons-lightbox.png

Best, David

Hello. There is no getImages.php file to remove “In” word…

Hi,
in the latest version that file was renamed to “reader.php”, try doing it there ;)

Hello I need css support for http://huse.online/ cause on mobile device responsiveness does not work.See it in footer. I am waitting your answer.Thanks.

Hi there,
the grid seems to be working correctly on mobile, but I see an issue with the navigation filter bar, is that what you mean? if so just add this pace of CSS:
.category-navbar{
  overflow: hidden;
}
.category-navbar li{
  float: left !important;
}
you can add it at the top of the css/gridGallery.css file of the plugin ;)
Best, David

Thanks for very fast and helpfull suppot. It works.

Remove “All” button: “Unfortunately there’s no current option to disable the All button, it would require some extra logic to choose a default category and hide the All option. I’ll try to include it as a future update though”

As of July, 2016, I do not see that this has been done. It’s a very obvious thing to fix. When will it be available? Thanks.

Hi there,
I have the plans to upgrade this grid to be based on the Media Boxes, which already has this and many other features, but in the mind time you can add a workaround to do this, first hide the all button with this peace of CSS:

.category-navbar li:first-child a{display: none;}
you can add it anywhere, in the CSS file of the plugin if you want

then in order to choose a default category, open the autoGrid.js file (in the root directory) and right before this line:
})(jQuery);
add this:
setTimeout(function(){ $('.category-navbar').find('li').eq(1).find('a').trigger('click'); }, 300);


so you only need to add 2 lines of code in total, I hope this makes sense ;)

Best, David
do you have a demo site to check your plugin?i want to install your plugin at this template http://themeforest.net/item/uploader-advanced-media-sharing-theme/9760587 and when a frontenduser upload his images to display them at the home page using your gallery

Hi there,
currently I don’t have a light version or something like that for you to test before purchase, but in short you only need to have image in a folder in your WP installation (i.e wp-content/plugins/gallery) and then you can just point the Auto Grid to that “gallery” folder and it will automatically read the images inside.

you can use any method you wish to upload images to a folder in your WP installation, using another plugin or via FTP
I hope it makes sense ;)

Hi there,
currently I don’t have a light version or something like that for you to test before purchase, but in short you only need to have image in a folder in your WP installation (i.e wp-content/plugins/gallery) and then you can just point the Auto Grid to that “gallery” folder and it will automatically read the images inside.

you can use any method you wish to upload images to a folder in your WP installation, using another plugin or via FTP
I hope it makes sense ;)

hi.i want to tell me if the plugin has the possibility to load all the images from the media without change the shortcode or change the code of the page.for example.i upload today 3 images.and at the page i sat to display the gallery with these 3 images.if i upload at the media 4 images more…needs to change the shortcode at the page or automaticaly grabs and display the new photos?thank you

Hello,
you only specify the main folder in the shortcode, then you can upload images into that main folder (or even subfolders) any time you want and the plugin will automatically read and display them ;) (you of course would need to refresh the browser if to see the changes)

Best, David

Hi,

the plugin looks great on the dektop. But the live preview of the lightbox on mobile devices doesnt center the image fullscreen on the iphone screen. Another question: Is it possible to add social sharing functions to it. Would be important for customer galleries.

Thanks Tobias

Hi Tobías,
The issue with the centering of the light box image is due to the iframe of Envato, just look at it here: http://www.davidbo.dreamhosters.com/?page_id=2

Social sharing is not included but I’m planning soon to upgrade the all plugin with a way powerful grid an a new brand lightbox ;)
Best,
David

Hi,

I have just bought the plugin. I need to check if you can change the folder to /wp-content/plugins/ instead of /singapore/wp-content/plugins/autoGrid/

as i need to load the images from another folder in the server instead of autoGrid folder. Please kindly advise where i can change the folder values to allow that.

Hi there,
Yes you can, you can use a relative path from the plugins folder, for example:
[autoAlbums directory="../Gallery"]
I hope it makes sense ;)

hi, I bought your plugin “auto grid…” and in the options you give the possibility to order the images by date. If I saw that right this date is the upload-date of the images? For me it is very important that the images are shown in the order by when they where taken… that would be the date in the exif data. Is that possible?

greetings

chris

Hi Chris,
currently the plugin doesn’t read the EXIF data, only the file data, but definitely sounds like a good update ;)

Gallery not showing until you refresh the page. Have tried all the basics of testing / reinstalling / different pics / etc. http://rubbercoatingstx.com/gallery/

Hello,
well it depends on each time, but maybe is better to ask the author of the theme, since he must know better ;)

I thought that’s who I was talking to = / didn’t pay attention. Sorry.

don’t worry ;)

Hi Team,

I have small question. I cant able to make (Horizontal Space Between Thumbnails, Vertical Space Between Thumbnails) Zero..Can you please help me out as soon as possible. email be back on faisal.shaikh@azularc.com

Hello,
can you show me a living example online of this issue? so I can see what’s going on

contact me privately through here: http://codecanyon.net/user/castlecode#contact (form on the right) so we can continue this support via email ;)

I just email you

hi, I love your autoGrid plugin and it is for me by far the most useful for my site. BUT, it, for whatever reason, messes around with my Theme “ZERIF PRO” As soon as I activate your plugin widgets behave strangely. I would like to show pictures of what happens. So I might need to email you directly. Also, to grant you dashboard access.

It appears as if autoGrid changes appearance of some h2 Headlines and how line breaks are processed.

Hope you can Support.

Hi there,
yes, please send me a link so can see what’s going on, you can contact me privately through here: http://codecanyon.net/user/castlecode#contact (the form on the right)

Best ;)

David Ther is problem with add_menu_page() add_menu_page() should not be called statically in */public_html/wp-content/plugins/autoGrid/index.php on line 565

You can chace it with : define(‘WP_DEBUG’, true);

Hello,
you can fix this warning by doing the following:
open the index.php file (inside the plugins folder) and find this:

AGRG_Options::add_menu_page();
then replace it for this:
$AGRG_Options = new AGRG_Options();
$AGRG_Options->add_menu_page();
and that should fix it ;)

I’ll try to include this in the next update ;)

Hi, great plugin and I’ve been trying it with the files named like this so they can be in order. When you order the images By Name and you want to edit the order just add a-, b-, etc… at beginning of the name of the images like this (the a-,b-, etc… will not be showing in the caption):

But what happens if I have more images I want to show than 26 – so I get to z- then what do I do?

Thanks!

Hello,
You can change it by modifying the JS in order to get 2 characters before the dash, just open the autoGrid.min.js file and find this:

.substr(1,1)
then replace it for this:
.substr(2,1)
and that should do the trick ;)

I hope this make sense,
Let me know how it goes ;)
Best, David

HI My website https://www.mec.ie click under MEC HIghlights – Ho=ill climb – The plugin doesn’t work – Please advise ASAP – Doesn’t work no matter where I put it on page -

Please advise ASAP Thanks

Ohh sorry, forgot you are using the WP version, open the autoGrid.js file (in the root of the plugin directory) and put it at the end of the file ;)

that doesn’t work – please help

strange, I tested on my site and it works! any chance you could five me FTP access to the plugin folder? so I can run few tests, if not I would need to give you several codes to test this out

You can contact me privately via email (through my profile at the bottom there’s a contact form on the right)

Hey, just bought your plugin. It works fine until the page is password protect with the wordpress build in password site protection option. It won’t update the gallery if the site is protected…?!? Do you have any suggestions?

All the best David

Hi,
I would need to see the issue, but if you only need to disable the hover effect then in the admin WP panel set the option “caption” to “no” :D

Hi, there is several image hover share plugins like “WWM Social Share On Image Hover”. The share icons doesn’t show up on the gallery but on single images on the site. I thought it has something to do with the gallery hover effect but it doesn’t. Any idea or do you know a plugin that works for sure? cheers David

Hi,
I’m not familiar with that plugin (and currently haven’t test a plugin like this) but maybe it has something to do with the images being added via JS? not quite sure, I would recommend you to contact the author of this other plugin, maybe he knows why his effect is not being recognized

Best, David

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