Version Description
- Fixed CSS conflict with Lightbox2 and some themes
Download this release
Release Info
| Developer | GreenTreeLabs |
| Plugin | |
| Version | 2.0.10 |
| Comparing to | |
| See all releases | |
Code changes from version 2.0.9 to 2.0.10
- FinalTilesGalleryLite.php +2 -2
- readme.txt +3 -0
- scripts/ftg.css +2 -1
FinalTilesGalleryLite.php
CHANGED
|
@@ -4,11 +4,11 @@ Plugin Name: Final Tiles Grid Gallery Lite
|
|
| 4 |
Plugin URI: http://codecanyon.net/item/final-tiles-gallery-for-wordpress/5189351?ref=GreenTreeLabs
|
| 5 |
Description: Wordpress Plugin for creating responsive image galleries. By: Green Tree Labs
|
| 6 |
Author: Green Tree Labs
|
| 7 |
-
Version: 2.0.
|
| 8 |
Author URI: http://codecanyon.net/user/GreenTreeLabs
|
| 9 |
*/
|
| 10 |
|
| 11 |
-
define("FTGLITEVERSION", "2.0.
|
| 12 |
define("PRO_CALL", "<span class='procall'>(<a href='http://www.final-tiles-gallery.com/wordpress/pro.html' target='_blank'>available with PRO version</a>)</span>");
|
| 13 |
define("PRO_UNLOCK", "<a href='http://www.final-tiles-gallery.com/wordpress/pro.html' target='_blank'>Add unlimited images with PRO version</a>");
|
| 14 |
|
| 4 |
Plugin URI: http://codecanyon.net/item/final-tiles-gallery-for-wordpress/5189351?ref=GreenTreeLabs
|
| 5 |
Description: Wordpress Plugin for creating responsive image galleries. By: Green Tree Labs
|
| 6 |
Author: Green Tree Labs
|
| 7 |
+
Version: 2.0.10
|
| 8 |
Author URI: http://codecanyon.net/user/GreenTreeLabs
|
| 9 |
*/
|
| 10 |
|
| 11 |
+
define("FTGLITEVERSION", "2.0.10");
|
| 12 |
define("PRO_CALL", "<span class='procall'>(<a href='http://www.final-tiles-gallery.com/wordpress/pro.html' target='_blank'>available with PRO version</a>)</span>");
|
| 13 |
define("PRO_UNLOCK", "<a href='http://www.final-tiles-gallery.com/wordpress/pro.html' target='_blank'>Add unlimited images with PRO version</a>");
|
| 14 |
|
readme.txt
CHANGED
|
@@ -103,6 +103,9 @@ The PRO license bundles 6 different lightboxes. However you can use any other li
|
|
| 103 |
|
| 104 |
== Changelog ==
|
| 105 |
|
|
|
|
|
|
|
|
|
|
| 106 |
= 2.0.9 =
|
| 107 |
* Now you can go to the "edit gallery" page by clicking the whole card on the dashboard
|
| 108 |
|
| 103 |
|
| 104 |
== Changelog ==
|
| 105 |
|
| 106 |
+
= 2.0.10 =
|
| 107 |
+
* Fixed CSS conflict with Lightbox2 and some themes
|
| 108 |
+
|
| 109 |
= 2.0.9 =
|
| 110 |
* Now you can go to the "edit gallery" page by clicking the whole card on the dashboard
|
| 111 |
|
scripts/ftg.css
CHANGED
|
@@ -557,4 +557,5 @@
|
|
| 557 |
}
|
| 558 |
@keyframes effect-rotate-right {
|
| 559 |
to { transform: rotate(0deg); }
|
| 560 |
-
}
|
|
|
| 557 |
}
|
| 558 |
@keyframes effect-rotate-right {
|
| 559 |
to { transform: rotate(0deg); }
|
| 560 |
+
}
|
| 561 |
+
.lightbox .lb-image { max-width:999em; }
|
