Bypass all resource restrictions, passwords, and keys? Read here!
Download Justified Image Grid v4.1 - Premium WordPress Gallery Nulled Free - Thanks To @NullMaster
v4.1 – December 20, 2020 – Developer hooks for media library and recent posts, recent galleries for NextGEN, major fixes for RSS, YouTube, Vimeo. WP 5.6 friendly.
New features:
Improved:
- New NextGEN display: The Recent galleries option is best for photographers who often publish new galleries. It creates an album on the fly with the latest galleries. You should use it in “straight to lightbox” mode if it’s in the sidebar or footer.
- PDF support. JIG can now show PDFs in a gallery, only when thumbnails are available for said PDFs (they can be generated with Media Library Assistant, but should be a native WordPress thing).
- New ‘jig_images’ filter for developers. It lets you edit the list of images JIG is about to show and allows other creative ways to influence and create automatic captions, etc. It uses the image list, and the shortcode attributes to enable identifying a single grid.
- New ‘jig_recent_posts_query_args’ filter. It allows advanced users to influence the recent posts query. For example, you could show grids based on custom post meta key and value pairs, or remove the default “only in stock” WooCommerce behavior, etc. It uses the query arguments and shortcode attributes.
- New ‘jig_media_library_query_args’ filter. It filters the four media library queries in JIG with two parameters: query arguments and shortcode attributes. The queries that can be changed are the following… 1. Normal galleries with a list of IDs. 2. Galleries based on tags, categories, or custom taxonomies, including the ones from Media Library Assistant. 3. Real Media Library galleries. 4. Images from multiple posts at the same time. A helpful use case would be switching comma-separated terms (tags, categories, etc.) to the AND operator, meaning all must be present on an image for it to be displayed. Currently, all of those have IN operator (match any of the listed terms).
- New ‘jig_ng_pure_request_uri_for_recent_galleries’ filter that lets you redirect the NextGEN Recent galleries feature’s links to a central page where you already show your albums or galleries, such as ”/albums/” – instead of adding the /nggallery/... parts to any page the original JIG happens to be on. This makes the Recent galleries feature usable in sidebar or footer without “straight to lightbox” mode.
Bugfixes:
- Now there is a loading animation on the preview button in the Create New Grid screen. It’s helpful for initially slow-loading grids such as RSS feeds.
- Recent posts: Ability to use the plus sign (+) to create AND operator between category or tag slugs (custom taxonomies can use the new filter to add an operator to the query).
- Facebook App tutorial now mentions the proper App Type to use: Something Else.
- In AMP mode, automatic takeovers are disabled until a further AMP-optimized display get implemented. This way, the not-taken-over gallery is at least usable.
- jQuery 3 compatibility for all scripts (removed deprecated code usage, due to new WP version using 3.5.1 as default, without jQuery Migrate).
- SVG support extended to those without width and height attributes but with a working viewbox.
- RSS Feed feature’s example/tool URLs re-checked, old sites/pages removed, HTTPS enabled on all of them.
- The shortcode editor now loads more Facebook/Flickr album covers at once, without needing to mouse over them above the first 10.
Updated:
- The auto takeover of Gutenberg galleries works again.
- Grids screen didn’t seem to save anything or load the saved values on the latest WP.
- Going from an album view to a gallery view while using multiple JIG instances: From now on, when entering a JIG with NextGEN source (ng_album, ng_tags_album, ng_recent_galleries), the first capable JIG serves the desired content; the others only get hidden if they are configured the same way. During reasonable use, this means nothing gets hidden. Previously, other NextGEN-based JIGs (those incapable of showing anything else anyway) were also hidden for no actual reason. These are NG galleries, NG pics by ID, NG recent/random images, NG search, NG tags galleries.
- Related to the previous: A disappearing JIG is fixed in NextGEN tag page takeover mode where some sitemap plugins or search engine bots created longer than necessary URLs, including ”/nggallery/”, among others.
- RSS feature with multiple, comma-separated feeds was not working.
- Feeds from Vimeo work again, even though they are invalid/malformed. The current known issue is that their feeds have no video title/description.
- YouTube scraper fixed, channels and playlists work fine again.
- External image dimensions cache (wp_jig_ext_images table in the database) could have many duplicate entries. The generation of these is now stopped. You can purge your cache on the TimThumb tab if you’ve been using the RSS feeds source, especially with YouTube.
- Regarding the external image dimensions cache, a WordPress database error: Duplicate entry for key ‘hash_based_id’ is fixed.
- When TimThumb is off, and you are using WordPress thumbnails, “Replace site’s hostname with” now works on thumbnail URLs and more consistently on image URLs that open in lightboxes.
- When pressing Enter after opening the prettyPhoto lightbox, its layout would crash. Now it just shows the next image (advances the display).
- Removed references to PHP safe_mode as it was deprecated then removed from the currently required minimum PHP version (5.4).
- Shortcode Editor on the Facebook tab froze on the loading screen while listing albums and had no icon.
- NGG tag page takeover works again.
- A “Plugin not found” error was shown in the popup after clicking the “View details” link on the plugins list (or accessing new version details). It happened for other paid plugins when they also use an automatic update implementation similar to JIG’s, for example, the Pro version of All In One SEO plugin.
- PHP Notice: Undefined property: JustifiedImageGrid::$settings on the create grid screen.
- PHP Notice: Undefined offset when using NextGEN breadcrumbs in a particular way.
- Spanish translation.
Download Justified Image Grid v4.0.1 - Premium WordPress Gallery Nulled Free
v4 – August 20, 2020 – Big news. Central grid creation area with preview. Visually pick Media Library content instead of just IDs. New Filtering options (RML gallery, Author name, A-Z, Exclude terms). 25 default limit increased to 100. PhotoSwipe sharing menu fix. Faster admin area. New menu in the dashboard. Removed Google+, Instagram, Social Gallery.
New features:
Improved:
- Create New Grid: Pre-create and save grids with a preview panel. You can use Enter to refresh the preview. This allows easier use in builders or anywhere else where you lack access to the Shortcode Editor. Comes with a new shortcode attribute called “gallery”, similarly how other gallery or slider plugins operate. This paved the way for various builder blocks/modules to increase compatibility.
- Long-awaited feature to pick images for your gallery the WordPress native way (visual picking, editing, sorting). It’s available from a button next to the IDs input of the Shortcode Editor.
- The new central gallery creation interface comes with revisions so you can roll back changes to your saved grids. It’s built upon custom post types of WordPress.
- Build upon your saved grids, as if they were presets.
- Suppress all errors with a new setting. It can hide them for logged out users, which is now the default, so your visitors won’t see JIG errors. Can also be turned just on/off or follow WP_DEBUG.
- Filter images based on their parent WP Real Media Library gallery/folder. This lets your visitors narrow to a particular gallery that contributes images to a grid.
- Filter by author name. This works with WP media library images, Recent Posts, and Flickr!
- Exclude terms for filtering. If you wanted to drop a filter you no longer need to use “Filter terms custom order” just to do that.
- A-Z filter option, that uses the first letter of each image title. Works with any content source.
- “Exclude taxonomy” and “Exclude taxonomy term” settings that can be combined with any source based on the Media Library, even RML. For example, “sold paintings” can be removed from galleries this way.
- Developers: WP filter for Recent Posts post title, “jig_recent_posts_title”.
- Flickr collection mosaics are now replaced with the primary image of an included Flickr Set. See more info about the mosaics.
Bugfixes:
- You’ll find JIG in its own menu in the WordPress Dashboard, as it’s no longer tucked away under Settings.
- Bumped default limits from 25 to 100 in case of Facebook and Flickr sources.
- The settings panels are more performant since their JS and CSS now reside in files, and are also minified. Now using wp_localize_script() for admin scripts.
- Shortcode Editor height increased to maximum available for easier use.
- Auto-copy generated shortcodes in the Shortcode Editor.
- See quick toast messages as feedback in the Shortcode Editor whenever you successfully load or create-copy a shortcode
- Re-tested compatibility with WPBakery Page Builder with its latest version, updated the Shortcode Editor title to reflect the changed product name.
- Added various links to the examples on the demo site for key features such as content sources.
- New fancy link underline animations in the dashboard.
- Filter button CSS no longer capitalizes each word by default (for new users only). When setting up “Filter terms custom order” this caused confusion.
- Now hiding taxonomy-related settings in the Shortcode Editor’s General tab when no taxonomies are available on media library images.
- Color picker got removed as it was silly not being attached to an input.
- PhotoSwipe arrows now consistently display on mobile devices as well. It’s easier to go through a large gallery by tapping instead of just swiping.
- Now minifying all JS and CSS scripts of the plugin. Unminified scripts are no longer in the installable plugin ZIP, but separated as part of a dev build in the package you download from CodeCanyon (in case you ever need them).
- RSS feeds now show more verbose error messages (Sometimes Vimeo blacklisted heavy users requiring a captcha. The new error handling can report that it’s a HTML page. Instead of trying to parse it as XML and reporting invalid characters.)
- Removed the Include setting from the General tab of the Shortcode Editor, as it was confusing and almost just an alias to IDs. In turn, you have “Exclude taxonomy term” which is way more useful.
- Removed Google+ and all of its traces (especially from the lightboxes). The platform ceased to exist.
- Instagram source is removed, for now. If you are somehow still using it, do not update. More info about this decision.
- Social Gallery compatibility is removed. It’s no longer maintained and doesn’t work well enough. Sorry if you were still using it, but things need to move toward more modern solutions. We cannot wholeheartedly recommend it anymore, hence the removal.
- PhotoSwipe sharing dropdown menu glitch fixed. It got either stuck or wouldn’t open on some mobile devices. More info.
- When choosing what to show from Facebook, the Videos album had a broken cover image.
- Filter terms custom order (and the new Exclude filter terms) works better with & characters in terms.
- Special Effects by Pixastic cross origin problem for Flickr-generated collection mosaic thumbnails (the grey ones, or if they are ever restored). TimThumb is no longer auto-disabled for these.
- Magnific Popup visual bug with the default Twenty Twenty theme (grey bar under picture).
- PrettyPhoto Pinterest button width detection improved, count won’t cover the X close button. Also fixed the error Cannot read property ‘top’ of undefined at measurePinBtn.
- v4.0.1 Hotfix: Removed namespaces, fixed jig-sce-tinymce script loading error in the editor, misaligned help bubbles in the Shortcode Editor (flex layout), auto take over didn’t work.
Download Justified Image Grid v3.9.7 - Premium WordPress Gallery Nulled Free
v3.9.7 – May 26, 2020
– Facebook Pages fix
Bugfixes:
Facebook pages weren’t added along your profile.
Download Justified Image Grid v3.9.6 - Premium WordPress Gallery Nulled Free
v3.9.6 – May 16, 2020 - Thanks To @NullMaster
– Facebook API update, RML improvements & fixes, WP/LR via RML, use WP thumbnails
New features:
Improved:
- Bypass TimThumb by selecting a WordPress image size. This skips the Retina Ready feature so should only be used as fallback. Only useful for WP Media Library content.
- Ability to choose the attachment page as mobile “lightbox”.
Bugfixes:
- Real Media Library “folders in folders” can now also work as “straight to lightbox galleries” if a subfolder only contains pictures (and no more subfolders). Free version of RML can only create RML Folders so this may help bring this feature to free users. Previously it was only available for collections/galleries.
- Individual social sharing works better to counter some Yoast SEO Open Graph meta tags.
- Due to changes to the affiliate program, the Developer link feature no longer takes Envato usernames. A new Affiliate link setting takes the full link you can create at Impact.
- Minimum PHP version is now 5.4!
- Lightroom tree via WP/LR Sync through Real Media Library is usable again.
- Invalid Scopes: manage_pages – this permission is now changed to pages_manage_metadata so you can continue accessing the Facebook source as usual. In the Facebook app choose API Version v7.
- PHP Notice removed regarding NextGEN Custom Links.
Download Justified Image Grid v3.9.5 - Premium WordPress Gallery Nulled Free
v3.9.5 – July 12, 2019
– PhotoSwipe touch, YouTube re-fix
Bugfixes:
PhotoSwipe fixed for touch laptops.
YouTube feature fixed again.
Updated:
PhotoSwipe to v4.1.3
Download Justified Image Grid v3.9.4 - Premium WordPress Gallery Nulled Free
v3.9.4 – July 11, 2019
– YouTube source restored
Bugfixes:
YouTube feature fixed, due to recent changes. From now on, show up to 30 videos from a Channel but up to 100 from a Playlist.
Updated:
jQuery to 3.4.1
Download Justified Image Grid v3.9.3 - Premium WordPress Gallery Nulled Free
v3.9.3 – January 24, 2019 – Facebook API changes regarding Pages
Bugfixes:
Re-add your FB user to prompt for a new permission (manage pages) to regain access.
Updated:
Facebook API v3.2 compatibility
Download Justified Image Grid v3.9.2 - Premium WordPress Gallery
v3.9.2 – December 7, 2018 – Compatibility improvements with Gutenberg and NextGEN
Improved:
Bugfixes:
- WP galleries created as Gutenberg blocks are now supported by the auto-takeover feature. Auto takeover is now the default for new installations.
- NextGEN Gallery auto-take over feature now supports their latest shortcode (as a new option called NG3 shortcode). This includes NextGEN Galleries inserted as Gutenberg blocks.
- In some cases, such as with Yoast SEO, JIG would be multiplied in the source code, causing an ID larger than 1 even for the first JIG on a page. It’s due to plugins processing the content as part of the wp_head. This prevented NextGEN album view from working in JIG.
- Flickr collections would not include video stills as photos in the counter.
Download Justified Image Grid v3.9.1 - Premium WordPress Gallery
v3.9.1 – September 17, 2018 – Facebook pages fix
Bugfixes:
Updated:
- Facebook automatic page adding fixed with compatibility with API v3.1
- NextGEN link to parent gallery feature now works without NGG Custom Fields plugin
- jQuery to 3.3.1
- MobileDetect to 2.8.33 (removed links that triggered Wordfence alert)