While that loader screen is present, JIG is communicating with the image source's API. It should only take a few seconds, up to 10-20 seconds for profiles with lots of content. Anything longer means it's likely stuck. The most likely reason for getting stuck is not receiving the data via AJAX in the required format. A PHP Notice is a...
These videos will eventually be re-done to reflect more easier ways to create and setup galleries with JIG. Make sure to watch these in HD and in full screen! Below is the embedded playlist called 'Justified Image Grid videos' from YouTube. Watch the videos individually #1 How to install #2 Settings and creating a gallery...
Wow, this plugin saved a 13 year old photo gallery that was really unusable with native NextGen Gallery or NextGen Gallery Pro all without having to replace the repository or import anything. Bravo! NextGen can handle the backend, but Justified Image Grid owns the front end.
In some cases, Social Gallery will share using the the direct image URL rather than as a Social Gallery page. The reason is unknown at this moment. For the best individual social sharing, try prettyPhoto for desktop browsers and PhotoSwipe for mobile devices. Make sure you have the latest version of Social Gallery. Contact epicplugins for support....
Lightboxes fetch text from the opener link's title attribute and the thumbnail image's alt attribute. These are also used for SEO. You can directly influence what text JIG adds to these fields. Go to JIG settings > What text to show inside the lightbox and choose options according to your needs. The caption's placement varies from lightbox to lightbox, so...
...tabs, most solutions work well. However, in some cases you might want to manually refresh the width of JIG instances, or simply tell them to resize on demand. Add this to JIG settings > General tab > Custom JS and change .tabContainer and .singleTab to your own element classes. jQuery('.tabContainer').on('click','.singleTab',function(){ var jigs = jQuery('.justified-image-grid'); if(jigs.length !== 0){ jigs.data('justifiedImageGrid').createGallery('resize'); } });...
Type Go for lesser-known small companies that have a track record of high reputation, reliability and fast support. Justified Image Grid proudly used MDDhosting (use my coupon R10908EQXEGQ for 50% off!) between 2011-2019. Their 24/7/365 ticket-based support's response time is insane, it's always just a couple of minutes to half an hour maximum. They are positioned in the middle of...
I must have tried at least twenty gallery/portfolio plug-ins before I found Justified Image Grid, and I'd pretty much given up on finding one that would do the things I wanted it to—none of which seemed complicated to me—but when I did one last search I found JIG. I posted a question or two before purchasing and got a response...
It happens because the page with the gallery is on a different host than the one where the thumbnails are coming from. Go to WordPress dashboard > Plugins > Editor and select Justified Image Grid (or use an FTP client). Find timthumb-config.php Add the host of your website, or use the wildcards to set it up according to your needs:...
Yes, but please note that it's not Justified Image Grid that handles frontend uploading. It's not a source by itself and does not manage images, but shows content from various sources. With that said, it simply uses the fact that certain frontend upload solutions are clever enough to attach images to posts. JIG can automatically show all photos that belong...