Version Description
- Masonry Colum Width Bug Fixed
- Overlapping Masonry Layout Fixed
Download this release
Release Info
Developer | Gallery-Bank |
Plugin | Gallery Bank: WordPress Photo Gallery Plugin |
Version | 3.0.75 |
Comparing to | |
See all releases |
Code changes from version 3.0.74 to 3.0.75
- front_views/includes_common_after.php +2 -2
- front_views/masonry-gallery.php +8 -3
- gallery-bank.php +1 -1
- readme.txt +7 -2
front_views/includes_common_after.php
CHANGED
@@ -30,14 +30,14 @@ switch ($album_type) {
|
|
30 |
queue: false
|
31 |
},
|
32 |
masonry : {
|
33 |
-
|
34 |
}
|
35 |
});
|
36 |
});
|
37 |
jQuery(window).smartresize(function(){
|
38 |
$container1_<?php echo $unique_id;?>.isotope({
|
39 |
// update columnWidth to a percentage of container width
|
40 |
-
masonry: { columnWidth:
|
41 |
});
|
42 |
});
|
43 |
<?php
|
30 |
queue: false
|
31 |
},
|
32 |
masonry : {
|
33 |
+
columnWidth: ".gallery-sizer"
|
34 |
}
|
35 |
});
|
36 |
});
|
37 |
jQuery(window).smartresize(function(){
|
38 |
$container1_<?php echo $unique_id;?>.isotope({
|
39 |
// update columnWidth to a percentage of container width
|
40 |
+
masonry: { columnWidth: ".gallery-sizer" }
|
41 |
});
|
42 |
});
|
43 |
<?php
|
front_views/masonry-gallery.php
CHANGED
@@ -25,6 +25,11 @@
|
|
25 |
<?php
|
26 |
}
|
27 |
?>
|
|
|
|
|
|
|
|
|
|
|
28 |
</style>
|
29 |
<div class="<?php echo $class_images_in_row;?>" id="masonry-gallery-thumbnails_<?php echo $unique_id;?>" >
|
30 |
<?php
|
@@ -38,20 +43,20 @@
|
|
38 |
if($pics[$flag]->video == 1)
|
39 |
{
|
40 |
?>
|
41 |
-
<a rel="<?php echo $unique_id;?>prettyPhoto[gallery]" class="element " href="<?php echo stripcslashes($pics[$flag]->pic_name); ?>" data-title="<?php echo $image_title.$image_description;?>" id="ux_img_div_<?php echo $unique_id;?>">
|
42 |
<?php
|
43 |
}
|
44 |
else
|
45 |
{
|
46 |
?>
|
47 |
-
<a rel="<?php echo $unique_id;?>prettyPhoto[gallery]" class="element " href="<?php echo stripcslashes(GALLERY_BK_THUMB_URL.$pics[$flag]->thumbnail_url); ?>" data-title="<?php echo $image_title.$image_description;?>" id="ux_img_div_<?php echo $unique_id;?>">
|
48 |
<?php
|
49 |
}
|
50 |
}
|
51 |
else
|
52 |
{
|
53 |
?>
|
54 |
-
<a class="element" href="<?php echo $pics[$flag]->url; ?>" id="ux_img_div_<?php echo $unique_id;?>" target="_blank" data-title="<?php echo $image_title;?>">
|
55 |
<?php
|
56 |
}
|
57 |
if($img_title == "true" || $img_desc == "true")
|
25 |
<?php
|
26 |
}
|
27 |
?>
|
28 |
+
.gallery-sizer { width:<?php echo $thumbnails_width;?>px !important; }
|
29 |
+
|
30 |
+
@media screen and (min-width: 720px) {
|
31 |
+
.gallery-sizer { width:<?php echo $thumbnails_width;?>px !important; }
|
32 |
+
}
|
33 |
</style>
|
34 |
<div class="<?php echo $class_images_in_row;?>" id="masonry-gallery-thumbnails_<?php echo $unique_id;?>" >
|
35 |
<?php
|
43 |
if($pics[$flag]->video == 1)
|
44 |
{
|
45 |
?>
|
46 |
+
<a rel="<?php echo $unique_id;?>prettyPhoto[gallery]" class="element gallery-sizer" href="<?php echo stripcslashes($pics[$flag]->pic_name); ?>" data-title="<?php echo $image_title.$image_description;?>" id="ux_img_div_<?php echo $unique_id;?>">
|
47 |
<?php
|
48 |
}
|
49 |
else
|
50 |
{
|
51 |
?>
|
52 |
+
<a rel="<?php echo $unique_id;?>prettyPhoto[gallery]" class="element gallery-sizer" href="<?php echo stripcslashes(GALLERY_BK_THUMB_URL.$pics[$flag]->thumbnail_url); ?>" data-title="<?php echo $image_title.$image_description;?>" id="ux_img_div_<?php echo $unique_id;?>">
|
53 |
<?php
|
54 |
}
|
55 |
}
|
56 |
else
|
57 |
{
|
58 |
?>
|
59 |
+
<a class="element gallery-sizer" href="<?php echo $pics[$flag]->url; ?>" id="ux_img_div_<?php echo $unique_id;?>" target="_blank" data-title="<?php echo $image_title;?>">
|
60 |
<?php
|
61 |
}
|
62 |
if($img_title == "true" || $img_desc == "true")
|
gallery-bank.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Gallery Bank is an easy to use Responsive WordPress Gallery Plugin for photos, videos, galleries and albums.
|
6 |
Author: Tech Banker
|
7 |
-
Version: 3.0.
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
4 |
Plugin URI: http://tech-banker.com
|
5 |
Description: Gallery Bank is an easy to use Responsive WordPress Gallery Plugin for photos, videos, galleries and albums.
|
6 |
Author: Tech Banker
|
7 |
+
Version: 3.0.75
|
8 |
Author URI: http://tech-banker.com
|
9 |
*/
|
10 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: contact-banker,Gallery-Bank
|
|
3 |
Tags: admin, AJAX, album, albums, best gallery, best gallery plugin, best portfolio, best portfolio plugin, bilder, comments, easy media gallery, fancy gallery, filterable gallery, filterable portfolio, flash, foto, fotoalbum, galerie, galerij, Galleria, gallery, gallery album, gallery bank, gallery image, Gallery Plugin, gallery wordpress plugin, google, grid gallery, html5 player, html5 video, html5-audio, image, image album, image rotate, image slider, image slideshow, images, jquery, jquery gallery, jquery slider, jquery slideshow, lightbox, links, media, modal, multiple pictures, nextgen, nextgen gallery, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photo gallery, Photo Slider, photoalbum, photogallery, photos, picture, pictures, plugin, plugin for gallery, plugin gallery, portfolio, portfolio gallery, portfolio wordpress plugin, Post, posts, responsive gallery, responsive slider, responsive slideshow, seo, seo image, shortcode, sidebar, slideshow, thumbnail, thumbnails, twitter, videos, website gallery, widget, wordpress gallery plugin, wordpress portfolio plugin, wp gallery, wp gallery plugin, wp slider
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.0
|
6 |
-
Stable tag: 3.0.
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -52,7 +52,7 @@ It provides a powerful engine for uploading and managing galleries of images & v
|
|
52 |
|
53 |
Gallery Bank is designed to adapt each portfolio to any situation and can be easily used on mobiles as it is a Responsive Plugin.
|
54 |
|
55 |
-
***
|
56 |
|
57 |
<a href="http://tech-banker.com/forum/gallery-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
|
58 |
|
@@ -501,6 +501,11 @@ is False in shortcode.
|
|
501 |
|
502 |
== Changelog ==
|
503 |
|
|
|
|
|
|
|
|
|
|
|
504 |
= 3.0.74 =
|
505 |
|
506 |
* Banner Updated
|
3 |
Tags: admin, AJAX, album, albums, best gallery, best gallery plugin, best portfolio, best portfolio plugin, bilder, comments, easy media gallery, fancy gallery, filterable gallery, filterable portfolio, flash, foto, fotoalbum, galerie, galerij, Galleria, gallery, gallery album, gallery bank, gallery image, Gallery Plugin, gallery wordpress plugin, google, grid gallery, html5 player, html5 video, html5-audio, image, image album, image rotate, image slider, image slideshow, images, jquery, jquery gallery, jquery slider, jquery slideshow, lightbox, links, media, modal, multiple pictures, nextgen, nextgen gallery, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photo gallery, Photo Slider, photoalbum, photogallery, photos, picture, pictures, plugin, plugin for gallery, plugin gallery, portfolio, portfolio gallery, portfolio wordpress plugin, Post, posts, responsive gallery, responsive slider, responsive slideshow, seo, seo image, shortcode, sidebar, slideshow, thumbnail, thumbnails, twitter, videos, website gallery, widget, wordpress gallery plugin, wordpress portfolio plugin, wp gallery, wp gallery plugin, wp slider
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 4.0
|
6 |
+
Stable tag: 3.0.75
|
7 |
License: GPLv3 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
52 |
|
53 |
Gallery Bank is designed to adapt each portfolio to any situation and can be easily used on mobiles as it is a Responsive Plugin.
|
54 |
|
55 |
+
***November 4, 2014: We're happy to announce that Gallery Bank reached 210,800+ plugin downloads in only 1.5 year. We frequently receive positive feedback from people using our Gallery Bank Plugin for WordPress. Thanks so much for your support!***
|
56 |
|
57 |
<a href="http://tech-banker.com/forum/gallery-bank-support/" target="_blank">Support Desk - feel free to ask your Queries</a>
|
58 |
|
501 |
|
502 |
== Changelog ==
|
503 |
|
504 |
+
= 3.0.75 =
|
505 |
+
|
506 |
+
* Masonry Colum Width Bug Fixed
|
507 |
+
* Overlapping Masonry Layout Fixed
|
508 |
+
|
509 |
= 3.0.74 =
|
510 |
|
511 |
* Banner Updated
|