Version Description
Download this release
Release Info
| Developer | codeinwp |
| Plugin | |
| Version | 2.9.8 |
| Comparing to | |
| See all releases | |
Code changes from version 2.9.7 to 2.9.8
- CHANGELOG.md +4 -2
- admin/inc/config.php +1 -1
- admin/layout/css/main_page.css +6 -47
- css/cwppos-widget-style1.css +2 -0
- css/cwppos-widget.css +3 -1
- css/dashboard_styles.css +8 -16
- css/frontpage.css +12 -6
- css/jquery-ui.css +1 -19
- css/lightbox.css +0 -18
- images/cart-icon-hover.png +0 -0
- images/cart-icon.png +0 -0
- images/single.png +0 -0
- inc/cwp_metabox.php +1 -1
- readme.txt +4 -0
- wp-product-review.php +2 -2
CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
|
|
|
|
|
|
|
|
|
|
| 2 |
-
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
-
Added premium features tab
|
| 1 |
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
|
| 6 |
|
| 7 |
|
| 8 |
|
|
|
admin/inc/config.php
CHANGED
|
@@ -49,7 +49,7 @@ class cwpposConfig {
|
|
| 49 |
self::$all_categories_array = array();
|
| 50 |
self::$all_review_categories_array = array();
|
| 51 |
self::$categories_array = array();
|
| 52 |
-
self::$pro_page_menu_name = '
|
| 53 |
dashicons-star-filled"
|
| 54 |
style="vertical-align:-5px; padding-left:2px; color:#FFCA54;"></span>';
|
| 55 |
self::$pro_page_title = 'Go Premium';
|
| 49 |
self::$all_categories_array = array();
|
| 50 |
self::$all_review_categories_array = array();
|
| 51 |
self::$categories_array = array();
|
| 52 |
+
self::$pro_page_menu_name = 'More Features <span class="dashicons
|
| 53 |
dashicons-star-filled"
|
| 54 |
style="vertical-align:-5px; padding-left:2px; color:#FFCA54;"></span>';
|
| 55 |
self::$pro_page_title = 'Go Premium';
|
admin/layout/css/main_page.css
CHANGED
|
@@ -14,10 +14,7 @@
|
|
| 14 |
height: 70px;
|
| 15 |
background:#f9f9f9;
|
| 16 |
border: 1px solid #ccc;
|
| 17 |
-
-webkit-border-radius: 6px 6px 0 0;
|
| 18 |
-
-moz-border-radius: 6px 6px 0 0;
|
| 19 |
border-radius: 6px 6px 0 0;
|
| 20 |
-
-moz-box-shadow: inset 0 1px 0 #fff;
|
| 21 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 22 |
box-shadow: inset 0 1px 0 #fff;
|
| 23 |
}
|
|
@@ -60,7 +57,6 @@
|
|
| 60 |
padding: 6px 20px 0 6px;
|
| 61 |
height: 31px;
|
| 62 |
text-align: right;
|
| 63 |
-
-moz-box-shadow: inset 0 1px 0 #fcfcfc;
|
| 64 |
-webkit-box-shadow: inset 0 1px 0 #fcfcfc;
|
| 65 |
box-shadow: inset 0 1px 0 #fcfcfc;
|
| 66 |
}
|
|
@@ -75,8 +71,6 @@ font-size:0;
|
|
| 75 |
text-indent: -9999px;
|
| 76 |
margin: 0 0 0 10px;
|
| 77 |
border: 1px solid #bbb;
|
| 78 |
-
-webkit-border-radius: 2px;
|
| 79 |
-
-moz-border-radius: 2px;
|
| 80 |
border-radius: 2px;
|
| 81 |
}
|
| 82 |
#cwp_container #info_bar .expand { background: url(../images/toggle_tabs.png) no-repeat -2px -1px; }
|
|
@@ -102,7 +96,6 @@ border-radius: 2px;
|
|
| 102 |
}
|
| 103 |
#cwp_container #cwp_nav li {
|
| 104 |
margin-bottom:0;
|
| 105 |
-
-moz-box-shadow: inset 0 1px 0 #f9f9f9;
|
| 106 |
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
|
| 107 |
box-shadow: inset 0 1px 0 #f9f9f9;
|
| 108 |
margin-right: 1px;
|
|
@@ -110,7 +103,6 @@ border-radius: 2px;
|
|
| 110 |
}
|
| 111 |
|
| 112 |
#cwp_container #cwp_nav li:last-child {
|
| 113 |
-
-moz-box-shadow: inset 0 1px 0 #f9f9f9, 0 1px 0 #f9f9f9;
|
| 114 |
-webkit-box-shadow: inset 0 1px 0 #f9f9f9, 0 1px 0 #f9f9f9;
|
| 115 |
box-shadow: inset 0 1px 0 #f9f9f9, 0 1px 0 #f9f9f9;
|
| 116 |
}
|
|
@@ -169,7 +161,6 @@ border-radius: 2px;
|
|
| 169 |
font-family: "Lucida Grande", Sans-serif;
|
| 170 |
background-color: #FCFCFC;
|
| 171 |
border-left: 1px solid #d8d8d8;
|
| 172 |
-
-moz-box-shadow: inset 0 1px 0 #fff;
|
| 173 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 174 |
box-shadow: inset 0 1px 0 #fff;
|
| 175 |
}
|
|
@@ -239,13 +230,9 @@ border-radius: 2px;
|
|
| 239 |
font-size: 12px
|
| 240 |
}
|
| 241 |
#cwp_container #content .section-info h3.heading {
|
| 242 |
-
-webkit-border-radius: 3px 3px 0 0;
|
| 243 |
-
-moz-border-radius: 3px 3px 0 0;
|
| 244 |
border-radius: 3px 3px 0 0;
|
| 245 |
}
|
| 246 |
#cwp_container #content .section-info .controls {
|
| 247 |
-
-webkit-border-radius: 0 0 3px 3px;
|
| 248 |
-
-moz-border-radius: 0 0 3px 3px;
|
| 249 |
border-radius: 0 0 3px 3px;
|
| 250 |
}
|
| 251 |
#cwp_container .sorter {margin-right: -20px;}
|
|
@@ -273,17 +260,12 @@ border-radius: 2px;
|
|
| 273 |
height: 40px;
|
| 274 |
line-height: 40px;
|
| 275 |
background-color: #F1F1F1;
|
| 276 |
-
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
| 277 |
-
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
| 278 |
-
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
| 279 |
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
| 280 |
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
|
|
|
| 281 |
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
| 282 |
overflow: hidden;
|
| 283 |
-
-webkit-border-radius: 3px;
|
| 284 |
-
-moz-border-radius: 3px;
|
| 285 |
border-radius: 3px;
|
| 286 |
-
-moz-box-shadow: inset 0 1px 0 #fff;
|
| 287 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 288 |
box-shadow: inset 0 1px 0 #fff;
|
| 289 |
text-align:center;
|
|
@@ -302,8 +284,6 @@ border-radius: 2px;
|
|
| 302 |
|
| 303 |
|
| 304 |
#cwp_container .cwp_textarea, #cwp_container .cwp_input, #cwp_container .cwp_select, #cwp_container .cwp_button{
|
| 305 |
-
-webkit-border-radius: 3px;
|
| 306 |
-
-moz-border-radius: 3px;
|
| 307 |
border-radius: 3px;
|
| 308 |
border: 1px solid;
|
| 309 |
}
|
|
@@ -473,8 +453,6 @@ label.radio, label.multicheck {
|
|
| 473 |
font-size:24px;
|
| 474 |
text-align:center;
|
| 475 |
display:none;
|
| 476 |
-
-webkit-border-radius: 12px;
|
| 477 |
-
-moz-border-radius: 12px;
|
| 478 |
border-radius: 12px;
|
| 479 |
}
|
| 480 |
|
|
@@ -505,9 +483,6 @@ label.radio, label.multicheck {
|
|
| 505 |
}
|
| 506 |
|
| 507 |
#cwp_container .button {
|
| 508 |
-
-moz-border-radius: 3px;
|
| 509 |
-
-khtml-border-radius: 3px;
|
| 510 |
-
-webkit-border-radius: 3px;
|
| 511 |
border-radius: 3px;
|
| 512 |
border: 1px solid #dfdfdf;
|
| 513 |
background-color: #fff;
|
|
@@ -546,8 +521,6 @@ color: #464646;
|
|
| 546 |
margin: 0 10px 0 0;
|
| 547 |
padding:3px 10px;
|
| 548 |
background:#FFDFEC;
|
| 549 |
-
-webkit-border-radius: 4px;
|
| 550 |
-
-moz-border-radius: 4px;
|
| 551 |
border-radius: 4px;
|
| 552 |
}
|
| 553 |
#cwp_container .reset-button {
|
|
@@ -573,10 +546,7 @@ color: #464646;
|
|
| 573 |
padding: 10px 20px 0 20px;
|
| 574 |
height: 35px;
|
| 575 |
text-align: right;
|
| 576 |
-
-webkit-border-radius: 0 0 3px 3px;
|
| 577 |
-
-moz-border-radius: 0 0 3px 3px;
|
| 578 |
border-radius: 0 0 3px 3px;
|
| 579 |
-
-moz-box-shadow: inset 0 1px 0 #fff;
|
| 580 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 581 |
box-shadow: inset 0 1px 0 #fff;
|
| 582 |
}
|
|
@@ -623,14 +593,9 @@ color: #464646;
|
|
| 623 |
padding: 5px;
|
| 624 |
border:1px solid #e3e3e3;
|
| 625 |
background:#f7f7f7;
|
| 626 |
-
-moz-border-radius: 3px;
|
| 627 |
-
-khtml-border-radius: 3px;
|
| 628 |
-
-webkit-border-radius: 3px;
|
| 629 |
border-radius: 3px;
|
| 630 |
}
|
| 631 |
#cwp_container .select_wrapper {
|
| 632 |
-
-moz-border-radius: 4px;
|
| 633 |
-
-webkit-border-radius: 4px;
|
| 634 |
border-radius: 4px;
|
| 635 |
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
| 636 |
font-size: 12px;
|
|
@@ -672,10 +637,7 @@ position:relative;
|
|
| 672 |
border: 1px solid #dfdfdf;
|
| 673 |
background:#f9f9f9;
|
| 674 |
overflow:hidden;
|
| 675 |
-
-webkit-border-radius: 3px;
|
| 676 |
-
-moz-border-radius: 3px;
|
| 677 |
border-radius: 3px;
|
| 678 |
-
-moz-box-shadow: inset 0 1px 0 #fff;
|
| 679 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 680 |
box-shadow: inset 0 1px 0 #fff;
|
| 681 |
}
|
|
@@ -689,11 +651,9 @@ position:relative;
|
|
| 689 |
background-color: #F1F1F1;
|
| 690 |
margin: 1px 0 -1px 0;
|
| 691 |
border-bottom: 1px solid #dfdfdf;
|
| 692 |
-
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
|
| 693 |
-
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
|
| 694 |
-
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
|
| 695 |
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
| 696 |
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
|
|
|
| 697 |
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
| 698 |
overflow:hidden;
|
| 699 |
position: relative;
|
|
@@ -845,9 +805,6 @@ max-width: 270px;
|
|
| 845 |
padding: 5px;
|
| 846 |
border: 1px solid #E3E3E3;
|
| 847 |
background: #F7F7F7;
|
| 848 |
-
-moz-border-radius: 3px;
|
| 849 |
-
-khtml-border-radius: 3px;
|
| 850 |
-
-webkit-border-radius: 3px;
|
| 851 |
border-radius: 3px;
|
| 852 |
}
|
| 853 |
.tab-section{
|
|
@@ -1095,7 +1052,8 @@ border-radius: 3px;
|
|
| 1095 |
#pro-features .pro-features-header,
|
| 1096 |
#pro-features .pro-feature{
|
| 1097 |
background-color: #fff;
|
| 1098 |
-
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
|
|
|
|
| 1099 |
display: block;
|
| 1100 |
margin: 30px 15px 0;
|
| 1101 |
}
|
|
@@ -1108,7 +1066,8 @@ border-radius: 3px;
|
|
| 1108 |
}
|
| 1109 |
|
| 1110 |
#pro-features .pro-feature .pro-feature-features {
|
| 1111 |
-
box-sizing: border-box;
|
|
|
|
| 1112 |
padding: 30px;
|
| 1113 |
}
|
| 1114 |
|
| 14 |
height: 70px;
|
| 15 |
background:#f9f9f9;
|
| 16 |
border: 1px solid #ccc;
|
|
|
|
|
|
|
| 17 |
border-radius: 6px 6px 0 0;
|
|
|
|
| 18 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 19 |
box-shadow: inset 0 1px 0 #fff;
|
| 20 |
}
|
| 57 |
padding: 6px 20px 0 6px;
|
| 58 |
height: 31px;
|
| 59 |
text-align: right;
|
|
|
|
| 60 |
-webkit-box-shadow: inset 0 1px 0 #fcfcfc;
|
| 61 |
box-shadow: inset 0 1px 0 #fcfcfc;
|
| 62 |
}
|
| 71 |
text-indent: -9999px;
|
| 72 |
margin: 0 0 0 10px;
|
| 73 |
border: 1px solid #bbb;
|
|
|
|
|
|
|
| 74 |
border-radius: 2px;
|
| 75 |
}
|
| 76 |
#cwp_container #info_bar .expand { background: url(../images/toggle_tabs.png) no-repeat -2px -1px; }
|
| 96 |
}
|
| 97 |
#cwp_container #cwp_nav li {
|
| 98 |
margin-bottom:0;
|
|
|
|
| 99 |
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
|
| 100 |
box-shadow: inset 0 1px 0 #f9f9f9;
|
| 101 |
margin-right: 1px;
|
| 103 |
}
|
| 104 |
|
| 105 |
#cwp_container #cwp_nav li:last-child {
|
|
|
|
| 106 |
-webkit-box-shadow: inset 0 1px 0 #f9f9f9, 0 1px 0 #f9f9f9;
|
| 107 |
box-shadow: inset 0 1px 0 #f9f9f9, 0 1px 0 #f9f9f9;
|
| 108 |
}
|
| 161 |
font-family: "Lucida Grande", Sans-serif;
|
| 162 |
background-color: #FCFCFC;
|
| 163 |
border-left: 1px solid #d8d8d8;
|
|
|
|
| 164 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 165 |
box-shadow: inset 0 1px 0 #fff;
|
| 166 |
}
|
| 230 |
font-size: 12px
|
| 231 |
}
|
| 232 |
#cwp_container #content .section-info h3.heading {
|
|
|
|
|
|
|
| 233 |
border-radius: 3px 3px 0 0;
|
| 234 |
}
|
| 235 |
#cwp_container #content .section-info .controls {
|
|
|
|
|
|
|
| 236 |
border-radius: 0 0 3px 3px;
|
| 237 |
}
|
| 238 |
#cwp_container .sorter {margin-right: -20px;}
|
| 260 |
height: 40px;
|
| 261 |
line-height: 40px;
|
| 262 |
background-color: #F1F1F1;
|
|
|
|
|
|
|
|
|
|
| 263 |
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
| 264 |
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
| 265 |
+
background-image: -webkit-gradient(linear,left top, left bottom,from(#f9f9f9),to(#ececec));
|
| 266 |
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
| 267 |
overflow: hidden;
|
|
|
|
|
|
|
| 268 |
border-radius: 3px;
|
|
|
|
| 269 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 270 |
box-shadow: inset 0 1px 0 #fff;
|
| 271 |
text-align:center;
|
| 284 |
|
| 285 |
|
| 286 |
#cwp_container .cwp_textarea, #cwp_container .cwp_input, #cwp_container .cwp_select, #cwp_container .cwp_button{
|
|
|
|
|
|
|
| 287 |
border-radius: 3px;
|
| 288 |
border: 1px solid;
|
| 289 |
}
|
| 453 |
font-size:24px;
|
| 454 |
text-align:center;
|
| 455 |
display:none;
|
|
|
|
|
|
|
| 456 |
border-radius: 12px;
|
| 457 |
}
|
| 458 |
|
| 483 |
}
|
| 484 |
|
| 485 |
#cwp_container .button {
|
|
|
|
|
|
|
|
|
|
| 486 |
border-radius: 3px;
|
| 487 |
border: 1px solid #dfdfdf;
|
| 488 |
background-color: #fff;
|
| 521 |
margin: 0 10px 0 0;
|
| 522 |
padding:3px 10px;
|
| 523 |
background:#FFDFEC;
|
|
|
|
|
|
|
| 524 |
border-radius: 4px;
|
| 525 |
}
|
| 526 |
#cwp_container .reset-button {
|
| 546 |
padding: 10px 20px 0 20px;
|
| 547 |
height: 35px;
|
| 548 |
text-align: right;
|
|
|
|
|
|
|
| 549 |
border-radius: 0 0 3px 3px;
|
|
|
|
| 550 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 551 |
box-shadow: inset 0 1px 0 #fff;
|
| 552 |
}
|
| 593 |
padding: 5px;
|
| 594 |
border:1px solid #e3e3e3;
|
| 595 |
background:#f7f7f7;
|
|
|
|
|
|
|
|
|
|
| 596 |
border-radius: 3px;
|
| 597 |
}
|
| 598 |
#cwp_container .select_wrapper {
|
|
|
|
|
|
|
| 599 |
border-radius: 4px;
|
| 600 |
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
| 601 |
font-size: 12px;
|
| 637 |
border: 1px solid #dfdfdf;
|
| 638 |
background:#f9f9f9;
|
| 639 |
overflow:hidden;
|
|
|
|
|
|
|
| 640 |
border-radius: 3px;
|
|
|
|
| 641 |
-webkit-box-shadow: inset 0 1px 0 #fff;
|
| 642 |
box-shadow: inset 0 1px 0 #fff;
|
| 643 |
}
|
| 651 |
background-color: #F1F1F1;
|
| 652 |
margin: 1px 0 -1px 0;
|
| 653 |
border-bottom: 1px solid #dfdfdf;
|
|
|
|
|
|
|
|
|
|
| 654 |
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
|
| 655 |
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
|
| 656 |
+
background-image: -webkit-gradient(linear,left top, left bottom,from(#f9f9f9),to(#ececec));
|
| 657 |
background-image: linear-gradient(top,#f9f9f9,#ececec);
|
| 658 |
overflow:hidden;
|
| 659 |
position: relative;
|
| 805 |
padding: 5px;
|
| 806 |
border: 1px solid #E3E3E3;
|
| 807 |
background: #F7F7F7;
|
|
|
|
|
|
|
|
|
|
| 808 |
border-radius: 3px;
|
| 809 |
}
|
| 810 |
.tab-section{
|
| 1052 |
#pro-features .pro-features-header,
|
| 1053 |
#pro-features .pro-feature{
|
| 1054 |
background-color: #fff;
|
| 1055 |
+
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
|
| 1056 |
+
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
|
| 1057 |
display: block;
|
| 1058 |
margin: 30px 15px 0;
|
| 1059 |
}
|
| 1066 |
}
|
| 1067 |
|
| 1068 |
#pro-features .pro-feature .pro-feature-features {
|
| 1069 |
+
-webkit-box-sizing: border-box;
|
| 1070 |
+
box-sizing: border-box;
|
| 1071 |
padding: 30px;
|
| 1072 |
}
|
| 1073 |
|
css/cwppos-widget-style1.css
CHANGED
|
@@ -40,6 +40,8 @@
|
|
| 40 |
|
| 41 |
white-space: nowrap;
|
| 42 |
|
|
|
|
|
|
|
| 43 |
transition: all 0.5s ease;
|
| 44 |
|
| 45 |
|
| 40 |
|
| 41 |
white-space: nowrap;
|
| 42 |
|
| 43 |
+
-webkit-transition: all 0.5s ease;
|
| 44 |
+
|
| 45 |
transition: all 0.5s ease;
|
| 46 |
|
| 47 |
|
css/cwppos-widget.css
CHANGED
|
@@ -54,7 +54,9 @@
|
|
| 54 |
.wppr-cols-3 a.wppr-col{
|
| 55 |
position: relative;
|
| 56 |
top: 40%;
|
| 57 |
-
transform: translateY(40%);
|
|
|
|
|
|
|
| 58 |
margin-right:-60px;
|
| 59 |
}
|
| 60 |
.wppr-cols-2 .wppr-col,
|
| 54 |
.wppr-cols-3 a.wppr-col{
|
| 55 |
position: relative;
|
| 56 |
top: 40%;
|
| 57 |
+
-webkit-transform: translateY(40%);
|
| 58 |
+
-ms-transform: translateY(40%);
|
| 59 |
+
transform: translateY(40%);
|
| 60 |
margin-right:-60px;
|
| 61 |
}
|
| 62 |
.wppr-cols-2 .wppr-col,
|
css/dashboard_styles.css
CHANGED
|
@@ -144,7 +144,8 @@ img.theme_options_logo {
|
|
| 144 |
margin-top: -250px;
|
| 145 |
left: 50%;
|
| 146 |
margin-left: -300px;
|
| 147 |
-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3)
|
|
|
|
| 148 |
}
|
| 149 |
|
| 150 |
.preload_result .preload_inner > header {
|
|
@@ -232,9 +233,7 @@ img.theme_options_logo {
|
|
| 232 |
background-color: #7fbf4d;
|
| 233 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
|
| 234 |
background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
|
| 235 |
-
background-image: -
|
| 236 |
-
background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
|
| 237 |
-
background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
|
| 238 |
background-image: linear-gradient(top, #7fbf4d, #63a62f);
|
| 239 |
border: 1px solid #63a62f;
|
| 240 |
border-bottom: 1px solid #5b992b;
|
|
@@ -252,9 +251,7 @@ img.theme_options_logo {
|
|
| 252 |
background-color: #76b347;
|
| 253 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
|
| 254 |
background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
|
| 255 |
-
background-image: -
|
| 256 |
-
background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
|
| 257 |
-
background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
|
| 258 |
background-image: linear-gradient(top, #76b347, #5e9e2e);
|
| 259 |
-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
|
| 260 |
box-shadow: inset 0 1px 0 0 #8dbf67;
|
|
@@ -284,8 +281,6 @@ img.theme_options_logo {
|
|
| 284 |
font-size: 10px;
|
| 285 |
padding-left: 10px;
|
| 286 |
-webkit-transition: all .2s ease-in-out;
|
| 287 |
-
-moz-transition: all .2s ease-in-out;
|
| 288 |
-
-o-transition: all .2s ease-in-out;
|
| 289 |
transition: all .2s ease-in-out
|
| 290 |
}
|
| 291 |
|
|
@@ -315,9 +310,7 @@ a.preload_info, a.preload_info_upsell {
|
|
| 315 |
background-color: #7fbf4d;
|
| 316 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
|
| 317 |
background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
|
| 318 |
-
background-image: -
|
| 319 |
-
background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
|
| 320 |
-
background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
|
| 321 |
background-image: linear-gradient(top, #7fbf4d, #63a62f);
|
| 322 |
border: 1px solid #63a62f;
|
| 323 |
border-bottom: 1px solid #5b992b;
|
|
@@ -338,9 +331,7 @@ a.preload_info:hover, a.preload_info_upsell:hover {
|
|
| 338 |
background-color: #76b347;
|
| 339 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
|
| 340 |
background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
|
| 341 |
-
background-image: -
|
| 342 |
-
background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
|
| 343 |
-
background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
|
| 344 |
background-image: linear-gradient(top, #76b347, #5e9e2e);
|
| 345 |
-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
|
| 346 |
box-shadow: inset 0 1px 0 0 #8dbf67;
|
|
@@ -365,7 +356,8 @@ a.preload_info:hover, a.preload_info_upsell:hover {
|
|
| 365 |
left: 50%;
|
| 366 |
margin-left: -200px;
|
| 367 |
padding: 20px;
|
| 368 |
-
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
|
|
|
| 369 |
}
|
| 370 |
|
| 371 |
#bar-icon-elements i, .current_bar_icon i {
|
| 144 |
margin-top: -250px;
|
| 145 |
left: 50%;
|
| 146 |
margin-left: -300px;
|
| 147 |
+
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
|
| 148 |
+
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3)
|
| 149 |
}
|
| 150 |
|
| 151 |
.preload_result .preload_inner > header {
|
| 233 |
background-color: #7fbf4d;
|
| 234 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
|
| 235 |
background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
|
| 236 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
|
|
|
|
|
|
|
| 237 |
background-image: linear-gradient(top, #7fbf4d, #63a62f);
|
| 238 |
border: 1px solid #63a62f;
|
| 239 |
border-bottom: 1px solid #5b992b;
|
| 251 |
background-color: #76b347;
|
| 252 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
|
| 253 |
background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
|
| 254 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
|
|
|
|
|
|
|
| 255 |
background-image: linear-gradient(top, #76b347, #5e9e2e);
|
| 256 |
-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
|
| 257 |
box-shadow: inset 0 1px 0 0 #8dbf67;
|
| 281 |
font-size: 10px;
|
| 282 |
padding-left: 10px;
|
| 283 |
-webkit-transition: all .2s ease-in-out;
|
|
|
|
|
|
|
| 284 |
transition: all .2s ease-in-out
|
| 285 |
}
|
| 286 |
|
| 310 |
background-color: #7fbf4d;
|
| 311 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
|
| 312 |
background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
|
| 313 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
|
|
|
|
|
|
|
| 314 |
background-image: linear-gradient(top, #7fbf4d, #63a62f);
|
| 315 |
border: 1px solid #63a62f;
|
| 316 |
border-bottom: 1px solid #5b992b;
|
| 331 |
background-color: #76b347;
|
| 332 |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
|
| 333 |
background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
|
| 334 |
+
background-image: -webkit-gradient(linear, left top, left bottom, from(#76b347), to(#5e9e2e));
|
|
|
|
|
|
|
| 335 |
background-image: linear-gradient(top, #76b347, #5e9e2e);
|
| 336 |
-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
|
| 337 |
box-shadow: inset 0 1px 0 0 #8dbf67;
|
| 356 |
left: 50%;
|
| 357 |
margin-left: -200px;
|
| 358 |
padding: 20px;
|
| 359 |
+
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
| 360 |
+
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
| 361 |
}
|
| 362 |
|
| 363 |
#bar-icon-elements i, .current_bar_icon i {
|
css/frontpage.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/*
|
| 2 |
-
Version: 2.9.
|
| 3 |
*/
|
| 4 |
#review-statistics {
|
| 5 |
|
|
@@ -307,12 +307,14 @@
|
|
| 307 |
#review-statistics .review-wrap-up .review-wu-left .rev-wu-image img {
|
| 308 |
height: auto;
|
| 309 |
width: 100%;
|
| 310 |
-
box-shadow: none;
|
|
|
|
| 311 |
}
|
| 312 |
|
| 313 |
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
|
| 314 |
width: 50%;
|
| 315 |
-
box-sizing: border-box;
|
|
|
|
| 316 |
text-align: center;
|
| 317 |
display: block;
|
| 318 |
float: left;
|
|
@@ -398,7 +400,9 @@
|
|
| 398 |
|
| 399 |
.review-wu-bars, .review-wu-right {
|
| 400 |
|
| 401 |
-
box-sizing: content-box !important;
|
|
|
|
|
|
|
| 402 |
text-align: left;
|
| 403 |
|
| 404 |
}
|
|
@@ -495,7 +499,8 @@
|
|
| 495 |
background: #f3f3f3;
|
| 496 |
border: none;
|
| 497 |
height: 7px;
|
| 498 |
-
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
|
|
|
|
| 499 |
float: left;
|
| 500 |
width: 100%;
|
| 501 |
}
|
|
@@ -512,7 +517,8 @@
|
|
| 512 |
|
| 513 |
#cwp-slider-comment .comment-form-meta-option .comment_meta_slider .ui-slider-handle:hover {
|
| 514 |
cursor: pointer;
|
| 515 |
-
box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.3);
|
|
|
|
| 516 |
}
|
| 517 |
|
| 518 |
#cwp-slider-comment cite.review-info {
|
| 1 |
/*
|
| 2 |
+
Version: 2.9.8
|
| 3 |
*/
|
| 4 |
#review-statistics {
|
| 5 |
|
| 307 |
#review-statistics .review-wrap-up .review-wu-left .rev-wu-image img {
|
| 308 |
height: auto;
|
| 309 |
width: 100%;
|
| 310 |
+
-webkit-box-shadow: none;
|
| 311 |
+
box-shadow: none;
|
| 312 |
}
|
| 313 |
|
| 314 |
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
|
| 315 |
width: 50%;
|
| 316 |
+
-webkit-box-sizing: border-box;
|
| 317 |
+
box-sizing: border-box;
|
| 318 |
text-align: center;
|
| 319 |
display: block;
|
| 320 |
float: left;
|
| 400 |
|
| 401 |
.review-wu-bars, .review-wu-right {
|
| 402 |
|
| 403 |
+
-webkit-box-sizing: content-box !important;
|
| 404 |
+
|
| 405 |
+
box-sizing: content-box !important;
|
| 406 |
text-align: left;
|
| 407 |
|
| 408 |
}
|
| 499 |
background: #f3f3f3;
|
| 500 |
border: none;
|
| 501 |
height: 7px;
|
| 502 |
+
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
|
| 503 |
+
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
|
| 504 |
float: left;
|
| 505 |
width: 100%;
|
| 506 |
}
|
| 517 |
|
| 518 |
#cwp-slider-comment .comment-form-meta-option .comment_meta_slider .ui-slider-handle:hover {
|
| 519 |
cursor: pointer;
|
| 520 |
+
-webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.3);
|
| 521 |
+
box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.3);
|
| 522 |
}
|
| 523 |
|
| 524 |
#cwp-slider-comment cite.review-info {
|
css/jquery-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
/*! jQuery UI - v1.10.3 - 2013-05-03
|
| 2 |
-
---------------------------------*/
|
| 3 |
-
---------------------------------*/
|
| 4 |
-
---------------------------------*/
|
| 5 |
-
---------------------------------*/
|
| 6 |
-
---------------------------------*/
|
| 7 |
-
---------------------------------*/
|
| 8 |
-
---------------------------------*/
|
| 9 |
-
---------------------------------*/
|
| 10 |
-
---------------------------------*/
|
| 11 |
-
---------------------------------*/
|
| 12 |
-
---------------------------------*/
|
| 13 |
-
---------------------------------*/
|
| 14 |
-
---------------------------------*/
|
| 15 |
-
---------------------------------*/
|
| 16 |
-
---------------------------------*/
|
| 17 |
-
---------------------------------*/
|
| 18 |
-
---------------------------------*/
|
| 19 |
-
---------------------------------*/
|
| 1 |
+
/*! jQuery UI - v1.10.3 - 2013-05-03
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/lightbox.css
CHANGED
|
@@ -29,10 +29,6 @@ body:after {
|
|
| 29 |
display: block;
|
| 30 |
height: auto;
|
| 31 |
max-width: inherit;
|
| 32 |
-
-webkit-border-radius: 3px;
|
| 33 |
-
-moz-border-radius: 3px;
|
| 34 |
-
-ms-border-radius: 3px;
|
| 35 |
-
-o-border-radius: 3px;
|
| 36 |
border-radius: 3px;
|
| 37 |
}
|
| 38 |
|
|
@@ -47,10 +43,6 @@ body:after {
|
|
| 47 |
width: 250px;
|
| 48 |
height: 250px;
|
| 49 |
margin: 0 auto;
|
| 50 |
-
-webkit-border-radius: 4px;
|
| 51 |
-
-moz-border-radius: 4px;
|
| 52 |
-
-ms-border-radius: 4px;
|
| 53 |
-
-o-border-radius: 4px;
|
| 54 |
border-radius: 4px;
|
| 55 |
}
|
| 56 |
|
|
@@ -114,8 +106,6 @@ body:after {
|
|
| 114 |
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
| 115 |
opacity: 0;
|
| 116 |
-webkit-transition: opacity 0.6s;
|
| 117 |
-
-moz-transition: opacity 0.6s;
|
| 118 |
-
-o-transition: opacity 0.6s;
|
| 119 |
transition: opacity 0.6s;
|
| 120 |
}
|
| 121 |
|
|
@@ -132,8 +122,6 @@ body:after {
|
|
| 132 |
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
| 133 |
opacity: 0;
|
| 134 |
-webkit-transition: opacity 0.6s;
|
| 135 |
-
-moz-transition: opacity 0.6s;
|
| 136 |
-
-o-transition: opacity 0.6s;
|
| 137 |
transition: opacity 0.6s;
|
| 138 |
}
|
| 139 |
|
|
@@ -147,11 +135,7 @@ body:after {
|
|
| 147 |
padding-top: 5px;
|
| 148 |
*zoom: 1;
|
| 149 |
width: 100%;
|
| 150 |
-
-moz-border-radius-bottomleft: 4px;
|
| 151 |
-
-webkit-border-bottom-left-radius: 4px;
|
| 152 |
border-bottom-left-radius: 4px;
|
| 153 |
-
-moz-border-radius-bottomright: 4px;
|
| 154 |
-
-webkit-border-bottom-right-radius: 4px;
|
| 155 |
border-bottom-right-radius: 4px;
|
| 156 |
}
|
| 157 |
|
|
@@ -198,8 +182,6 @@ body:after {
|
|
| 198 |
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
|
| 199 |
opacity: 0.7;
|
| 200 |
-webkit-transition: opacity 0.2s;
|
| 201 |
-
-moz-transition: opacity 0.2s;
|
| 202 |
-
-o-transition: opacity 0.2s;
|
| 203 |
transition: opacity 0.2s;
|
| 204 |
}
|
| 205 |
|
| 29 |
display: block;
|
| 30 |
height: auto;
|
| 31 |
max-width: inherit;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
border-radius: 3px;
|
| 33 |
}
|
| 34 |
|
| 43 |
width: 250px;
|
| 44 |
height: 250px;
|
| 45 |
margin: 0 auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
border-radius: 4px;
|
| 47 |
}
|
| 48 |
|
| 106 |
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
| 107 |
opacity: 0;
|
| 108 |
-webkit-transition: opacity 0.6s;
|
|
|
|
|
|
|
| 109 |
transition: opacity 0.6s;
|
| 110 |
}
|
| 111 |
|
| 122 |
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
| 123 |
opacity: 0;
|
| 124 |
-webkit-transition: opacity 0.6s;
|
|
|
|
|
|
|
| 125 |
transition: opacity 0.6s;
|
| 126 |
}
|
| 127 |
|
| 135 |
padding-top: 5px;
|
| 136 |
*zoom: 1;
|
| 137 |
width: 100%;
|
|
|
|
|
|
|
| 138 |
border-bottom-left-radius: 4px;
|
|
|
|
|
|
|
| 139 |
border-bottom-right-radius: 4px;
|
| 140 |
}
|
| 141 |
|
| 182 |
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
|
| 183 |
opacity: 0.7;
|
| 184 |
-webkit-transition: opacity 0.2s;
|
|
|
|
|
|
|
| 185 |
transition: opacity 0.2s;
|
| 186 |
}
|
| 187 |
|
images/cart-icon-hover.png
CHANGED
|
Binary file
|
images/cart-icon.png
CHANGED
|
Binary file
|
images/single.png
CHANGED
|
Binary file
|
inc/cwp_metabox.php
CHANGED
|
@@ -127,7 +127,7 @@ function cwp_review_meta_box_callback( $post ) {
|
|
| 127 |
echo 'cwp_hide_button2';
|
| 128 |
} ?>">
|
| 129 |
<label
|
| 130 |
-
for="cwp_product_affiliate_text2"><?php _e( 'Affiliate
|
| 131 |
<input type="text" name="cwp_product_affiliate_text2" id="cwp_product_affiliate_text2"
|
| 132 |
value="<?php
|
| 133 |
if ( isset( $cwp_review_stored_meta['cwp_product_affiliate_text2'][0] ) ) {
|
| 127 |
echo 'cwp_hide_button2';
|
| 128 |
} ?>">
|
| 129 |
<label
|
| 130 |
+
for="cwp_product_affiliate_text2"><?php _e( 'Affiliate Text 2', 'cwppos' ); ?></label>
|
| 131 |
<input type="text" name="cwp_product_affiliate_text2" id="cwp_product_affiliate_text2"
|
| 132 |
value="<?php
|
| 133 |
if ( isset( $cwp_review_stored_meta['cwp_product_affiliate_text2'][0] ) ) {
|
readme.txt
CHANGED
|
@@ -72,6 +72,10 @@ If you wanna learn more about the <a href="http://www.codeinwp.com/blog/fastest-
|
|
| 72 |
|
| 73 |
== Changelog ==
|
| 74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
**New in 2.9.6**
|
| 76 |
|
| 77 |
- Fixed undefined notices
|
| 72 |
|
| 73 |
== Changelog ==
|
| 74 |
|
| 75 |
+
**New in 2.9.8**
|
| 76 |
+
|
| 77 |
+
- Added more features page
|
| 78 |
+
|
| 79 |
**New in 2.9.6**
|
| 80 |
|
| 81 |
- Fixed undefined notices
|
wp-product-review.php
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
*
|
| 10 |
* Plugin Name: WP Product Review Lite
|
| 11 |
* Description: The highest rated and most complete review plugin, now with rich snippets support. Easily turn your basic posts into in-depth reviews.
|
| 12 |
-
* Version: 2.9.
|
| 13 |
* Author: Themeisle
|
| 14 |
* Author URI: http://themeisle.com/
|
| 15 |
* Plugin URI: http://themeisle.com/plugins/wp-product-review-lite/
|
|
@@ -22,7 +22,7 @@
|
|
| 22 |
* Domain Path: /languages
|
| 23 |
*/
|
| 24 |
|
| 25 |
-
define( 'WPPR_LITE_VERSION', '2.9.
|
| 26 |
define( 'WPPR_PATH',dirname( __FILE__ ) );
|
| 27 |
define( 'WPPR_SLUG', 'wppr' );
|
| 28 |
define( 'WPPR_URL',plugins_url( 'wp-product-review' ) );
|
| 9 |
*
|
| 10 |
* Plugin Name: WP Product Review Lite
|
| 11 |
* Description: The highest rated and most complete review plugin, now with rich snippets support. Easily turn your basic posts into in-depth reviews.
|
| 12 |
+
* Version: 2.9.8
|
| 13 |
* Author: Themeisle
|
| 14 |
* Author URI: http://themeisle.com/
|
| 15 |
* Plugin URI: http://themeisle.com/plugins/wp-product-review-lite/
|
| 22 |
* Domain Path: /languages
|
| 23 |
*/
|
| 24 |
|
| 25 |
+
define( 'WPPR_LITE_VERSION', '2.9.8' );
|
| 26 |
define( 'WPPR_PATH',dirname( __FILE__ ) );
|
| 27 |
define( 'WPPR_SLUG', 'wppr' );
|
| 28 |
define( 'WPPR_URL',plugins_url( 'wp-product-review' ) );
|
