Version Description
Download this release
Release Info
Developer | cbaldelomar |
Plugin | Shortcodes by Angie Makes |
Version | 1.76 |
Comparing to | |
See all releases |
Code changes from version 1.75 to 1.76
- README.md +7 -1
- includes/css/style.css +8 -8
- includes/scripts.php +1 -1
- includes/shortcode-functions.php +3 -3
- readme.txt +7 -1
- wc-shortcodes.php +2 -2
README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
**Donate link:** http://webplantmedia.com/donate/
|
5 |
**Tags:** shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type, font awesome, icons, fontawesome, fa icons
|
6 |
**Requires at least:** 3.7
|
7 |
-
**Tested up to:** 3
|
8 |
**Stable tag:** trunk
|
9 |
**License:** GPLv2 or later
|
10 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -66,6 +66,12 @@ Use the shortcode manager in the TinyMCE text editor
|
|
66 |
|
67 |
## Changelog ##
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
### Version 1.75
|
70 |
|
71 |
* Improved logic for calculating colums of masonry grid for mobile and tablet devices.
|
4 |
**Donate link:** http://webplantmedia.com/donate/
|
5 |
**Tags:** shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type, font awesome, icons, fontawesome, fa icons
|
6 |
**Requires at least:** 3.7
|
7 |
+
**Tested up to:** 4.3
|
8 |
**Stable tag:** trunk
|
9 |
**License:** GPLv2 or later
|
10 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
66 |
|
67 |
## Changelog ##
|
68 |
|
69 |
+
### Version 1.76
|
70 |
+
|
71 |
+
* minor update to shortcodes row structure
|
72 |
+
* Made sure rslider CSS is not applied to other plugins
|
73 |
+
* Updated version number for rslides script
|
74 |
+
|
75 |
### Version 1.75
|
76 |
|
77 |
* Improved logic for calculating colums of masonry grid for mobile and tablet devices.
|
includes/css/style.css
CHANGED
@@ -1486,11 +1486,11 @@ pre.pre-wrap {
|
|
1486 |
}
|
1487 |
|
1488 |
/* Post Gallery Slider */
|
1489 |
-
.rslides-wrapper {
|
1490 |
position: relative;
|
1491 |
background-color: #000000;
|
1492 |
}
|
1493 |
-
.rslides {
|
1494 |
position: relative;
|
1495 |
list-style: none;
|
1496 |
overflow: hidden;
|
@@ -1499,7 +1499,7 @@ pre.pre-wrap {
|
|
1499 |
margin: 0;
|
1500 |
}
|
1501 |
|
1502 |
-
.rslides li {
|
1503 |
-webkit-backface-visibility: hidden;
|
1504 |
position: absolute;
|
1505 |
display: none;
|
@@ -1509,20 +1509,20 @@ pre.pre-wrap {
|
|
1509 |
text-align: center;
|
1510 |
}
|
1511 |
|
1512 |
-
.rslides li:first-child {
|
1513 |
position: relative;
|
1514 |
display: block;
|
1515 |
float: left;
|
1516 |
}
|
1517 |
|
1518 |
-
.rslides img {
|
1519 |
display: inline-block;
|
1520 |
height: auto;
|
1521 |
/* float: left; */
|
1522 |
/* width: 100%; */
|
1523 |
border: 0;
|
1524 |
}
|
1525 |
-
.rslides_nav {
|
1526 |
position: absolute;
|
1527 |
top: 50%;
|
1528 |
margin-top: -18px;
|
@@ -1533,11 +1533,11 @@ pre.pre-wrap {
|
|
1533 |
background-color: rgba(0,0,0,.2);
|
1534 |
z-index: 2;
|
1535 |
}
|
1536 |
-
.rslides_nav.prev {
|
1537 |
left: 0;
|
1538 |
background-image: url("../img/slide-arrow-left.png");
|
1539 |
}
|
1540 |
-
.rslides_nav.next {
|
1541 |
right: 0;
|
1542 |
background-image: url("../img/slide-arrow-right.png");
|
1543 |
}
|
1486 |
}
|
1487 |
|
1488 |
/* Post Gallery Slider */
|
1489 |
+
.wc-shortcodes-post-box.format-gallery .rslides-wrapper {
|
1490 |
position: relative;
|
1491 |
background-color: #000000;
|
1492 |
}
|
1493 |
+
.wc-shortcodes-post-box.format-gallery .rslides {
|
1494 |
position: relative;
|
1495 |
list-style: none;
|
1496 |
overflow: hidden;
|
1499 |
margin: 0;
|
1500 |
}
|
1501 |
|
1502 |
+
.wc-shortcodes-post-box.format-gallery .rslides li {
|
1503 |
-webkit-backface-visibility: hidden;
|
1504 |
position: absolute;
|
1505 |
display: none;
|
1509 |
text-align: center;
|
1510 |
}
|
1511 |
|
1512 |
+
.wc-shortcodes-post-box.format-gallery .rslides li:first-child {
|
1513 |
position: relative;
|
1514 |
display: block;
|
1515 |
float: left;
|
1516 |
}
|
1517 |
|
1518 |
+
.wc-shortcodes-post-box.format-gallery .rslides img {
|
1519 |
display: inline-block;
|
1520 |
height: auto;
|
1521 |
/* float: left; */
|
1522 |
/* width: 100%; */
|
1523 |
border: 0;
|
1524 |
}
|
1525 |
+
.wc-shortcodes-post-box.format-gallery .rslides_nav {
|
1526 |
position: absolute;
|
1527 |
top: 50%;
|
1528 |
margin-top: -18px;
|
1533 |
background-color: rgba(0,0,0,.2);
|
1534 |
z-index: 2;
|
1535 |
}
|
1536 |
+
.wc-shortcodes-post-box.format-gallery .rslides_nav.prev {
|
1537 |
left: 0;
|
1538 |
background-image: url("../img/slide-arrow-left.png");
|
1539 |
}
|
1540 |
+
.wc-shortcodes-post-box.format-gallery .rslides_nav.next {
|
1541 |
right: 0;
|
1542 |
background-image: url("../img/slide-arrow-right.png");
|
1543 |
}
|
includes/scripts.php
CHANGED
@@ -25,7 +25,7 @@ if( ! function_exists('wc_shortcodes_scripts') ) :
|
|
25 |
wp_register_script( 'wordpresscanvas-imagesloaded', plugin_dir_url( __FILE__ ) . 'js/imagesloaded.pkgd.min.js', array (), '3.1.8', true );
|
26 |
|
27 |
// slider
|
28 |
-
wp_register_script( 'wordpresscanvas-rslides', plugin_dir_url( __FILE__ ) . 'js/responsiveslides.js', array ( 'jquery' ), '1.
|
29 |
|
30 |
// posts
|
31 |
wp_register_script( 'wc-shortcodes-posts', plugin_dir_url( __FILE__ ) . 'js/posts.js', array ( 'jquery', 'wordpresscanvas-rslides', 'jquery-masonry', 'wordpresscanvas-imagesloaded' ), $ver, true );
|
25 |
wp_register_script( 'wordpresscanvas-imagesloaded', plugin_dir_url( __FILE__ ) . 'js/imagesloaded.pkgd.min.js', array (), '3.1.8', true );
|
26 |
|
27 |
// slider
|
28 |
+
wp_register_script( 'wordpresscanvas-rslides', plugin_dir_url( __FILE__ ) . 'js/responsiveslides.js', array ( 'jquery' ), '1.54', true );
|
29 |
|
30 |
// posts
|
31 |
wp_register_script( 'wc-shortcodes-posts', plugin_dir_url( __FILE__ ) . 'js/posts.js', array ( 'jquery', 'wordpresscanvas-rslides', 'jquery-masonry', 'wordpresscanvas-imagesloaded' ), $ver, true );
|
includes/shortcode-functions.php
CHANGED
@@ -595,7 +595,7 @@ if( !function_exists('wc_shortcodes_column') ) {
|
|
595 |
*/
|
596 |
if( !function_exists('wc_shortcodes_row') ) {
|
597 |
function wc_shortcodes_row( $atts, $content = null ){
|
598 |
-
return '<div class="wc-shortcodes-row wc-shortcodes-item wc-shortcodes-clearfix">' . do_shortcode($content) . '</div>';
|
599 |
}
|
600 |
}
|
601 |
|
@@ -1070,11 +1070,11 @@ if( !function_exists('wc_shortcodes_rsvp') ) {
|
|
1070 |
// Style
|
1071 |
|
1072 |
if ( 3 == $columns ) {
|
1073 |
-
$html .= '<div class="wc-shortcodes-row wc-shortcodes-item wc-shortcodes-clearfix">';
|
1074 |
$html .= ' <div class="wc-shortcodes-column wc-shortcodes-one-third wc-shortcodes-column-first ">'.$name_html.'</div>';
|
1075 |
$html .= ' <div class="wc-shortcodes-column wc-shortcodes-one-third wc-shortcodes-column- ">'.$number_html.'</div>';
|
1076 |
$html .= ' <div class="wc-shortcodes-column wc-shortcodes-one-third wc-shortcodes-column-last ">'.$event_html.'</div>';
|
1077 |
-
$html .= '</div>';
|
1078 |
$html .= $action_html;
|
1079 |
$html .= $message_html;
|
1080 |
$html .= $button_html;
|
595 |
*/
|
596 |
if( !function_exists('wc_shortcodes_row') ) {
|
597 |
function wc_shortcodes_row( $atts, $content = null ){
|
598 |
+
return '<div class="wc-shortcodes-row wc-shortcodes-item"><div class="wc-shortcodes-clearfix">' . do_shortcode($content) . '</div></div>';
|
599 |
}
|
600 |
}
|
601 |
|
1070 |
// Style
|
1071 |
|
1072 |
if ( 3 == $columns ) {
|
1073 |
+
$html .= '<div class="wc-shortcodes-row wc-shortcodes-item"><div class="wc-shortcodes-clearfix">';
|
1074 |
$html .= ' <div class="wc-shortcodes-column wc-shortcodes-one-third wc-shortcodes-column-first ">'.$name_html.'</div>';
|
1075 |
$html .= ' <div class="wc-shortcodes-column wc-shortcodes-one-third wc-shortcodes-column- ">'.$number_html.'</div>';
|
1076 |
$html .= ' <div class="wc-shortcodes-column wc-shortcodes-one-third wc-shortcodes-column-last ">'.$event_html.'</div>';
|
1077 |
+
$html .= '</div></div>';
|
1078 |
$html .= $action_html;
|
1079 |
$html .= $message_html;
|
1080 |
$html .= $button_html;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: cbaldelomar
|
|
4 |
Donate link: http://webplantmedia.com/donate/
|
5 |
Tags: shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type, font awesome, icons, fontawesome, fa icons
|
6 |
Requires at least: 3.7
|
7 |
-
Tested up to: 3
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -88,6 +88,12 @@ Use the shortcode manager in the TinyMCE text editor
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
= Version 1.75 =
|
92 |
|
93 |
* Improved logic for calculating colums of masonry grid for mobile and tablet devices.
|
4 |
Donate link: http://webplantmedia.com/donate/
|
5 |
Tags: shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type, font awesome, icons, fontawesome, fa icons
|
6 |
Requires at least: 3.7
|
7 |
+
Tested up to: 4.3
|
8 |
Stable tag: trunk
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
= Version 1.76 =
|
92 |
+
|
93 |
+
* minor update to shortcodes row structure
|
94 |
+
* Made sure rslider CSS is not applied to other plugins
|
95 |
+
* Updated version number for rslides script
|
96 |
+
|
97 |
= Version 1.75 =
|
98 |
|
99 |
* Improved logic for calculating colums of masonry grid for mobile and tablet devices.
|
wc-shortcodes.php
CHANGED
@@ -5,11 +5,11 @@ Plugin URI: http://webplantmedia.com/starter-themes/wordpresscanvas/features/sho
|
|
5 |
Description: A family of shortcodes to enhance site functionality.
|
6 |
Author: Chris Baldelomar
|
7 |
Author URI: http://webplantmedia.com/
|
8 |
-
Version: 1.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
-
define( 'WC_SHORTCODES_VERSION', '1.
|
13 |
define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
|
14 |
define( '_WC_SHORTCODES_PREFIX', '_wc_shortcodes_' );
|
15 |
define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
5 |
Description: A family of shortcodes to enhance site functionality.
|
6 |
Author: Chris Baldelomar
|
7 |
Author URI: http://webplantmedia.com/
|
8 |
+
Version: 1.76
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
+
define( 'WC_SHORTCODES_VERSION', '1.76' );
|
13 |
define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
|
14 |
define( '_WC_SHORTCODES_PREFIX', '_wc_shortcodes_' );
|
15 |
define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|