8471 comments found.
Hi Firsh, I have a problem with prettyPhoto zoom and after a redirection page.
STEPS:
If you go to the page:
http://thegallery.artistandbeer.com/expos/cuentos-y-musas/reserva/?obra=nunca-te-dire-queinfo/break2008
If you click in the image appears a pretty zoom (this is correct), but the URL is modified with:
http://thegallery.artistandbeer.com/expos/cuentos-y-musas/reserva/?obra=nunca-te-dire-que#!prettyPhotoWith this change my system of redirection of account page don’t works fine.
if (strpos($_SERVER['REQUEST_URI'],'cuentos-y-musas')>0)
{
$url_redirect='http://thegallery.artistandbeer.com/expos/cuentos-y-musas/reserva/?obra=' . $_GET['obra'];
$encontrado=1;
}
<?php
if ($encontrado==1)
{ ?>
<input type="hidden" name="redirect" value="<?php echo $url_redirect; ?>" />
<?php
}
?>
Can you help me?
Thanks so much!!
Xavier.
It needs a password but I believe you need to disable prettyPhoto’s deeplinking. Use the prettyPhoto deeplinking setting on the lightboxes tab to turn it off.
I Firsh,
I use this shortcode (by example).
[justified_image_grid ids=4216 row_height=750 height_deviation=0 disable_cropping=yes overlay=off]
I don’t found the option of prettyPhoto deeplinking in shortcode editor.
If you want I can send the user and pass admin in private message.
Send me email to xpoveda@indra.es please
Thanks!!
Xavier.
It’s in the settings, not in the shortcode editor. http://justifiedgrid.com/wp-content/uploads/Lightboxes.jpg
Hi,
I updated the plugin from an older version (can’t remember the version, I think it was before 2.0) and since then, JIG can’t load images from Photon when they have a + (plus) sign in it. I just have a blank space where the photo should be.
Here’s the HTML, and I don’t know what’s wrong.
<a href="http://i1.wp.com/mydomain/Phelma-plan-R+4-5.jpg?fit=1900%2C1200" rel=""><img src="http://i1.wp.com/mydomain/Phelma-plan-R+4-5.jpg?h=1100" alt="Plans R+4 & R+5 – PHELMA 2 – Grenoble" width="1273" height="1100" /></a>
I’m pretty sure it’s an issue with the +, since I got errors on all and only pictures with this sign. I tested to remove the + character from the filename and the photos were loaded correctly.
Also, if I open the image URL directly, it gets normally loaded.
Thank you
Contact me from my profile and I’ll apply a fix for you. Yes the + sign has been problematic. Is it intentionally a + sign or a way to indicate spaces or how did it get there in the first place?
It is intentionnally a + sign because the filename refers to plans of buildings with different floors. I could remove it if it’s really necessarry. I’m contacting you directly.
I don’t think it’ll be necessary, I can treat the photon URL to not include + signs. Usually it’s used isntead of the space character as far as I know.
All right, I sent you an email via your profile page, did you received it? Thank you.
Yeah I replied. Send me a real URL I can test with, because it could be that it just needs an encoded + character, not removal.
How would I add a drop shadow to the images?
Overlay effects tab, Outer shadow setting! Try this value first: 0 0 3px black
Awesome. Didn’t see it there. Great plugin!!
Thanks 
Hello, what’s the best way to make the text on the load more button not selectable? I tried using the following CSS and that just make the entire button not clickable…
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
Add this to custom css:
.jig-loadMoreButton {
-moz-user-select: none;
}
Add the other browser specific ones. It shouldn’t make the button non clickable
If you send me a link to where you are trying this maybe I can spot an error in there.
That didn’t work. Ok I’ll email the link.What’s your email address?
Contact me from my profile and we’ll figure it out.
first and foremost, wanna publicly thank this designer for fast and friendly customer service on a previous work around encountered in case i forgot to here – he really cares about his product, his clients, and is hands on with unique circumstances when they arise
as i was adding to my galleries using jig/foobox; i realized that within the grid a href wordpress content location tag pops up on mouse over of images
for aesthetics and security i would like to disable this, and site wide the only instance are within jig… i have right mouse clicks disabled and download file feature off but with the href tag popping up i must have another setting that needs adjustment..
i.e : http://www.lovemonkeyandsquirrel.com/photography
please advise – thanks
Sorry that’s standard browser behavior and you can’t obfuscate it with the methods known to JIG. It would require some effort from the part of the lightbox to identify the image to open by ID and a mutual compatibility from JIG to serve that ID to the lightbox. Perhaps when I create my own lightbox-like solution I’d take this into account
So far no lightbox that I know offers this.
Hi Firsh
I’m struggling to get JIG working within the format I want. You can see what I’ve done at http://www.welljudged.com/assessment-archive/. It works fine on IE and Firefox but in Chrome I’m getting the error “The element is invisible or too thin upon page loading”. I need the grid to be responsive as the rest of the site is responsive. I wondered whether the problem was being inside a div that was set to display: table-cell but I’ve tried using divs as display: inline-block and setting a max-width and still had the same error. Can you help?
Thanks very much! Jon
Try this:
http://codecanyon.net/item/justified-image-grid-premium-wordpress-gallery/2594251/faqs/20340It could be something related to table cell but I think it’s most likely due to the float on #primary and other things. The logic is pretty strong in JIG to handle these scenarios but in certain cases the width is not detectable or elements are not rendered in the order they do in other browsers. The above trick will very likely work for your case, it simulates a window resize after the page finished loading.
Thanks Firsh Actually I have literally in the last few minutes found a simpler fix. I gave the div a min-width of just 50px and now it seems to work fine.
Thanks for the response – if for some reason the min-width thing messes it up in some scenario I haven’t tried yet then I can always use the javascript solution.
Thanks Jon
Hm, the min-width seems to be an interesting idea
Thanks for letting me know
Hello Firsh,
I wonder if it is possible to make the same image effect. If yes, I wonder how?
Image: http://personalsushiman.com.br/wp-content/uploads/2014/07/Question_Forum-1024x501.jpg
That is basically preset 10, called hidden. If you don’t want to limit the number of images, use the limit setting and set it to 0 because that preset comes with a limit of 10.
This plugin was working great for a month or so, then all the sudden it crashed. My galleries are being pulled from facebook. Here are the errors I am getting: Warning: Division by zero in /data/18/3/45/118/3045281/user/3391933/htdocs/wp-content/plugins/justified-image-grid/justified-image-grid.php on line 9710
Justified Image Grid error: there are no images to show, the “items” are empty.
Like I said it was working fine then suddenly stopped. The albums do not have a lot of photos in them so I shouldn’t be near the 200 images limit.
Are you opening them straight in the lightbox or separate pages created dynamically (if you are using overview mode)?
Contact me from my profile so I can check it out for you. It seems like the data from Facebook is tainted or not complete.
Hi, I am having some problem with social pages links in Social Gallery Plugin, now i know this is Justified Image Grid comments tab but i think the issue may be this plugin no allowing the Social Gallery Plugin social pages links to work.
if i have Justified Image Grid on my gallery it will only give the link /social-gallery/ to the first 10 images if i share them on Facebook the rest are /wp-content/gallery/ . if i turn off Justified Image Grid it gives the link to /social-gallery/ on all of the images.
Is there anything that could cause this?
http://www.okphotography.net/weddings/trica-richardHave you used load more when you used JIG? That could mess it up for social gallery. Othewise, where did you share (with the like+share button in SG)?
It’s social gallery’s responsibility to set the proper sharing URL for any image. It usually know if it’s an image from the site and the makes you like their dynamically generated social-gallery/ page for that image. If the image is not identifiable as a WP-image then it passes through the real source of the image to like, I’m afraid.
Thank you for you quick response. I have tried with load more on and off, with and with out JIG (in Additional tools or utilities). i am sharing with the Facebook like+share button in SG
i understand that it is social gallery’s responsibility to set the proper sharing URL and i have looked in the image library and all the images are there, I find it strange that its sharing the right URL for the first 10 images and the actual URL for the rest of the images.
Can you please also ask epicplugins for more information?
Hi Firsh,
Still having some issues with the links out of Justified Image Grid to SG, would you have any idea what might be the issue hear?
DJ4charity
Thank you for taking a look, i have had the Justified Image Grid turned off, as soon a i turn it back on the links don’t work.
I cleared the image Scan History and then cleared the Clear Image Library, and ran a full scan with Justified Image Grid tuned on and made sure load more was turned off, it only picked up about 170 images i turned off Justified Image Grid and re ran the scan and it picked up 772 images, but still if i turn Justified Image Grid on the links go back to the wp-gallery link.
Mike Hmmmm definitely seems like it’s something you should speak to the JIG creator about. If you need to give him information (technical) then it’s Social Gallery gets the post content via simple_html_dom and scans for any images. If it’s not picking them up it’s because they are not on the page (for example, JIG might load them in dynamically for example).
They should all get picked up and indexed as long as they’re visible on the page
Let me know what he says, he’s usually quick to reply (Firsh)
Cheers
Ah I see. Thought SG scans the NextGEN library to index photos an not the page. How are those 170 images added when JIG is on?
If he scans the page with simple_html_dom it should find my “img” tags in a noscript tag, it’s for google / SEO and non-JS visitors. With or without load more it doesn’t matter all of the images are added there. Yes the justified layout is JS based and is loaded dynamically but there is a fallback in the HTML source.
The only case where I would think SG wouldn’t be able to find the images if they are off-site images from an RSS feed. But if they are in WP and added to NextGEN’s library, it could just index that as it’s readily accessible.
it seems that JIG is stopping SG from sharing the
social-gallery page, is there a setting that would stop this?
There is no setting that influences that, I should talk to epicplugins about this.
Sent them a mail, waiting for reply.
Talking with him, looking for possible solutions.
I just bought this plugin because it looks fantastic and has great reviews. I am having a little trouble with it though. I am working on a project built off of the Avada theme. Everytime I activate this plugin, It shuts down Wordpress to the point where it won’t even load anything up (‘Internal Server Error’ message). If I deactivate it, everything starts working fine again. Is this just a conflict with a gallery that comes with Avada? Or is this an issue with Wordpress 3.9.1?
Avada theme: http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226Nope, I use Avada too for the preview site. It’ll be memory insufficiency. Try this http://codecanyon.net/item/justified-image-grid-premium-wordpress-gallery/2594251/faqs/19373
Hi, so currently I am using the recent_posts with the code something like in the example given below.
get_jig(array( 'recent_posts' => 'yes',
'aspect_ratio' => '3/4',
'custom_width' => '1024',
'max_rows' => '0',
'thumbs_spacing' => '6',
'row_height' => '320',
'height_deviation' => '20',
'mobile_row_height' => '260',
'mobile_height_dev' => '10',
'min_height' => '640',
'loading_background' => '#eaeaea',
'limit' => '0',
'last_row' => 'center',
'mouse_disable' => 'yes',
'title_field' => 'title',
'caption' => 'fixed'
));
It works fine except, instead of title I would like to display a custom-field-value of each post, below each post thumbnail. Basically the $meta_value for each post as given in example below.
$meta_value = get_post_meta($post->ID, 'my_custom_key', true);
How can I achieve this, I have read through the documentation and the recents_description does not seem to help either.
To show custom fields value currently you’d need to edit the source. I’d like this to be a new feature but until then please contact me from my profile and I’ll help you out with the field.
Hi Firsh,
is there anyway I can create a page with a JIG that would allow users to search for images with user specified tags and produce a grid for them? I note that I can create a JIG that shows an image grid based on tags that I specify in the short code when I make the page but it would be great to have one created on the fly by the user.
The standard search on my website http://www.photosbykev.com only looks at page/post tags to produce a list and image tags aren’t used and even if it did the output would be horrible.
I’m thinking a standard wordpress page with a JIG related search box that users can enter keywords to hunt for images and JIG would create the grid based on their input.
best regards Kev.
Yeah you can do that with a template tag you generate in the shortcode editor. You’d need to put that into the php file that displays search results and funnel the search keyword to the shortcode attribute of JIG that is for the tags.
thanks for the prompt response Firsh, but that answer just went straight over the top of my head
can you point me at any examples please
Kev
There is no tutorial for it yet but I plan to write one.
http://www.wanderluster.net/?s=england
get_jig(array('preset' => '12', 'ng_intersect_tags' => 'yes', 'ng_tags_gallery' => $the_search_query));
Hi Firsh, that’s exactly what I’m looking for
but my programming skills stopped with hand coding html back in the old days lol. I will have to wait until you find time to produce something for us. At the moment all I can use is the search within the gallery admin pages but that is of no use for the viewers.
best regards Kev
Contact me from my profile I can set it up for you.
Hi there, I have a question!
Is there a way to make the image grid full screen width and if so, how would that be accomplished via shortcode?
Also, is there a way to make a horizontal infinite scroll, rather than vertical? That would be very nice in an instance where you have a justified image grid at the top of the page and don’t wish to push down text, especially on tablets and phones!
Hi,
1. Your theme needs to have that kind of layout. JIG won’t go beyond the space that is available to it. I’m thinking about a true fullscreen feature like youtube videos but that’s another story. It’s usually a few lines of CSS to disengage the restriction of the theme to a certain width, on a given page.
2. Not yet, but it’s a planned feature.
Hi Firsh! I need you to release my license key to use on final site, please. How does this work?
I reset your license.
Hi,
I’m trying to fix a license issue I have. My purchased license is tied to my development site so I can’t update my production site. Please contact me.
Thanks.
I reset your license.
Hi,
Relative newby here. I am using ilightbox with justifed image grid and I am trying to enable it. I have selected custom lightbox and put ilightbox in the linkclass but it is still not working. Can ou advise please?
Thanks in advance!
Stephen
Please show me your page where you are trying this and I’ll figure it out.
I use Flickr as my source when using the Justified Image Grid.
It’s been working fine until recently. Now when I go into the short code editor and select Flickr as my source, I get the following … “Error from Flickr: SSL is required (code 95)”
Update JIG to the latest version, request a new API key from Flickr. Make sure openssl is installed and active on your server. If all else fails: http://codecanyon.net/item/justified-image-grid-premium-wordpress-gallery/2594251/faqs/16209
JIG is updated to the latest version.
I also requested a new API key from Flickr. I deleted my Flickr profile and tried to add it again (stupid mistake as I now lost all my galleries…sigh)
When trying to add my Flickr user profile again, I received the following error … “Can’t find the user. Try adding the profile URL or your NSID (Flickr user nsid lookup). The error from Flickr: SSL is required (code 95)”
I also edited the code in the PHP file as suggested. That didn’t work either.
The link to http://snippets.webaware is Greek to me.
I contacted my web host and they responded with “Shared SSL is installed on server and working fine.”
That’s really weird. Contact me from my profile I’ll log-in and check what’s going on there. You needn’t have deleted the flickr profile . Could be some security limitations or CURL problem on your server, will know more if I can take a look at it.
I sent you an email. Not sure if this helps shed light on anything but I know Flickr went through a fairly big update recently. Pretty much at the time of when I first noticed the error.
I know that’s why this happens but the latest version communicates only over SSL and having a new API key works everytime. It’s rather be something specific to your server, e.g. SSL not working properly.
I’ve been reading on the Flick forums about this common problem, could this help? http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/
Yes that is the change and it’s been updated in JIG months ago. However it changes the way you communicate with Flickr, and while it has been fine with non-SSL, now with SSL there could be problems with the hosting.
“Shared SSL is installed on server and working fine.”
This just means that you as a user could use your site in a https manner, not necessarily that you can communicate with remote https hosts with PHP. I replied to you mail but didn’t receive a reply.
Helo Firsh,
i have a problem with PhotoSwipe.
I use the theme FLATSOME from UX-Themes. If i touch a picture on my iphone or sony Smartphone, i see only white.
Can you hall me please?
JIG v2.0.4 Theme FLATSOME v 1.9.6
BIG THX Medienfotograf
Testsite: http://www.grooversworld.com/test
If you add this to Custom CSS of JIG general tab, should help:
.jPanelMenu, body {
overflow-x: initial !important;
}
Firsh, you are MAGIC!
BIG THX 
No problem 
I am trying to create a gallery page using this plugin, with the google + preset. I have uploaded the images, some of which are portrait and some are landscape. No resizing is occurring and all the images are appearing landscape at the moment. The page is http://virginiasvintagehire.co.uk/gallery/
Try the “full” size for the “lightbox max size” on the lightboxes tab of JIG.
Your theme is overriding the large size to be cropped to an aspect ratio:
http://virginiasvintagehire.co.uk/wp-content/uploads/2014/07/Commercial-Photography-Luss-632x290.jpgvs full:
http://virginiasvintagehire.co.uk/wp-content/uploads/2014/07/Commercial-Photography-Luss.jpg- In the lightbox, I have to display an audio player, pulling its src from the current post shown just as if it were a title, alt text, or caption field.
- The custom meta-field is updated when they add a new post, and which saves the .mp3 url to
"my_meta_field" - I use the shortcode which injects
"my_meta_field"into the standard html<audio mp3"my_meta_field"></audio>markup. - The ID defaults to the current post, but can be configured to accept variables.
Thanks again! 
here is the here is the demo site’s url > http://audiosparksforart.ronnietrainham.com
Ideally, I’d like to take out the data-image-meta and replace that with my audio player for the carousel lightbox.
I’d create a page that has a cutom page template. In that I’d load nothing (no header no footer) just the shortcode that would react to query variables. So it would look like yoursite.com/specialpageaudioplayer/?url=path-to-your-mp3 or similar.
The page template would just create the audio HTML tag and use the url as its attribute.
In JIG I’d use recent posts and modify the linkage to use the custom meta field as an automatic custom link that opens as an iframe in the lightbox (prettyPhoto or FooBox only).
If you don’t wish to use iframes and need to use carousel lightbox I can’t imagine where you’d want to put the player? In the text?
I’d like to stay away from iframes… Is there not some way we switch over one of the fields that JIG has by default, say the caption field, and set that to accept shortcodes. Then have that caption field render the Types API shortcode that only needs the Post=>ID for it to pull the data?
I’ve actually had this working on my theme’s template portfolio grid itself, just by using a css icon and js to change to the playing icon, the types shortcode was used in place of the description output in the PHP coding, and it worked great.. But I just can’t figure out how to do it with JIG / & the Lightbox’s.
BTW: That picture is just an example of how it looks when inserting the <audio></audio> block into the jp-carousel-photo-info div and setting with to 100%
If all you need is shortcode processing I can enable that for you on your desired WP field. Contact me from my profile for that.
Enabling shortcode processing abilities I can do without issues, my real problem is figuring out how to keep the fields returned html markup intact and not be corrupted when parsed through the php and jQuery is where I’m getting stuck… However, I sent you a message regarding this as requested. Thank you
Ok I’ll check that out.