Code

Discussion on Justified Image Grid - Premium WordPress Gallery

Discussion on Justified Image Grid - Premium WordPress Gallery

By
Cart 23,148 sales

Firsh supports this item

Supported

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

8472 comments found.

Dear Firsh,

I am interested to use this with multiple galleries and 1 paragraph of text after each gallery, however all the examples i have seen so far are 99% images in a post

is it possible to use this and still have normal text after each gallery

Aren’t the normal ones somewhat the same ratio? The only solution would be that entering a ratio that is very close to the average of the normal ones. You can just put the normal one’s resolution as ratio, it’ll calculate it. So for example 566/223 is also a valid ratio. This would result in the normal images not cropped (by much, at all), and the others would look the same. I only saw 2-3 images per gallery.. And you can set a different ratio for each gallery.

E.g. the gallry with SKU 8280 has 1 normal and 4 weird images. Add 213/271 as ratio and the others will pick up the normal’s ratio which won’t be cropped.

For galleries without tall images, don’t use a ratio.

For other galleries you can establish a different ratio (shortcode editor).

i tried out the aspect ratio on afew of this problem galleries and i think that basically solves all my ‘problems’. Im glad i found your plugin and thanks for having such good support

also want to say to anyone reading this…the full power of this plugin…it takes awhile to learn more and find out about it

Sounds good! I hope you are satisfied with the capabilities, I’ll take your suggestion into account when trying new features (min width).

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-que

info/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#!prettyPhoto

With 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

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/20340

It 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-richard

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/2833226

Nope, 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.

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)”

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.jpg

vs full:

http://virginiasvintagehire.co.uk/wp-content/uploads/2014/07/Commercial-Photography-Luss.jpg
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