8471 comments found.
hi i found a bug i think
i have regular wordpress gallery [gallery link_title_field=”off” download_link=”no” lightbox=”prettyphoto” lightbox_max_size=”full” ids=”2262,1460,1461,6402,2251,2258,2295,2301,2389,2954,6673,5860”]
when i try to set order it doesn’t arrange like it should on justified image
im using
Take over and replace [gallery] WordPress gallery shortcodes= Yes, act in place of the [gallery] short code
is it a bug or am i doing something wrong
thanks
Do you have an order by setting in the general tab in my plugin’s settings?
yes it set to menu order
What happens if you temporarily disable the take over settings, does the regular wp gallery show them in the order you need them? Then when you reenable they get mixed up with JIG?
i did and it doesnt order right i know it not your plugin now maybe you can advise me what might be the problem thanks
Ah ok. Well in that case it’s a familiar bug where the WP create gallery feature sometimes doesn’t update the shortcode. I’d try to reposition images, updating the gallery, then reposition them again, until the order updates (the ids in the shortcode determine the order). So you don’t need to save and refresh the page, you can just look at the shortcode in the text editor tab.
I just checked and it updates the order for me properly. The most frequent error I’m having is that clicking on the images take me to the attachment page and I need to enter link=”file” manually into the shortcode.. Can you try setting your order and creating galleries using a different browser? That may help.
thanks i figures out what was the prblem post type order plugin which controls the order when deacitvatin it it got fixed thanks again
Niice one I also have that installed with the Avada theme, maybe that was causing some propblems for me too. Thanks for the tip
I’ll remove that too as I don’t really use it.
Just purchased the plugin and having issues with the “Recent Posts” tab not appearing under settings. Am I missing something here? This is specifically why I purchased the plugin so I’d like to know if there’s a setting I need to turn on in order to allow it to work.
Thanks.
It’s not a global settings tab, it’s only in the shortcode editor, as you can only set recent posts feature on an instance of JIG, not all instances. Hope it makes sense.
Makes sense and was coming back to delete my comment after I just saw that on some of the documentation haha… Thanks for the reply and look forward to using the slider!
Hope it works well for you! Just remember to have featured images for all the posts you wish to showcase as recent posts.
Help! i just purchased this plugin (been wanting to for a while) and activated it on my site. The gallery works perfectly but it’s done something to the drop down menu’s in my navigation menu…they no longer drop down, making navigation impossible. I’ve deactivated your plugin for now, but I’ll be sending you a link with admin credentials via email. Can you please poke around and see what the conflict is? Thanks!
Try all the settings under jQuery source in my plugin’s settings, general tab.
That fixed it. Thanks for the super quick response!
When i activate plugin Justified Image Grid is not work plugin WP Google Maps (http://wordpress.org/support/plugin/wp-google-maps)
Try all the settings under jQuery source in my plugin’s settings, general tab. The other settings shouldn’t affect other plugins.
Hi, I have a problem when the gallery is loaded the images come up in the lightbox but I have “load more” enabled and when I click load more and click the image it loaded no lightbox is loaded and the image is open in browser by itself.
Can you send me a link? Which lightbox do you use?
My site is on a local intranet till it is launched, I’m using SocialGallery it appears that the SG attaches itself to images on window.load and not by placing a class to the images. However I’ve placed a css to display none for desktop theme viewing, while mobile theme has the load-more and using photoswipe.
Another problem is that I have a multisite and when i activate JiG on a subsite and do gallery shortcode replace it gives this error.
All of the images have failed to load.
This is most likely a TimThumb permissions error.
Go to the Justified Image Grid settings, TimThumb & CDN tab. Click check permissions then click 0755 or 0777 to see if that works (or do it manually on the files and folders it lists there in case chmod fails).
Also read the troubleshooting guide in the documentation on what else to do.
Tip: If you are loading WP or NextGEN images, then install the official WP plugin 'Jetpack' by Automattic and enable 'Photon'. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users. It's an excellent TimThumb alternative and will make your images load faster. Note that you won't be able to use special effects due to cross-domain security limitations. It'll also make Justified Image Grid high resolution display or Retina ready by devicepx.js! Read more at: jetpack.me
I did the CDN permission to 755 and doesn’t work, if i do it to 777 will it work or does JiG not support multisite, want to know before i continue to troubleshoot.
However it works on another subsite pulling fanpage albums.
When you set up a gallery even with load more, the images’ placeholders are added and later replaced with the actual images. But their anchor title and img alt attributes are the same and are already in the site. Both SG and PhotoSwipe picks them up by default.
See the ‘Facebook Style’ example: http://justifiedgrid.com/social-gallery/ There are lots of ‘hidden’ images and SG picks them up. They are never even shown (could show them with load more).
Make sure you have the latest version of everything.
About the TT error, have you tried Jetpack Photon? I can’t say more without seeing the site and what the error is. But you can try to point the timthumb path to be the same that the working site uses.
You can try to look at the browser console to see what’s wrong with the images.
The images are loaded if the SG is open, i have set a limit to load a few when it in the page and SG does load the rest even if it didn’t show the thumbnail however if you click load more then click an image from that loaded set it doesn’t open SG. That’s why i just hide load more on desktop since a user navigates it loads the other images its a simple work around.
The TT error happens when I have replace wp gallery shortcode if i enter the JiG shortcode manually it loads JiG on my multisite.
I don’t want others to access the JiG icon in the wp editor which is why i had it auto replacing the gallery shortcode but seems that is a problem, Jetpack doesn’t really work well for me from past experience.
Is there a way I can hide the/disable the JiG icon by WP Roles? Right now I’m looking for how to remove wp editor added plugin icons, I use child themes so I can specify that in one of them functions file
In that case please contact SocialGallery’s developer. But it should work already (this was a problem in the past), if I could see the site that would be helpful.
The shortcode editor button is only added when:
current_user_can(‘edit_posts’) && current_user_can(‘edit_pages’) and get_user_option(‘rich_editing’) == ‘true’)
around line 450.
I’m adding the button with these:
add_filter(“mce_external_plugins”, array(&$this, ‘add_jig_shortcode_editor’));
add_filter(‘mce_buttons’, array(&$this, ‘register_jig_shortcode_editor’));
You could remove filter http://codex.wordpress.org/Function_Reference/remove_filterBut you’d need to create a new instance of my class, and reference the functions like above… Since I’m calling these from inside a class.
As a workaround, and it may help removing every extra button at once, you may try:
http://codex.wordpress.org/Function_Reference/remove_all_actionsfor
mce_external_plugins and/or mce_buttons
the priority setting may be important. You could call these depening on user roles you wish to disable the button for.
I may add a toggleable setting for this, but that won’t be role-dependent.
Hi I really like this plugin, but made an error on last code canyon purchase and don’t want another.
Can it be added to a widget, custom code and post as short code? Within a block area, can you have a slideshow instead of a static image? Then the next block a image is a slideshow too? In theory the whole grid could be many slideshows, although I won’t go that mad.
Can link to a page or post, if you don’t want the lightbox option?
Look around on the preview site I got many examples.
Widget: you can add it as a text widget with the shortcode in it.
Custom code? You mean template tag? You can generate a code that is PHP and can be placed anywhere in the theme.
What do you mean by slideshow? If you click on an image it can open multiple images in the lightbox. Second example here: http://justifiedgrid.com/nextgen-gallery-galleries/
It can NOT do this: http://www.anydesign.co.il/index_english.html
You can link anywhere, instead of the lightbox.
yes i did look around thanks.
The slideshow thing is a bad idea, so thanks for sharing that link. I think I’d get a headache with all those images flying around.
Thanks for your feedback 
Hello, I have discovered a conflict with JIG and Wowslider… JIG works great, but when activated it messes up Wowslider. ( http://wowslider.com ) Specifically, instead of the slider showing the full size images one at a time, it displays them non-dynamically as small thumbnails in a single row. Have you ever dealt with this or do you have any advice on getting it to work? Thanks!
http://thebentcurve.com/ http://thebentcurve.com/gallery/Try all the settings under jQuery source in my plugin’s settings, general tab. The other settings shouldn’t affect other plugins.
Thanks, it was indeed the jQuery source. Great plugin btw, good job. A+++
Great plug! I notice that when I make changes to the individual settings within a preset I save it and get confirmation that it saved but the changes dont commit and if i select a different preset and come back to it I find that the default settings are still in tact. This means its not actually saving – has anyone else run into this in the past?
The presets can’t be changed permanently. They just reset your settings to a given set of options. This is written kind of everywhere in the plugin and the documentation.
Hello Firsh
Loving this plugin, great coding 
Q. Is there a feature to pinch and zoom for mobile using Photoswipe lightbox. There seems to be the ability to zoom once with a double tap (kinda works) but I haven’t seen any documentation or preference for this?
I’d like to be able to use the classic pinch and zoom.
Any help well appreciated. WasabiBoy
It works for me with pinching, is it not working for you?
Hello Firsh,
Your image Grid is soo awesome i’d like to put it on non-wordpress websites too. I’d like to know if a non-wordpress version exists.
Thanks !
No it doesn’t exist (yet) sorry.
Well, let us know if it happens to be released someday, i’m sure people would buy it. 
Okay!
Hello,
How can I make the description (at the top) be just after the title so visitor can see the description better? Also I’m putting a read more link in the description so it’s not good to have it at the top.
When I try to edit the “jquery.prettyphoto.custom-min”, I’m getting a lot of jquery errors and my browser crashed.
Need an immediate response. Thanks
Shouldn’t edit any file. The fields can be changed with these settings in the shortcode: title_field and caption_field
[justified_image_grid title_field=description caption_field=title]
Hello.. I mean to say the lightbox. My caption is okay but the lightbox, no. I want the info (title, desc) to appear just like in the thumb’s caption where description is under the title and not at the top of the image.
Aaah that. Well prettyPhoto doesn’t support that but you could modify it. Find the unminified prettyphoto custom file in the download zip you get from here. There is an unpacked folder, that has the unminified js. The ZIP you install the plugin from doesn’t have it.
If you have edited it, you can minify it with this tool http://closure-compiler.appspot.com/home and rename it to be the new jquery.prettyphoto.custom-min.
Can you do the customization?
I’ll try.
I’ll get back to you.
Oh I’m sorry but I’m getting an error. Also, I need to add a “suite” (read more) link in the lightbox which will be linked to the custom link of the image. But the first one is more impt.
Could you hire a freelancer at freelanceswitch.com? Customization is not part of support.
If you put a custom link with JIG Link on the image then it won’t open in the lightbox. You can already put a link in the desciption using some basic html, and crafting the link manually.
Awesome plugin, this is a feature request for the future. How about making the images search engine friendly too, or may be a image-sitemap. Currently not a single image of mine is indexed, so I would very much like to have that feature without sacrificing on the other features of you plugin. Even if the price is increased, I will happily buy and so will the others i hope.
BTW, otherwise I am very happy with the plugin. cheers…
The images are linked to in the html source. If you got the latest version and allowed some time then google should index them. The image sitemap is a good idea.
Hi Firsh, I’m looking forward to testing out the plugin when I get back into work tomorrow.
Please can I check … at the moment I seem to only be able to get a uniform looking collection of images with all images more or less the same size. Is it possible to mix it up a bit in a more masonry style … like this http://masonry.desandro.com ?
Is it possible to achieve this sort of layout with the settings? Or do I need to carefully size my images to all be different?
Thanks
That plugin works differently. In my example most of the images have different sizes to demonstrate that the plugin tries to keep original aspect ratios. So yes if you want it to look more random, drop in a few portrait images among the landscapre ones or crop them. If you have all the same orientation photos with same dimensions, you’ll have a nice fixed looking grid. If your photos differ only by a little so it’s kind of in-between, you can try to enter a larger row height deviation, that could spice things up a little bit.
Hello,
Amazing plugin!!
Displaying the galleries in tabs, i get the following error if i resize the browser width (iPad and iPhone horizontal to vertical too).
The element is invisible or too thin. Tabs/AJAX sites are unsupported. (Justified Image Grid)
Is this due to the jquery tabs? the tab currently open resizes fine, but if i hit the other tabs, i get the error message.
Anyway to fix this?
Simon
The next version will include a fix that may help. Can you try another tabs plugin? I had to look real hard to find a tabs plugin that breaks my plugin.
Ok cool, thanks for your super speedy reply!
FYI, the issue happens with the tabs from Avada, the most popular WP theme on ThemeForest.
Looking forward to your update – if not, i’ll create separate pages for each gallery.
I’m also using Avada and I had to look for a 3rd party tabs plugin to make it break because it was working with Avada’s tab lol. The preview site uses Avada as well 
The fix will be a width setting for the grid, that lets you specify a default width. It’ll still react to window resize and remain responsive to change, it’s just that it’ll have a preset width when you activate the tab. This is not perfect but it should work.
Can you show me a link where I can see your tabs?
It works for me in Firefox/Chrome! But then if I click around a lot after resizing the window it starts to break then. The next version fix will likely solve this as well.
- I load the page
- i resize my window
- I click on another tab
Then i get this:
ok, just saw your update. Will wait for the next version. Thanks!
Great! I’ll roll that out soon. http://justifiedgrid.com/updates-and-changelog/
The update is out, you can solve this problem now with the available settings!
Hi, Im using NextGen to manage my images and I would like to have Justified display the Galleries in the Album with the titles as captions which I’ve now managed:
[justified_image_grid title_field=title caption_field=off caption=fixed mobile_caption=fixed ng_album=1 ng_breadcrumb=yes ng_count=yes]
The problem is I dont want to display the titles and captions on the gallery page images as the images are random snaps from events and have arbitary titles like 19,213 ans DS_XXX etc
How would I achieve this?
title_field=off or caption=off
Hi I use that to display an NextGen Album of galleries. When users click through, I dont want them to see the title or caption any more and only have the image. So I want the title for the listing of the galleries but not when you view the individual galleries on their page.
Oh then: link_title_field=off img_alt_field=off
Is there an option to place the caption on the left or right side of the image?
Out of the image boundaries? No. Text align is possible, inside the area.
How do i align text inside the area?
There are two CSS fields in the plugin’s settings, not the shortcode editor. Captions tab, and Caption title CSS and Caption description CSS. You can see text-align is already there, just change it to right.
Presale question: Is TimThumb mandatory to use this plugin? I prefer not to. Thanks!
No, you can use Jetpack’s Photon to create the thumbs, completely replacing TimThumb. This is not supported for Flickr and Facebook images. WP images and NextGEN photos are ok. As a bonus, the grid will become Retina Ready.
Thanks for the quick reply; I’m not a fan of Jetpack anything. I love what you’ve done with the plugin but….
Well there is no other option, these two solutions should cover it. Loading full res images then resizing it with the browser is a waste of bandwidth and will make your site slow.
Understood, thank you. 
Hi there,
I hope this isn’t something obvious I’ve overlooked but if you could assist you will save me another half a day of troubleshooting! I have a ‘latest posts’ gallery using the featured image of custom post types (clicking each featured image opens that respective post). This worked flawlessly when I set it up with a handful of recent posts which appeared correctly within the gallery. Now, when I add more posts within my custom post type, each with a featured image, none of them are appearing in the ‘latest posts’ gallery. I would assume with the latest posts gallery already configured, any other latest posts added would automatically appear as the shortcode needed is ultimately the same? Is this not the case?
Great plugin otherwise! Any help would be much appreciated!
Yeah they should appear. Make sure you are not caching the pages with W3TC or clear the cache. Also, make sure the order by is set to date descending. And if you are using limit, try removing that temporarily.
Thanks for your reply – unfortunately none of your suggestions seem to solve the issue. Would you mind taking a look at the page I am having issues with on my site? I can provide a login for you in a private message or email if that would be possible? We cannot figure this one out!
Send me a mail from my profile.
Can I add a watermark to my images using this plugin?
No but NextGEN can, and my plugin works with NextGEN. My plugin is not an image source, it displays from various image sources.
thanks, i’ll give it a try