Version Description
- Changed CSS icon prefix to avoid conflicts
Download this release
Release Info
Developer | GreenTreeLabs |
Plugin | Gallery – Photo Gallery – Image Gallery |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- Modula.php +1 -1
- README.txt +4 -1
- scripts/jquery.modula.js +8 -8
- scripts/modula.css +6 -6
Modula.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery - A WordPress Modula Gallery
|
|
4 |
Plugin URI: http://modula.greentreelabs.net
|
5 |
Description: The Most Creative Grid Wordpress Gallery.
|
6 |
Author: GreenTreeLabs
|
7 |
-
Version: 1.1.
|
8 |
Author URI: http://modula.greentreelabs.net
|
9 |
*/
|
10 |
|
4 |
Plugin URI: http://modula.greentreelabs.net
|
5 |
Description: The Most Creative Grid Wordpress Gallery.
|
6 |
Author: GreenTreeLabs
|
7 |
+
Version: 1.1.4
|
8 |
Author URI: http://modula.greentreelabs.net
|
9 |
*/
|
10 |
|
README.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: GreenTreeLabs
|
3 |
Tags: best gallery, best gallery plugin, best responsive gallery, best responsive wordpress gallery, best wordpress gallery, best wordpress gallery plugin, best wp gallery, design portfolio, fullscreen, gallery, Gallery Plugin, image gallery, image gallery plugin, Image Rotator, javascript gallery, javascript rotator, jquery gallery, jquery rotator, media uploader, photo gallery, photo rotator, Picture Gallery, portfolio, responsive, responsive galleries, responsive gallery, responsive gallery plugin, responsive image gallery, responsive image gallery plugin, responsive rotator, responsive slideshow, responsive slideshow plugin, rotator, shortcode, slideshow, slideshow plugin, template tag, wordpress galleries, wordpress gallery, wordpress gallery plugin, envira, envira gallery, nextgen, nextgen gallery
|
4 |
Requires at least: 4.0
|
5 |
-
Tested up to: 4.
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -85,6 +85,9 @@ The simplest way to install is to click on \'Plugins\' then \'Add\' and type \'M
|
|
85 |
|
86 |
== Changelog ==
|
87 |
|
|
|
|
|
|
|
88 |
= 1.1.3 =
|
89 |
* Fixed bug (linked images opening in lightbox)
|
90 |
|
2 |
Contributors: GreenTreeLabs
|
3 |
Tags: best gallery, best gallery plugin, best responsive gallery, best responsive wordpress gallery, best wordpress gallery, best wordpress gallery plugin, best wp gallery, design portfolio, fullscreen, gallery, Gallery Plugin, image gallery, image gallery plugin, Image Rotator, javascript gallery, javascript rotator, jquery gallery, jquery rotator, media uploader, photo gallery, photo rotator, Picture Gallery, portfolio, responsive, responsive galleries, responsive gallery, responsive gallery plugin, responsive image gallery, responsive image gallery plugin, responsive rotator, responsive slideshow, responsive slideshow plugin, rotator, shortcode, slideshow, slideshow plugin, template tag, wordpress galleries, wordpress gallery, wordpress gallery plugin, envira, envira gallery, nextgen, nextgen gallery
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 4.6
|
6 |
Stable tag: trunk
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
85 |
|
86 |
== Changelog ==
|
87 |
|
88 |
+
= 1.1.4 =
|
89 |
+
* Changed CSS icon prefix to avoid conflicts
|
90 |
+
|
91 |
= 1.1.3 =
|
92 |
* Fixed bug (linked images opening in lightbox)
|
93 |
|
scripts/jquery.modula.js
CHANGED
@@ -418,8 +418,8 @@ function tg_getURLParameter(name) {
|
|
418 |
}
|
419 |
|
420 |
var setupTwitter = function ($tiles, plugin) {
|
421 |
-
addSocialIcon($tiles, "icon icon-twitter", "Twitter");
|
422 |
-
$tiles.find(".icon-twitter").click(function (e) {
|
423 |
e.preventDefault();
|
424 |
var $caption = $(this).parents(".tile:first").find(".caption");
|
425 |
var text = plugin.options.twitterText || document.title;
|
@@ -432,8 +432,8 @@ function tg_getURLParameter(name) {
|
|
432 |
}
|
433 |
|
434 |
var setupFacebook = function ($tiles, plugin) {
|
435 |
-
addSocialIcon($tiles, "icon icon-facebook", "Facebook");
|
436 |
-
$tiles.find(".icon-facebook").click(function (e) {
|
437 |
e.preventDefault();
|
438 |
|
439 |
var image = $(this).parents(".tile:first").find(".pic");
|
@@ -462,8 +462,8 @@ function tg_getURLParameter(name) {
|
|
462 |
}
|
463 |
|
464 |
var setupPinterest = function ($tiles, plugin) {
|
465 |
-
addSocialIcon($tiles, "icon icon-pinterest", "Pinterest");
|
466 |
-
$tiles.find(".icon-pinterest").click(function (e) {
|
467 |
e.preventDefault();
|
468 |
|
469 |
var image = $(this).parents(".tile:first").find(".pic");
|
@@ -487,8 +487,8 @@ function tg_getURLParameter(name) {
|
|
487 |
}
|
488 |
|
489 |
var setupGplus = function ($tiles, plugin) {
|
490 |
-
addSocialIcon($tiles, "icon icon-google-plus", "G+");
|
491 |
-
$tiles.find(".icon-google-plus").click(function (e) {
|
492 |
e.preventDefault();
|
493 |
|
494 |
var url = "https://plus.google.com/share?url=" + encodeURI(location.href);
|
418 |
}
|
419 |
|
420 |
var setupTwitter = function ($tiles, plugin) {
|
421 |
+
addSocialIcon($tiles, "icon modula-icon-twitter", "Twitter");
|
422 |
+
$tiles.find(".modula-icon-twitter").click(function (e) {
|
423 |
e.preventDefault();
|
424 |
var $caption = $(this).parents(".tile:first").find(".caption");
|
425 |
var text = plugin.options.twitterText || document.title;
|
432 |
}
|
433 |
|
434 |
var setupFacebook = function ($tiles, plugin) {
|
435 |
+
addSocialIcon($tiles, "icon modula-icon-facebook", "Facebook");
|
436 |
+
$tiles.find(".modula-icon-facebook").click(function (e) {
|
437 |
e.preventDefault();
|
438 |
|
439 |
var image = $(this).parents(".tile:first").find(".pic");
|
462 |
}
|
463 |
|
464 |
var setupPinterest = function ($tiles, plugin) {
|
465 |
+
addSocialIcon($tiles, "icon modula-icon-pinterest", "Pinterest");
|
466 |
+
$tiles.find(".modula-icon-pinterest").click(function (e) {
|
467 |
e.preventDefault();
|
468 |
|
469 |
var image = $(this).parents(".tile:first").find(".pic");
|
487 |
}
|
488 |
|
489 |
var setupGplus = function ($tiles, plugin) {
|
490 |
+
addSocialIcon($tiles, "icon modula-icon-google-plus", "G+");
|
491 |
+
$tiles.find(".modula-icon-google-plus").click(function (e) {
|
492 |
e.preventDefault();
|
493 |
|
494 |
var url = "https://plus.google.com/share?url=" + encodeURI(location.href);
|
scripts/modula.css
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
-moz-osx-font-smoothing: grayscale;
|
26 |
}
|
27 |
|
28 |
-
[class^="icon-"]:before,
|
29 |
-
[class*=" icon-"]:before {
|
30 |
font-family: "modula-icons" !important;
|
31 |
font-style: normal !important;
|
32 |
font-weight: normal !important;
|
@@ -38,16 +38,16 @@
|
|
38 |
-moz-osx-font-smoothing: grayscale;
|
39 |
}
|
40 |
|
41 |
-
.icon-facebook:before {
|
42 |
content: "a";
|
43 |
}
|
44 |
-
.icon-pinterest:before {
|
45 |
content: "b";
|
46 |
}
|
47 |
-
.icon-twitter:before {
|
48 |
content: "c";
|
49 |
}
|
50 |
-
.icon-google-plus:before {
|
51 |
content: "d";
|
52 |
}
|
53 |
|
25 |
-moz-osx-font-smoothing: grayscale;
|
26 |
}
|
27 |
|
28 |
+
[class^="modula-icon-"]:before,
|
29 |
+
[class*=" modula-icon-"]:before {
|
30 |
font-family: "modula-icons" !important;
|
31 |
font-style: normal !important;
|
32 |
font-weight: normal !important;
|
38 |
-moz-osx-font-smoothing: grayscale;
|
39 |
}
|
40 |
|
41 |
+
.modula-icon-facebook:before {
|
42 |
content: "a";
|
43 |
}
|
44 |
+
.modula-icon-pinterest:before {
|
45 |
content: "b";
|
46 |
}
|
47 |
+
.modula-icon-twitter:before {
|
48 |
content: "c";
|
49 |
}
|
50 |
+
.modula-icon-google-plus:before {
|
51 |
content: "d";
|
52 |
}
|
53 |
|