Version Description
Download this release
Release Info
| Developer | cbaldelomar |
| Plugin | |
| Version | 1.15 |
| Comparing to | |
| See all releases | |
Code changes from version 1.14 to 1.15
- README.md +4 -0
- includes/css/style.css +0 -22
- includes/js/flexslider/flexslider.css +1 -1
- includes/js/owlcarousel/assets/owl.theme.default.css +0 -3
- readme.txt +4 -0
- wc-gallery.php +2 -2
README.md
CHANGED
|
@@ -46,6 +46,10 @@ Insert a gallery through your dashboard. You will see extra dropdown settings wh
|
|
| 46 |
|
| 47 |
## Changelog ##
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
### Version 1.14
|
| 50 |
|
| 51 |
* Fixed broken HTML tag
|
| 46 |
|
| 47 |
## Changelog ##
|
| 48 |
|
| 49 |
+
### Version 1.15
|
| 50 |
+
|
| 51 |
+
* Removed Transition Styles
|
| 52 |
+
|
| 53 |
### Version 1.14
|
| 54 |
|
| 55 |
* Fixed broken HTML tag
|
includes/css/style.css
CHANGED
|
@@ -268,10 +268,6 @@
|
|
| 268 |
background-color: #cccccc;
|
| 269 |
}
|
| 270 |
|
| 271 |
-
/* .wc-gallery .gallery.wcflexslider .wcflex-direction-nav a {
|
| 272 |
-
color: rgba(0,0,0,0.8);
|
| 273 |
-
} */
|
| 274 |
-
|
| 275 |
.wc-gallery .gallery.wcflexslider .wcflex-slide-item {
|
| 276 |
position: relative;
|
| 277 |
}
|
|
@@ -281,24 +277,6 @@
|
|
| 281 |
margin-left: auto;
|
| 282 |
margin-right: auto;
|
| 283 |
}
|
| 284 |
-
.wc-gallery .gallery.wcflexslider .wcflex-slide-item .wp-caption-text {
|
| 285 |
-
padding: 5px 10px;
|
| 286 |
-
opacity: 0.7;
|
| 287 |
-
position: absolute;
|
| 288 |
-
bottom: 0;
|
| 289 |
-
left: 0;
|
| 290 |
-
right: 0;
|
| 291 |
-
}
|
| 292 |
-
|
| 293 |
-
/* .wc-gallery .gallery.wcflexslider .wcflex-direction-nav .wcflex-prev { left: 0px; }
|
| 294 |
-
.wc-gallery .gallery.wcflexslider .wcflex-direction-nav .wcflex-next { right: 0px; }
|
| 295 |
-
.wc-gallery .gallery.wcflexslider:hover .wcflex-prev { left: 10px; }
|
| 296 |
-
.wc-gallery .gallery.wcflexslider:hover .wcflex-next { right: 10px; }
|
| 297 |
-
|
| 298 |
-
@media screen and (max-width: 860px) {
|
| 299 |
-
.wc-gallery .gallery.wcflexslider .wcflex-direction-nav .wcflex-prev { left: 10px;}
|
| 300 |
-
.wc-gallery .gallery.wcflexslider .wcflex-direction-nav .wcflex-next { right: 10px;}
|
| 301 |
-
} */
|
| 302 |
|
| 303 |
/*
|
| 304 |
* Image Popup
|
| 268 |
background-color: #cccccc;
|
| 269 |
}
|
| 270 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 271 |
.wc-gallery .gallery.wcflexslider .wcflex-slide-item {
|
| 272 |
position: relative;
|
| 273 |
}
|
| 277 |
margin-left: auto;
|
| 278 |
margin-right: auto;
|
| 279 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 280 |
|
| 281 |
/*
|
| 282 |
* Image Popup
|
includes/js/flexslider/flexslider.css
CHANGED
|
@@ -61,7 +61,7 @@ html[xmlns] .slides {display: block;}
|
|
| 61 |
|
| 62 |
/* Direction Nav */
|
| 63 |
.wcflex-direction-nav {*height: 0;}
|
| 64 |
-
.wcflex-direction-nav a { display: block; width: 50px; height: 50px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer;
|
| 65 |
.wcflex-direction-nav .wcflex-prev { background: url("images/slide-arrow-left.png") no-repeat center center !important; left: 0; }
|
| 66 |
.wcflex-direction-nav .wcflex-next { background: url("images/slide-arrow-right.png") no-repeat center center !important; right: 0; text-align: right; }
|
| 67 |
.wcflexslider:hover .wcflex-prev { opacity: 1; left: 0px; }
|
| 61 |
|
| 62 |
/* Direction Nav */
|
| 63 |
.wcflex-direction-nav {*height: 0;}
|
| 64 |
+
.wcflex-direction-nav a { display: block; width: 50px; height: 50px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; /*-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;*/ }
|
| 65 |
.wcflex-direction-nav .wcflex-prev { background: url("images/slide-arrow-left.png") no-repeat center center !important; left: 0; }
|
| 66 |
.wcflex-direction-nav .wcflex-next { background: url("images/slide-arrow-right.png") no-repeat center center !important; right: 0; text-align: right; }
|
| 67 |
.wcflexslider:hover .wcflex-prev { opacity: 1; left: 0px; }
|
includes/js/owlcarousel/assets/owl.theme.default.css
CHANGED
|
@@ -28,9 +28,6 @@
|
|
| 28 |
margin-top: -25px;
|
| 29 |
opacity: 0;
|
| 30 |
cursor: pointer;
|
| 31 |
-
-webkit-transition: all .3s ease;
|
| 32 |
-
-moz-transition: all .3s ease;
|
| 33 |
-
transition: all .3s ease;
|
| 34 |
}
|
| 35 |
.owl-theme:hover .owl-controls .owl-nav .owl-next,
|
| 36 |
.owl-theme:hover .owl-controls .owl-nav .owl-prev {
|
| 28 |
margin-top: -25px;
|
| 29 |
opacity: 0;
|
| 30 |
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
| 31 |
}
|
| 32 |
.owl-theme:hover .owl-controls .owl-nav .owl-next,
|
| 33 |
.owl-theme:hover .owl-controls .owl-nav .owl-prev {
|
readme.txt
CHANGED
|
@@ -46,6 +46,10 @@ Insert a gallery through your dashboard. You will see extra dropdown settings wh
|
|
| 46 |
|
| 47 |
== Changelog ==
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
### Version 1.14
|
| 50 |
|
| 51 |
* Fixed broken HTML tag
|
| 46 |
|
| 47 |
== Changelog ==
|
| 48 |
|
| 49 |
+
### Version 1.15
|
| 50 |
+
|
| 51 |
+
* Removed Transition Styles
|
| 52 |
+
|
| 53 |
### Version 1.14
|
| 54 |
|
| 55 |
* Fixed broken HTML tag
|
wc-gallery.php
CHANGED
|
@@ -5,7 +5,7 @@ Plugin URI: http://wordpresscanvas.com/features/gallery/
|
|
| 5 |
Description: Extend WordPress galleries to display masonry gallery, carousel gallery, and slider gallery
|
| 6 |
Author: Chris Baldelomar
|
| 7 |
Author URI: http://webplantmedia.com/
|
| 8 |
-
Version: 1.
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 11 |
|
|
@@ -13,7 +13,7 @@ function wc_gallery_using_woocommerce() {
|
|
| 13 |
return in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
|
| 14 |
}
|
| 15 |
|
| 16 |
-
define( 'WC_GALLERY_VERSION', '1.
|
| 17 |
define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
|
| 18 |
define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
|
| 19 |
define( 'WC_GALLERY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
| 5 |
Description: Extend WordPress galleries to display masonry gallery, carousel gallery, and slider gallery
|
| 6 |
Author: Chris Baldelomar
|
| 7 |
Author URI: http://webplantmedia.com/
|
| 8 |
+
Version: 1.15
|
| 9 |
License: GPLv2 or later
|
| 10 |
*/
|
| 11 |
|
| 13 |
return in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
|
| 14 |
}
|
| 15 |
|
| 16 |
+
define( 'WC_GALLERY_VERSION', '1.15' );
|
| 17 |
define( 'WC_GALLERY_PREFIX', 'wc_gallery_' );
|
| 18 |
define( '_WC_GALLERY_PREFIX', '_wc_gallery_' );
|
| 19 |
define( 'WC_GALLERY_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
