Justified Image Grid, just the best for gallery
Justified Image Grid, just the best for gallery... and very efficient support. Thank you very much Firsh, it’s perfect !
Justified Image Grid, just the best for gallery... and very efficient support. Thank you very much Firsh, it’s perfect !
Justified Image Grid is just simply suberb! It elevated my website built upon NextGEN Gallery to a whole new level. Finally, I have a really modern, sleek gallery display, which is also blazingly fast. It looks great both on desktop computers and on mobile phones, too. This is what my photography business needs....
Justified Image Grid is the best plugin I've ever used for WordPress galleries! I have never in my experience as website owner had such a flawless experience with a image plugin. I love it!
This is not another gallery management plugin... you don't upload photos or create albums. Instead, Justified Image Grid is a display that connects content sources you already use to lightboxes. What connects things is a beautiful "bridge", the grid itself. So you don't need to learn a new gallery plugin. Most importantly there is no need to move what you...
To anyone considering using Justified Image Grid, this plugin is beautiful and very easy to work with. It gives that extra step of class to a website that makes it stand out above any other. Even the support is an extra step above any other. I had a jQuery problem that I struggled with when I installed and wanted to...
The Justified Image Grid plugin for WordPress installed easily, and works fantastic. It's simple to use, and the multiple appearances made customization a breeze. I'd recommend this for anyone who wants their image galleries to stand out. In all - a great plugin....
...{ if ($atts['gallery'] === '1234') { $args['meta_key'] = '_custom_meta_name'; $args['meta_value'] = 'something'; } return $args; } Let's narrow down to only a JIG with a gallery ID. This assumes you created a grid already in JIG -> Create New Grid, and have an ID at hand. This is used so the code won't affect any grid, just the one you...
...to allow your visitors to search your photos. Enhance your normal WordPress search results with NextGEN images by using a Justified Image Grid template tag. It requires a small modification to your theme to connect the search query to the NextGEN search feature. Learn more about this in the FAQ: Show search results with Justified Image Grid? What does NextGEN...
...attributes $atts to enable identifying a single grid. Grids based on custom post meta key/value add_filter('jig_recent_posts_query_args', 'change_jig_recent_posts_query', 10, 2); function change_jig_recent_posts_query($args, $atts) { if ($atts['gallery'] === "1234") { $args['meta_query'][] = [ 'key' => 'your_custom_field_name', 'value' => 'field_value' ]; } return $args; } Let's narrow down to only a JIG with a gallery ID. This assumes you created a grid already...
Welcome to the Justified Image Grid support center. It's the place where you will get answers. How to receive support? Follow these simple steps to get an answer as quickly as possible. If you have a general question, check out the FAQ. Make sure you take a look at the Documentation. When you get stuck, the Troubleshooting will likely help...