Changeset 2851407
- Timestamp:
- 01/19/2023 07:38:51 PM (3 years ago)
- Location:
- outgrow/trunk
- Files:
-
- 3 edited
-
css/style.css (modified) (2 diffs)
-
outgrow-api.php (modified) (7 diffs)
-
tinymce-custom-class.css (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
outgrow/trunk/css/style.css
r2643816 r2851407 338 338 body{ 339 339 position: relative; 340 font-family:Montserrat;341 340 } 342 341 /* alertbox */ … … 769 768 770 769 font-size: 16px; 771 font-family: Montserrat; 772 outline: none; 773 float: left; 774 width: 90%; 775 border-color: none; 776 border: none; 777 border-right: 1px solid #ddd; 778 padding: 14px 28px 15px 28px; 779 box-shadow: none; 780 color: rgb( 107, 107, 114 ); 781 margin: 0; 770 font-family: Montserrat !important; 771 outline: none !important; 772 float: left !important; 773 width: 90% !important; 774 border-color: none !important; 775 border: none !important; 776 border-right: 1px solid #ddd !important; 777 padding: 14px 28px 15px 28px !important; 778 box-shadow: none !important; 779 color: rgb( 107, 107, 114 ) !important; 780 margin: 0 !important; 781 LINE-HEIGHT: unset !important; 782 782 } 783 783 -
outgrow/trunk/outgrow-api.php
r2850884 r2851407 184 184 $meta = array(); 185 185 if($res->data){ 186 $calci_count = count _($res->data);186 $calci_count = count($res->data); 187 187 } 188 188 if ($res->success == "true" || $res->code != 401 && $calci_count>0) { … … 270 270 <form name="form1" method="post" style="margin-bottom:0em;" > 271 271 <div class="main-text-area" > 272 <input type="text" name="header_script1 []" class="select-box" id="header_script" Placeholder="Enter/Select API KEY" autocomplete="off">272 <input type="text" name="header_script1" class="select-box" id="header_script" Placeholder="Enter/Select API KEY" autocomplete="off"> 273 273 <span class="select-img" onclick="showOption()"> 274 274 <img src="<?php echo plugins_url('/images/select.png', __FILE__) ?>" alt="arrow"> … … 291 291 ?> 292 292 <li id="api-list"> 293 <input type="button" class="option" id="select-api-key" onclick="selectKey('<?php echo $db_row->api_key ?>')" name ="show_data" value="<?php echo $db_row->api_key ?>"> <?php echo ($_POST['header_script1']);?>293 <input type="button" class="option" id="select-api-key" onclick="selectKey('<?php echo $db_row->api_key ?>')" name ="show_data" value="<?php echo $db_row->api_key ?>"> 294 294 <button name="delete_data" class="list-close" value="<?php echo $db_row->api_key ?>">x</button> 295 295 </li> … … 406 406 'api_key' => $item 407 407 )); 408 if(count _($apiArray)==1){408 if(count($apiArray)==1){ 409 409 setcookie('API', null, -1, '/'); 410 410 } … … 549 549 // add_action('wp_before_admin_bar_render', 'wpb_custom_logo'); 550 550 function count_($array) { 551 echo $array; ?> 552 <?php console_log($array); ?> <? 553 return is_array($array) ? count_($array) : 0; 551 return is_array($array) ? count($array) : -1; 554 552 } 555 553 … … 558 556 global $wpdb; 559 557 require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); 560 if (count_($wpdb->get_var('SHOW TABLE LIKE "wp_outgrow_calci_api_table"') < 0)) {558 if (count_($wpdb->get_var('SHOW TABLES LIKE "%wp_outgrow_calci_api_table%"') < 0)) { 561 559 $sql_query_to_create_table = "CREATE TABLE `wp_outgrow_calci_api_table` ( 562 560 `api_key` varchar(160) NOT NULL , … … 570 568 global $wpdb; 571 569 require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); 572 if (count_($wpdb->get_var('SHOW TABLE LIKE "wp_outgrow_calci_table"') < 0)) {570 if (count_($wpdb->get_var('SHOW TABLES LIKE "%wp_outgrow_calci_table%"') < 0)) { 573 571 $sql_query_to_create_table = "CREATE TABLE `wp_outgrow_calci_table` ( 574 572 `name` varchar(50) NOT NULL, -
outgrow/trunk/tinymce-custom-class.css
r2036541 r2851407 82 82 line-height: 18px; 83 83 font-size: 24px; 84 font-family: Montserrat;84 /* font-family: Montserrat; */ 85 85 margin: 20px 0; 86 86 } … … 122 122 border: 0; 123 123 box-shadow: none; 124 font-family: Montserrat;124 /* font-family: Montserrat; */ 125 125 font-size: 12px; 126 126 color: rgba( 102, 102, 102, 0.6 ); … … 164 164 box-shadow: none; 165 165 -webkit-appearance: none; 166 font-family: Montserrat;166 /* font-family: Montserrat; */ 167 167 color: rgb( 102, 102, 102 ); 168 168 font-size: 14px; … … 187 187 #section-div-1 .embed{ 188 188 font-size: 12px; 189 font-family: "Montserrat";189 /* font-family: Montserrat; */ 190 190 color: rgba( 102, 102, 102, 0.702 ); 191 191 line-height: 3.583; … … 212 212 cursor: pointer; 213 213 font-size: 13px; 214 font-family: Montserrat;214 /* font-family: Montserrat; */ 215 215 font-weight: bold; 216 216 text-transform: uppercase; … … 297 297 color: #fff; 298 298 font-size: 11px; 299 font-family: Montserrat;299 /* font-family: Montserrat; */ 300 300 text-align: center; 301 301 border-radius: 4px; … … 322 322 #section-div-2 .classic-text, #section-div-2 .drawerl-text, #section-div-2 .drawerr-text { 323 323 font-size: 11px; 324 font-family: "Montserrat";324 /* font-family: Montserrat; */ 325 325 color: rgb( 102, 102, 102 ); 326 326 font-weight: 600; … … 340 340 #section-div-2 .time-link-text{ 341 341 font-size: 12px; 342 font-family:Montserrat;342 /* font-family: Montserrat; */ 343 343 color: rgb( 102, 102, 102 ); 344 344 } … … 393 393 #section-div-2 #input-time label, #section-div-2 #exit-intent-text label { 394 394 font-size: 11px; 395 font-family: Montserrat;395 /* font-family: Montserrat; */ 396 396 color: rgb( 102, 102, 102 ); 397 397 display: flex; … … 550 550 #selectAPI .Api-selct{ 551 551 font-size: 11px; 552 font-family:Montserrat;552 /* font-family: Montserrat; */ 553 553 color: rgba( 102, 102, 102, 0.6 ); 554 554 text-transform: uppercase; … … 567 567 height: 30px; 568 568 } 569 #mceu_63-button { 569 /* font-family: Montserrat; */ 570 570 background: #fb5f66; 571 571 color: #fff; 572 572 font-size: 11px; 573 font-family: Montserrat;574 573 text-align: center; 575 574 border-radius: 4px;
Note: See TracChangeset
for help on using the changeset viewer.