Changeset 3156322
- Timestamp:
- 09/23/2024 12:28:17 PM (18 months ago)
- Location:
- what-if-bitcoin/tags/1.0.1
- Files:
-
- 17 added
- 35 deleted
- 5 edited
-
assets/css/colorpicker.css (deleted)
-
assets/css/custom_style.css (modified) (1 diff)
-
assets/css/layout.css (deleted)
-
assets/css/settings_css.css (modified) (1 diff)
-
assets/images/blank.gif (deleted)
-
assets/images/colorpicker_background.png (deleted)
-
assets/images/colorpicker_hex.png (deleted)
-
assets/images/colorpicker_hsb_b.png (deleted)
-
assets/images/colorpicker_hsb_h.png (deleted)
-
assets/images/colorpicker_hsb_s.png (deleted)
-
assets/images/colorpicker_indic.gif (deleted)
-
assets/images/colorpicker_overlay.png (deleted)
-
assets/images/colorpicker_rgb_b.png (deleted)
-
assets/images/colorpicker_rgb_g.png (deleted)
-
assets/images/colorpicker_rgb_r.png (deleted)
-
assets/images/colorpicker_select.gif (deleted)
-
assets/images/colorpicker_submit.png (deleted)
-
assets/images/custom_background.png (deleted)
-
assets/images/custom_hex.png (deleted)
-
assets/images/custom_hsb_b.png (deleted)
-
assets/images/custom_hsb_h.png (deleted)
-
assets/images/custom_hsb_s.png (deleted)
-
assets/images/custom_indic.gif (deleted)
-
assets/images/custom_rgb_b.png (deleted)
-
assets/images/custom_rgb_g.png (deleted)
-
assets/images/custom_rgb_r.png (deleted)
-
assets/images/custom_submit.png (deleted)
-
assets/images/icon.png (deleted)
-
assets/images/select.png (deleted)
-
assets/images/select2.png (deleted)
-
assets/images/slider.png (deleted)
-
assets/js/colorpicker.js (deleted)
-
assets/js/custom.js (added)
-
assets/js/eye.js (deleted)
-
assets/js/fetch-result.js (modified) (1 diff)
-
assets/js/layout.js (deleted)
-
assets/js/preview.js (modified) (3 diffs)
-
assets/js/utils.js (deleted)
-
functions (added)
-
functions/admin_function.php (added)
-
functions/generate_form.php (added)
-
functions/generate_form_result.php (added)
-
functions/initial_front_func.php (added)
-
functions/shortcode.php (added)
-
functions/whatif_settings.php (added)
-
includes (added)
-
includes/activate.php (added)
-
includes/admin_enqueue.php (added)
-
includes/deactivate.php (added)
-
index.php (added)
-
init.php (deleted)
-
readme.txt (modified) (2 diffs)
-
settings.php (deleted)
-
templates (added)
-
templates/settings.php (added)
-
uninstall.php (added)
-
what-if-bitcoin.php (added)
Legend:
- Unmodified
- Added
- Removed
-
what-if-bitcoin/tags/1.0.1/assets/css/custom_style.css
r2641673 r3156322 1 .whatif_form { width:100%;display:block; padding:20px 0px; position: relative;}.whatif_form .whatif_form_row { width:100%; margin-bottom:10px;text-align:center}.whatif_form .whatif_form_row_btn { width:100%; margin-top:25px;text-align:center}.whatif_form .whatif_form_row .form-control {padding:10px 15px !important;height:auto !important;background-color: transparent; border-top: 0; border-right: 0; border-left: 0; border-radius: 0; 2 &:focus {border-color: #111;}}[type="text"] {color: #111;}[type="password"] {color: #111;} .whatif_form .whatif_form_row input[type="text"] {width:100px; display: initial;} .whatif_form .whatif_form_row select { width:30%;display:inline-block;} .whatif_form .whatif_form_row #currency_select{ width:18%;} .whatif_form .whatif_form_row select:nth-child(2) {margin-left:10px;margin-right:10px; } .whatif_form .whatif_form_row_btn .btn--form { padding: .5rem 2.5rem !important; padding:10px 15px !important; /*font-size: .95rem !important;*/ font-weight: 600 !important;text-transform: uppercase;text-decoration:none;color: #fff;background: #111;border-radius: remy(35px);&:focus,&:hover {background: lighten(#111, 13%);}}.whatif_form .whatif_form_row_btn small {font-size:12px; padding-top:10px;display: block;}.whatif_form .whatif_form_row_btn small a{text-decoration:underline !important; }.whatif_form_result {text-align:center; margin-top:20px;margin-bottom:20px;padding:20px 35px;display:none;}.whatif_form_result .result_text { font-size:18px;border:2px solid;padding:15px;} .whatif_form .whatif_form_row_text .tech_disp{position: absolute;right: 0;bottom: 0;background-color: #000;padding: 5px;}.whatif_form .whatif_form_row_text .tech_disp a{color: #fff; 3 text-decoration: none; font-size: 12px; font-weight: bold;}@media only screen and (max-width: 760px) { .whatif_form .whatif_form_row #currency_select { width:25%;} } @media only screen and (max-width: 380px) { .whatif_form .whatif_form_row #currency_select { width:30%;} } 1 .whatif_form { 2 width:auto !important; 3 display:block; 4 padding:20px 20px; 5 position: relative; 6 } 7 .whatif_form .whatif_form_row { 8 width:100% !important; 9 margin-bottom:10px; 10 text-align:center 11 } 12 .whatif_form .whatif_form_row_btn { 13 width:100% !important; 14 margin-top:25px; 15 text-align:center 16 } 17 .whatif_form .whatif_form_row .form-control { 18 padding:10px 15px !important; 19 height:auto !important; 20 background-color: transparent; 21 border-top: 0; 22 border-right: 0; 23 border-left: 0; 24 border-radius: 0; 25 } [type="text"] { 26 color: #111; 27 } [type="password"] { 28 color: #111; 29 } 30 .whatif_form .whatif_form_row input[type="text"] { 31 width:100px; 32 display: initial; 33 34 } 35 .whatif_form .whatif_form_row select { 36 width:30% !important; 37 min-width: auto !important; 38 display:inline-block; 39 margin: 10px 5px; 40 } 41 .whatif_form .whatif_form_row #currency_select { 42 width:18% !important; 43 } 44 .whatif_form .whatif_form_row_btn .btn--form { 45 padding: .5rem 2.5rem !important; 46 padding:10px 15px !important; /*font-size: .95rem !important;*/ 47 font-weight: 600 !important; 48 text-transform: uppercase; 49 text-decoration:none; 50 color: #fff; 51 background: #111; 52 } 53 .whatif_form .whatif_form_row_btn small { 54 font-size:12px; 55 padding-top:10px; 56 display: block; 57 } 58 .whatif_form .whatif_form_row_btn small a { 59 text-decoration:underline !important; 60 } 61 .whatif_form_result { 62 text-align:center; 63 margin-top:20px; 64 margin-bottom:20px; 65 padding:20px 35px; 66 display:none; 67 } 68 .whatif_form_result .result_text { 69 font-size:18px; 70 border:2px solid; 71 padding:15px; 72 } 73 .whatif_form .whatif_form_row_text .tech_disp { 74 position: absolute; 75 right: 0; 76 bottom: 0; 77 background-color: #000; 78 padding: 5px; 79 } 80 .whatif_form .whatif_form_row_text .tech_disp a { 81 color: #fff; 82 text-decoration: none; 83 font-size: 12px; 84 font-weight: bold; 85 } 86 @media only screen and (max-width: 760px) { 87 .whatif_form .whatif_form_row #currency_select { 88 width:25%; 89 } 90 } 91 @media only screen and (max-width: 380px) { 92 .whatif_form .whatif_form_row #currency_select { 93 width:30%; 94 } 95 } -
what-if-bitcoin/tags/1.0.1/assets/css/settings_css.css
r2641673 r3156322 23 23 } 24 24 } 25 -
what-if-bitcoin/tags/1.0.1/assets/js/fetch-result.js
r2641673 r3156322 1 function fetch_result() { if(jQuery("#whatif_amount").val()=="") { alert("Please enter amount"); return false;}jQuery(".whatif_form_result .result_text").html("<center><b>Processing...</b></center>");jQuery(".whatif_form_result").fadeIn("slow"); jQuery.ajax({url: adminajax_url,type: "POST",data:{ whatif_currency: jQuery("#whatif_currency").val(), whatif_currency_text: jQuery("#whatif_currency_text").val(),whatif_month:jQuery("#whatif_month").val(),whatif_day:jQuery("#whatif_day").val(),whatif_year:jQuery("#whatif_year").val(),whatif_amount:jQuery("#whatif_amount").val(),currency_select:jQuery("#currency_select").val(),action:"fetch_whatif_result" },success: function( data ){data = data.slice(0, -1); jQuery(".whatif_form_result .result_text").html(data);}});} 1 function fetch_result() { 2 if(jQuery("#whatif_amount").val()=="") { 3 alert("Please enter amount"); 4 return false; 5 } 6 jQuery(".whatif_form_result .result_text").html("<center><b>Processing...</b></center>"); 7 jQuery(".whatif_form_result").fadeIn("slow"); 8 jQuery.ajax({ 9 url: adminajax_url, 10 type: "POST", 11 data: { 12 whatif_currency: jQuery("#whatif_currency").val(), 13 whatif_currency_text: jQuery("#whatif_currency_text").val(), 14 whatif_month:jQuery("#whatif_month").val(), 15 whatif_day:jQuery("#whatif_day").val(), 16 whatif_year:jQuery("#whatif_year").val(), 17 whatif_amount:jQuery("#whatif_amount").val(), 18 currency_select:jQuery("#currency_select").val(), 19 action:"fetch_whatif_result" 20 }, 21 success: function( data ) { 22 data = data.slice(0, -1); 23 jQuery(".whatif_form_result .result_text").html(data); 24 } 25 }); 26 } -
what-if-bitcoin/tags/1.0.1/assets/js/preview.js
r2641673 r3156322 1 1 /* Live Rreview settings */ 2 jQuery('#whatif_bg_color').ColorPicker({ 3 color: whatif_bg_color, 4 onShow: function (colpkr) { 5 jQuery(colpkr).fadeIn(500); 6 return false; 7 }, 8 onHide: function (colpkr) { 9 jQuery(colpkr).fadeOut(500); 10 return false; 11 }, 12 onChange: function (hsb, hex, rgb) { 13 jQuery('#whatif_bg_color').val('#' + hex); 14 var whatif_border_radius_fetch = jQuery('#whatif_border_radius').val(); 15 jQuery(".whatif_admin_row_last .whatif_form").attr('style','background-color:#'+hex+' !important; border-radius:'+whatif_border_radius_fetch+'px !important'); 16 } 17 }); 2 jQuery("#whatif_bg_color").wpColorPicker({ 3 change: function (event, ui) { 4 setTimeout(function(){ 5 var hex = event.target.value; 6 jQuery('#whatif_bg_color').val(hex); 7 var whatif_border_radius_fetch = jQuery('#whatif_border_radius').val(); 8 jQuery(".whatif_admin_row_last .whatif_form").attr('style','background-color:'+hex+' !important; border-radius:'+whatif_border_radius_fetch+'px !important'); 9 },1); 10 }, 11 }); 18 12 jQuery("#whatif_border_radius").change(function() { 19 13 var val = jQuery(this).val(); … … 22 16 jQuery(".whatif_admin_row_last .whatif_form_result .result_text").attr('style','border-radius:'+val+'px !important; background-color:'+whatif_bg_color_fetch+' !important;'); 23 17 }); 24 jQuery('#whatif_text_color').ColorPicker({ 25 color: whatif_text_color, 26 onShow: function (colpkr) { 27 jQuery(colpkr).fadeIn(500); 28 return false; 29 }, 30 onHide: function (colpkr) { 31 jQuery(colpkr).fadeOut(500); 32 return false; 33 }, 34 onChange: function (hsb, hex, rgb) { 35 jQuery('#whatif_text_color').val('#' + hex); 36 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row").attr('style','color:#'+hex+' !important'); 37 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row .fa").attr('style','color:#'+hex+' !important'); 38 /*jQuery(".whatif_admin_row_last whatif_form .whatif_form_row_btn a").attr('style','color:#'+hex+' !important');*/ 39 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row_btn .made_love").attr('style','color:#'+hex+' !important'); 40 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row_btn .made_love a").attr('style','color:#'+hex+' !important'); 41 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_result .result_text").attr('style','color:#'+hex+' !important'); 42 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_result .result_text .fa").attr('style','color:#'+hex+' !important'); 43 } 44 }); 45 jQuery('#whatif_input_text_color').ColorPicker({ 46 color: whatif_input_text_color, 47 onShow: function (colpkr) { 48 jQuery(colpkr).fadeIn(500); 49 return false; 50 }, 51 onHide: function (colpkr) { 52 jQuery(colpkr).fadeOut(500); 53 return false; 54 }, 55 onChange: function (hsb, hex, rgb) { 56 jQuery('#whatif_input_text_color').val('#' + hex); 18 jQuery('#whatif_text_color').wpColorPicker({ 19 change: function (event, ui) { 20 setTimeout(function(){ 21 var hex = event.target.value; 22 jQuery('#whatif_text_color').val(hex); 23 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row").attr('style','color:'+hex+' !important'); 24 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row .fa").attr('style','color:'+hex+' !important'); 25 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row_btn .made_love").attr('style','color:'+hex+' !important'); 26 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row_btn .made_love a").attr('style','color:'+hex+' !important'); 27 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_result .result_text").attr('style','color:'+hex+' !important'); 28 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_result .result_text .fa").attr('style','color:'+hex+' !important'); 29 30 },1); 31 }, 32 }); 33 jQuery('#whatif_input_text_color').wpColorPicker({ 34 change: function (event, ui) { 35 setTimeout(function() { 36 var hex = event.target.value; 37 jQuery('#whatif_input_text_color').val(hex); 57 38 var whatif_input_border_color_fetch = jQuery('#whatif_input_border_color').val(); 58 39 var whatif_input_bg_color_fetch = jQuery('#whatif_input_bg_color').val(); 59 40 var whatif_input_border_radius_fetch = jQuery('#whatif_input_border_radius').val(); 60 jQuery(".whatif_admin_row_last ..whatif_form .whatif_form_row input").attr('style','color:#'+hex+' !important; border-color:'+whatif_input_border_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 61 jQuery(".whatif_admin_row_last ..whatif_form .whatif_form_row select").attr('style','color:#'+hex+' !important; border-color:'+whatif_input_border_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 62 } 41 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row input").attr('style','color:'+hex+' !important; border-color:'+whatif_input_border_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 42 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row select").attr('style','color:'+hex+' !important; border-color:'+whatif_input_border_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 43 },1); 44 }, 63 45 }); 64 jQuery('#whatif_input_bg_color').ColorPicker({ 65 color: whatif_input_bg_color, 66 onShow: function (colpkr) { 67 jQuery(colpkr).fadeIn(500); 68 return false; 69 }, 70 onHide: function (colpkr) { 71 jQuery(colpkr).fadeOut(500); 72 return false; 73 }, 74 onChange: function (hsb, hex, rgb) { 75 jQuery('#whatif_input_bg_color').val('#' + hex); 46 jQuery('#whatif_input_bg_color').wpColorPicker({ 47 change: function (event, ui) { 48 setTimeout(function(){ 49 var hex = event.target.value; 50 jQuery('#whatif_input_bg_color').val(hex); 76 51 var whatif_input_text_color_fetch = jQuery('#whatif_input_text_color').val(); 77 52 var whatif_input_border_color_fetch = jQuery('#whatif_input_border_color').val(); 78 53 var whatif_input_border_radius_fetch = jQuery('#whatif_input_border_radius').val(); 79 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row input").attr('style','background-color:#'+hex+' !important; color:'+whatif_input_text_color_fetch+' !important; border-color:'+whatif_input_border_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 80 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row select").attr('style','background-color:#'+hex+' !important; color:'+whatif_input_text_color_fetch+' !important; border-color:'+whatif_input_border_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 81 } 54 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row input").attr('style','background-color:'+hex+' !important; color:'+whatif_input_text_color_fetch+' !important; border-color:'+whatif_input_border_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 55 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row select").attr('style','background-color:'+hex+' !important; color:'+whatif_input_text_color_fetch+' !important; border-color:'+whatif_input_border_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 56 },1); 57 }, 82 58 }); 83 jQuery('#whatif_input_border_color').ColorPicker({ 84 color: whatif_input_border_color, 85 onShow: function (colpkr) { 86 jQuery(colpkr).fadeIn(500); 87 return false; 88 }, 89 onHide: function (colpkr) { 90 jQuery(colpkr).fadeOut(500); 91 return false; 92 }, 93 onChange: function (hsb, hex, rgb) { 94 jQuery('#whatif_input_border_color').val('#' + hex); 59 jQuery('#whatif_input_border_color').wpColorPicker({ 60 change: function (event, ui) { 61 setTimeout(function(){ 62 var hex = event.target.value; 63 jQuery('#whatif_input_border_color').val(hex); 95 64 var whatif_input_text_color_fetch = jQuery('#whatif_input_text_color').val(); 96 65 var whatif_input_bg_color_fetch = jQuery('#whatif_input_bg_color').val(); 97 66 var whatif_input_border_radius_fetch = jQuery('#whatif_input_border_radius').val(); 98 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row input").attr('style','border-color:#'+hex+' !important; color:'+whatif_input_text_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 99 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row select").attr('style','border-color:#'+hex+' !important; color:'+whatif_input_text_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 100 } 67 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row input").attr('style','border-color:'+hex+' !important; color:'+whatif_input_text_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 68 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row select").attr('style','border-color:'+hex+' !important; color:'+whatif_input_text_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important; border-radius:'+whatif_input_border_radius_fetch+'px !important;'); 69 },1); 70 }, 101 71 }); 102 72 jQuery("#whatif_input_border_radius").change(function() { … … 109 79 jQuery(".whatif_admin_row_last .whatif_form .btn--form").attr('style','border-radius:'+val+'px !important; color:'+whatif_input_text_color_fetch+' !important; border-color:'+whatif_input_border_color_fetch+' !important; background-color:'+whatif_input_bg_color_fetch+' !important;'); 110 80 }); 111 jQuery('#whatif_button_bg_color').ColorPicker({ 112 color: whatif_button_bg_color, 113 onShow: function (colpkr) { 114 jQuery(colpkr).fadeIn(500); 115 return false; 81 jQuery('#whatif_button_bg_color').wpColorPicker({ 82 change: function (event, ui) { 83 setTimeout(function(){ 84 var hex = event.target.value; 85 jQuery('#whatif_button_bg_color').val(hex); 86 var whatif_button_text_color_fetch = jQuery('#whatif_button_text_color').val(); 87 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row_btn .btn--form").attr('style','background-color:'+hex+' !important; color:'+whatif_button_text_color_fetch+' !important;'); 88 },1); 116 89 }, 117 onHide: function (colpkr) { 118 jQuery(colpkr).fadeOut(500); 119 return false; 90 }); 91 jQuery('#whatif_button_text_color').wpColorPicker({ 92 change: function (event, ui) { 93 setTimeout(function(){ 94 var hex = event.target.value; 95 jQuery('#whatif_button_text_color').val(hex); 96 var whatif_button_bg_color_fetch = jQuery('#whatif_button_bg_color').val(); 97 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row_btn .btn--form").attr('style','color:'+hex+' !important; background-color:'+whatif_button_bg_color_fetch+' !important;'); 98 99 },1); 120 100 }, 121 onChange: function (hsb, hex, rgb) {122 jQuery('#whatif_button_bg_color').val('#' + hex);123 var whatif_button_text_color_fetch = jQuery('#whatif_button_text_color').val();124 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row_btn .btn--form").attr('style','background-color:#'+hex+' !important; color:'+whatif_button_text_color_fetch+' !important;');125 }126 101 }); 127 jQuery('#whatif_button_text_color').ColorPicker({ 128 color: whatif_button_text_color, 129 onShow: function (colpkr) { 130 jQuery(colpkr).fadeIn(500); 131 return false; 102 jQuery('#whatif_result_border_color').wpColorPicker({ 103 change: function (event, ui) { 104 setTimeout(function(){ 105 var hex = event.target.value; 106 jQuery('#whatif_result_border_color').val(hex); 107 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_result .result_text").attr('style','border-color:'+hex+' !important'); 108 },1); 132 109 }, 133 onHide: function (colpkr) { 134 jQuery(colpkr).fadeOut(500); 135 return false; 110 }); 111 jQuery('#whatif_result_text_color').wpColorPicker({ 112 change: function (event, ui) { 113 setTimeout(function(){ 114 var hex = event.target.value; 115 jQuery('#whatif_result_text_color').val(hex); 116 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_result .result_text .whatif_form_result_text").attr('style','color:'+hex+' !important'); 117 },1); 136 118 }, 137 onChange: function (hsb, hex, rgb) {138 jQuery('#whatif_button_text_color').val('#' + hex);139 var whatif_button_bg_color_fetch = jQuery('#whatif_button_bg_color').val();140 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_row_btn .btn--form").attr('style','color:#'+hex+' !important; background-color:'+whatif_button_bg_color_fetch+' !important;');141 142 }143 });144 jQuery('#whatif_result_border_color').ColorPicker({145 color: whatif_result_border_color,146 onShow: function (colpkr) {147 jQuery(colpkr).fadeIn(500);148 return false;149 },150 onHide: function (colpkr) {151 jQuery(colpkr).fadeOut(500);152 return false;153 },154 onChange: function (hsb, hex, rgb) {155 jQuery('#whatif_result_border_color').val('#' + hex);156 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_result .result_text").attr('style','border-color:#'+hex+' !important');157 }158 });159 jQuery('#whatif_result_text_color').ColorPicker({160 color: whatif_result_text_color,161 onShow: function (colpkr) {162 jQuery(colpkr).fadeIn(500);163 return false;164 },165 onHide: function (colpkr) {166 jQuery(colpkr).fadeOut(500);167 return false;168 },169 onChange: function (hsb, hex, rgb) {170 jQuery('#whatif_result_text_color').val('#' + hex);171 jQuery(".whatif_admin_row_last .whatif_form .whatif_form_result .result_text .whatif_form_result_text").attr('style','color:#'+hex+' !important');172 }173 119 }); 174 120 jQuery("#whatif_made_love").change(function() { -
what-if-bitcoin/tags/1.0.1/readme.txt
r2641673 r3156322 4 4 Plugin Name: What If Bitcoin? 5 5 Plugin URI: https://techuptodate.com.au/what-if-bitcoin/ 6 Tags: altcoin, bitcoin, bitcoin calculator, btc, business, calculator, crypto, cryptocurrency, exchange, faucets, finance, fun, lists, markets, trading6 Tags: bitcoin, bitcoin calculator, btc, crypto, cryptocurrency 7 7 Author URI: https://techuptodate.com.au/ 8 8 Author: TechUptodate 9 9 Donate link: https://techuptodate.com.au/what-if-bitcoin/ 10 10 Requires at least: 4.7 11 Tested up to: 4.911 Tested up to: 6.6.2 12 12 Stable tag: 1.0.1 13 Version: 1.0.1 14 License: GPLv2 or later 15 License URI: http://www.gnu.org/licenses/gpl-2.0.html 16 Requires PHP: 5.5 13 Version: 1.2.1 14 License: GPLv3 or later 15 License URI: https://gnu.org/licenses/gpl-3.0.en.html 16 Requires PHP: 7.4 17 18 19 A short description of the plugin. 17 20 18 21 == Description == … … 77 80 == Changelog == 78 81 79 = 1.0.1 =80 * Coindesk API issue fix.81 82 82 = 1.0.0 = 83 83 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.