8472 comments found.
I want user on my website can save/download photo.
1. I am using download_link=yes in short-code but I am getting this error after clicking download-link of photo.
No webpage was found for the web address:
....../wp-content/plugins/justified-image-grid/download.php?file=https%3A%2F%2Ffarm2.staticflickr.com%2F1954%2F44575170485_d3622aba55_b.jpg
2. I tried using this [justified_image_grid mouse_disable=no ......] It is also not working.
What is the link to the page this happens on? Do your thumbnails work? Perhaps php files are blocked by htaccess on your server, preventing the downloader from working.
Setting mouse disable to no, doesn’t immediately facilitate downloading photos. Some lightboxes cover the picture anyway with their arrow overlays.
This is the page—http://wordpress-180957-528864.cloudwaysapps.com/spots-of-special-interest-within-vidyapith/#!
Can you tell me the short-code or setting to facilitate users to download images from photo album displayed using JIG.
Please send a mail from our profile, we’ll need to log in with temporary wp-admin access and check it out.
Hi there I need an invoice for my purchase with correct taxes please.
Thanks in advance Sören Vogelsang
Ask Envato, they handle the invoicing for us.
Greetings! Love Justified Image Grid. Something happened this week, however, and we started getting warning messages on all of our pages, and our Facebook gallery also does not load. We are using JIG 3.9.1. We are also using FooBox Image Lightbox (Premium) 2.6.0. We are receiving the following warning 15 times at the top of each page: Warning: Division by zero in /hermes/bosnaweb23a/b66/myd.leoniachurch/public_html/wp-content/plugins/justified-image-grid/justified-image-grid-core.php on line 14413 I have searched through your answers and FAQ and have not found anything relevant.
The website is https://leonia.church
That is definitely a Facebook-related issue. The error means that Facebook didn’t serve you with the image size from its API. Check your Facebook connection in the plugin, try adding yourself again and refresh the authorization.
Thank you!!!
hi, is possible to use your plugin using images loaded on another server and not in the wordpress backend?
Yes, you would need RSS feeds (an XML document) for that.
Is it possible to use JIG to set up a grid of WP images, each of which will link to a different page and have a custom caption?
I tried doing it by having several separate grids comprised of one image each, with the “custom link_override” set as the URL, and the link works but I can’t get a custom caption to show. I thought the custom caption could be set by using a custom field defined on the target page, but this doesn’t seem to work when I put the custom field name in the “caption_custom_field” name in the JIG shortcode.
Hi, do it with a single JIG, there is no need to create multiple single instances. Don’t use the custom link override setting, that’s an advanced setting meant for something else.
If you are linking to pages, you might not even need to set the link manually. Set a featured image for those pages, and show the pages via JIG’s recent posts feature. https://justifiedgrid.com/sources/wordpress/recent-posts-pages/
If you need custom manual links, then you’ll see the JIG Link field on each image in the library. Use that on the pictures you show in the grid: https://justifiedgrid.com/features/custom-links/
Caption can be configured on the Captions tab (choose from 4 metadata fields) when showing a regular gallery. For Recent Posts galleries, the content of the caption is created on the Recent Posts tab of the Shortcode Editor.
Hi there! Was just updating my client’s website and noticed that I had our JIG license tied to our development server. It should be tied to mansonhing.com – not mansonhing.frontsiders.com.
We want to update to the latest version, now that it’s at 100%.
Done! Your license is now released from the previously bound host. https://justifiedgrid.com/support/faq/your-license-has-been-reset-what-does-it-mean/
Hello,
How do I edit the existing gallery by modifying used shortcode? Current shortcode is : [justified_image_grid aspect_ratio=1]
Copy paste the shortcode into the top field of the Shortcode Editor. It’ll load all the settings in it, and change the input fields of the editor so you can continue working with it without having to start over.
Hello, is it possible to give access to editors and not only to admin accounts? Thanks
The shortcode editor button user level is selectable on the general tab. The plugin’s settings is available to anyone with the manage_options capability.
Hi there, I noticed today that the galleries I’m pulling in from Flickr don’t show all pictures any more (not sure exactly when this started happening). E.g. a Flickr album with 52 photos (all public) is only showing 31 photos in Justified Image Grid. This seem to happen on all my albums, and I never noticed this issue before (I have always had limit set to 0). Any ideas?
Actually, it looks like the plugin does not display any regular landscape-format photos (4:3) any more. Portrait-mode (3:4) and any panorama pics (larger width than 4:3) are fine.
What is their age safety setting? Are they private by any chance?
They are all public and have no age restriciton. The missing photos had been displaying fine in the past, this issue just started recently. After some more digging around I don’t think it’s related to Flickr at all – I also have an album that is pulling in self-hosted files via an RSS feed, and it has the same issue – all landscape photos are missing… Any other idea?
Ok, I got it fixed by completely wiping the plugin settings and configuring it from scratch. At some point I must have indavertently changed some setting that is causing it. Any idea what setting could have been responsible for such a weird behavior? (I made a backup of the old settings so I can always go back to check…)
No idea, that’s very weird. Even if someone wanted to, couldn’t skip images of a certain orientation. Perhaps something occurred in the thumbnail creation process?
> Perhaps something occurred in the thumbnail creation process?
But if there was something wrong with the thumbnails a settings reset wouldn’t fix it, right? I did some more fiddling and think I found the culprit. My target row height is set to 400, and in my old config I had max deviation set to 50. Once I change this to 40 the pics show up again. The problem actually happens for any value > 43. When I change the target row to 380, then 50 max deviation is ok, but anything > 63 hides the landscape pics. And when target row is 360, any deviation > 83 hides the pics. See the pattern? Looks like some kind of bug to me…
It implies a memory limit. The orientation of an image has a say in how much memory it takes to process it. How large are the source images? What is the memory limit on your server? Both the source image size and the target image size (thumbnail size) can run into problems related to memory. Here is a fix for memory limits: https://justifiedgrid.com/support/fix/full-or-partial-blank-screen-on-the-frontend-or-dashboard/
Thanks for the pointer Belcovio, but this doesn’t seem to be related to memory at all. I don’t get any error messages, and I already had the memory limit set to 128MB. I upped it to 512MB and it doesn’t make any difference. Regarding the source image sizes, I have “look for image versions 1600px or 2048px.” set for the Flickr images.
It also wouldn’t explain why this issue triggers when the max deviation value is changed by a single pixel (400 height/42 deviation ok and 400/43 not, 380/62 ok and 380/63 not, 360/82 ok but 360/83 not, etc). This pattern hardly looks related to memory.
Not a big deal for me any more since I now know how to avoid it, just thought you might want to look further into it as it could just be some pesky little issue in the code.
The previous email lead us believe that anything over 443px heigh was the culprit (target row height + deviation combined is the actual size of the thumbnail that is created). So it’s not about odd vs even, but a total size, which could still be memory. We’d love to debug this on your server since our setup allow for any value, and as you can see on the preview site there are plenty thumbnails above this magic 443 value.
Given the same height, a landscape image is going to require more memory to create than a portrait one (more area). TimThumb has some debug tools that would help figure out the problem. Memory limit could come from around 3 different places and setting it just one place might not affect TimThumb. Or there is some other kind of limit we don’t know about but the debug will help.
Please send a mail from our profile, we’ll need to log in with temporary wp-admin access and check it out.
Notice that there is a parameter called ALLOW_ALL_EXTERNAL_SITES defined in timthumb-config.php file:
define (‘ALLOW_ALL_EXTERNAL_SITES’, true); // Ability to load images from anywhere (Facebook, Flickr, Instagram, RSS etc.)
1. Is it recommended to update this parameter from “true” to “false”, as my site is using JIG to render images which are from within the site domain only?
2. Does setting this parameter to “false” helps harden the site security against script injection?
Thanks in advance.
You can turn it off if you want to, but it’s not the same as hotlinking protection. Even if somebody decides to use your site as a thumbnail generator, this setting would only allow YOU to create thumbnails from their site. They would not be able to display anything made through this script, because they are blocked by the BLOCK_EXTERNAL_LEECHERS setting.
JIG’s version of TimThumb doesn’t even use those features that were part of past vulnerabilities. We’d say it makes no difference what you set this setting to.
If you use WP media library only, you can even disable TimThumb: https://justifiedgrid.com/support/faq/disable-timthumb-still-thumbnails/ but you’d lose the precious retina ready feature.
Hello, I sent a private message yesterday, but have no way of tracking if it was received or anything.
I am needing help connecting an old instagram account using JIG. We have used the plugin for years, but with the new API requirements are having issues with a client’s website showing their feed. Please help! This feed is their front page, and now just loads an error.
Thanks!
We got it and will reply soon.
None of images are index by google, links in source are not even clickable but grey. I have nextgen and Yoast Seo, images are in sitemap, none of them are spot by google, how is that possible. I don’t use cdn
What image source and what shortcode are you using? NextGEN’s virtual pages might be missing from the sitemap, with or without JIG. That’s when you create a gallery from a single page and the plugins create different subpages for you on the front-end.
Really flexible and seemingly great plugin… I’m just having a few bits of trouble.
In the lightbox view, the title of the image appears below the caption. I need it to flow with the logical Title – Caption order.
Is it possible to set a minimum width per thumbnail image without cropping? I’d like the least-wide thumb to be no less than a particular width in pixels so that I can fit a decent-sized title underneath it.
Essentially, I’m trying to duplicate the look, feel, and functionality of the following gallery, with the exception that my thumbs would be different sizes in order to prevent cropping: https://www.ctsqr.com/
My current shortcode is as follows: [justified_image_grid preset=20 ids=363,364,365,366,367,368,369 thumbs_spacing=18 row_height=410 link_title_field=caption img_alt_field=description prettyphoto_social=no photoswipe_social=no photoswipe_theme=dark photoswipe_zoom=only-large prettyphoto_theme=facebook prettyphoto_title_pos=outside download_link=no title_field=caption caption_field=description caption=below mobile_caption=below caption_bg_color=#000 caption_match_width=no caption_text_color=#fff caption_title_size=18 caption_desc_size=12 caption_align=center lightbox=photoswipe mobile_lightbox=photoswipe lightbox_max_size=et-pb-portfolio-image-single margin=”0 auto” max_rows=4 custom_width=980 width_mode=fixed-desktop]
My development site is: http://www.ctsqr.dreamhosters.com/
Switching around title and caption in the lightbox: Lightboxes tab > What text to show inside the lightbox > WP field for link title (and img alt) > switch these up. Normally they are Title and Description. Lightoxes use link title and img alt to pull the text from, and you can control that via this.
There is no minimum width setting. But their widh is also controlled by their height. So if you allow the thumbnails to be large enough (large row height) and just use the “disable cropping” setting, they’ll often have a large enough area for captions.
Replicating that is entirely possible, but it’ll also be responsive. Perhaps this is useful for these “defined layouts” and the logical limitations: https://justifiedgrid.com/support/faq/id-like-n-images-per-row-and-all-thumbnails-the-same-xy-size-possible/
You are already on the right track with that shortcode.
Hello! I love this plugin and have successfully used it with my previous theme but I’ve changed themes and I’m having some troubles now.
The theme I’m using is Reframe Plus and it has a specific portfolio page setup where the photos are uploaded not via [gallery] tags in the WP editor but into a special box underneath. With this page setup, whatever goes into the WP editor (text or any shortcode) will be displayed in the sidebar (you can see what I mean here: https://northeme.com/theme-live/reframe-plus) and while it’s great for the description, it is not what I want for my images, I want them in the central space so I have to use this special box to upload them, not the main WP editor.
The theme offers me masonry display and of course, like with most default galleries, there’s no way to justify the grid, which is why I really wanted to use the plugin. But I don’t know how to set it up so that it takes over whatever built in gallery functionality this theme has.
I will be very grateful for your help. I’ve paid for both the theme and the plugin so I really want to get them to work together.
Many thanks!
Ps. To see what I mean with the portfolio / sidebar situation on Reframe Plus, please go to Portfolio => Visual Identity => King Elisabeth project, it has that example of masonry portfolio that I’m using which I’d like to have justified grid on and I can’t seem to find a way to do it. https://northeme.com/theme-live/reframe-plus
Hi. We are not familiar with that theme or how it handles image uploads. There is no way for us to know if they end up in the media library (with an ID). If they don’t appear there, then their solution is proprietary and it would be difficult to make them display with JIG.
If they do land in the media library however, it’s a matter of customizing the theme or its child theme. We are not available for that, but WPKraken.io is: https://justifiedgrid.com/out/kraken Tell them that what you’d need to do is find the place where the theme generates the portfolio and put together the list of image IDs (comma separated) and feed that to a JIG template tag. In that way, they would be auto converted to a JIG display, but this needs some custom work. Again, a prerequisite is that these images end up in the media library, but they don’t strictly need to be shown via [gallery].
In pages with JIG galleries, I notice that, once an image is clicked and the prettyPhoto lightbox has been invoked, the browser reports:
The source list for Content Security Policy directive ‘script-src’ contains an invalid source: ’’strict-dynamic’’. It will be ignored.
The source list for Content Security Policy directive ‘script-src’ contains an invalid source: ’’strict-dynamic’’. It will be ignored.
TypeError: undefined is not an object (evaluating ‘a(”.pp_bottom_right”).position().top’)
Can you send us a link to where this happens? Have you tried a different lightbox? Something must be causing a conflict there.
Hello Belcovio, I recently purchased the plugin. Finally was able to connect it to facebook (although I think developer.facebook has changed it’s layout a bit and you may want to update your docs), but I’m now fighting with the “All of the images have failed to load” problem.
When I check the permissions for TimThumb under the TimThumb CDN settings and I’m given the green box. However the developer council is still giving me the following;
You don’t have permission to access /wp-content/plugins/justified-image-grid/timthumb.php on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I’ve gone through the suggestions outlined for fixing the bug here https://justifiedgrid.com/support/fix/all-of-the-images-have-failed-to-load/ and still no luck.
I really do not want to use jetpack. Any other options for getting this going with TimThumb?
What is the URL of your page with JIG on? Have you tried asking your hosting’s support? Every case we know of is documented in that article, so it’ll likely be some permutation of the issues listed there. Sometimes there is a custom .htaccess rule that prevents running PHP files in the plugins folder.
Regarding Facebook: the most recent doc is inside the plugin on the Facebook tab (step by step list). Have you found a discrepancy between that and the developers platform?
It’s a live site so i’ve disabled TimThumb for now so i don’t have a live url for you to see the bugs unfortunately. I guess I could enable it again for you to check if necessary (maybe shoot me an email when you have time so i don’t have to leave a broken gallery up for long).
I have already contacted my hosting support multiple times to ensure there is no caching happening on their end as well as to verify that proper permissions are in use. I also tried adding the .htaccess rule you provide on the afore mentioned article, but removed it after it didn’t do anything. This is what I have in my .htaccess file currently…
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https:/mywebsite.com/$1 [R=301,L]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
As for the FB directions – I misspoke. I believe they are up to date, I missed that Facebook Login was a Product that needed to be added and was instead looking for a menu item in the main navigation (dumb mistake). Once I found that I was able to find the valid oAuth field.
That htaccess seems fine, but there could be others in the directory structure that leads to the plugin’s folder. Contact us from our profile to continue the discussion there. TimThumb doesn’t need to be enabled in order to see the problem, we’d just craft a thumbnail URL that you can send to your support. The permissions and caching might be fine, but once you can send a direct link to a thumbnail to their support, asking them why it doesn’t work, maybe they’ll be more helpful. We have a .test domain site on record.
Hi
Please reset my license to be used only on the domain https://mybalsam.com
I’m getting a message asking me to contact you to reset it.
My username is ewanly
Done!
I’ve just discovered that JIG has stopped working on all the sites we have it installed on:
http://lindagroomphotography.com/wildlife/ http://www.co.power.id.us/historical-society-and-museum/power-county-historical-society/daves-indian-cabin/ http://ae-eng.com/projects/ http://greatriftbusinessdevelopment.com/scenic-and-recreation-photo-gallery/I haven’t been able to get it working using the suggested solution on the troubleshooting information. Will you please look into this for me? Let me knwo if you need any more information. Thank you.
Sorry to hear that. Seems like all of those sites are hosted on the same server. All of them are returning error 403 for the thumbnails. One of your thumbnails: http://www.co.power.id.us/wp-content/plugins/justified-image-grid/timthumb.php?src=http%3A%2F%2Fwww.co.power.id.us%2Fwp-content%2Fgallery%2Fdaves-indian-cabin%2FIndianCabin4.jpg&h=230&q=90&f=.jpg there you can read the error message. This seems like a server-level misconfiguration or an overactive security measure. What is common among these sites besides the server? Are you using the same security plugin for each? Can you ask your hosting’s support by sending them that link to a thumbnail and asking why you are getting 403?
There were restrictions in the .htaccess file. Siteground removed the restrictions and all sites are working again. Thanks.
Hi
Please reset my license used on the domain bypassnurseries.co.uk to the newer version of the site on bypassnurseries.co.uk/new
The url remains https://bypassnurseries.co.uk but I’m getting a message asking me to contact you to reset it.
My username is davidgynn
Regards – David
Done!
Hello, I´ve changed the domain from peopleoftomorrow.jenterommet.no to jenterommet.no could you please help me update it?
Your license is now released from the previously bound host. https://justifiedgrid.com/support/faq/your-license-has-been-reset-what-does-it-mean/