Plugin Directory

Changeset 2851407


Ignore:
Timestamp:
01/19/2023 07:38:51 PM (3 years ago)
Author:
outgrow
Message:

updating plugin to match wordpress version && fixed CSS issues

Location:
outgrow/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • outgrow/trunk/css/style.css

    r2643816 r2851407  
    338338body{
    339339    position: relative;
    340     font-family:Montserrat;
    341340}
    342341/* alertbox */
     
    769768       
    770769        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;
    782782    }
    783783
  • outgrow/trunk/outgrow-api.php

    r2850884 r2851407  
    184184        $meta        = array();
    185185        if($res->data){
    186             $calci_count = count_($res->data);
     186            $calci_count = count($res->data);
    187187        }     
    188188        if ($res->success == "true" || $res->code != 401 && $calci_count>0) {
     
    270270    <form name="form1" method="post" style="margin-bottom:0em;" >
    271271        <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">
    273273                <span class="select-img" onclick="showOption()">
    274274                    <img src="<?php echo plugins_url('/images/select.png', __FILE__) ?>"  alt="arrow">
     
    291291?>
    292292                        <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 ?>">
    294294                        <button name="delete_data" class="list-close" value="<?php echo $db_row->api_key ?>">x</button>
    295295                        </li>
     
    406406            'api_key' => $item
    407407        ));
    408         if(count_($apiArray)==1){
     408        if(count($apiArray)==1){
    409409            setcookie('API', null, -1, '/');
    410410        }
     
    549549// add_action('wp_before_admin_bar_render', 'wpb_custom_logo');
    550550function 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;
    554552}
    555553
     
    558556    global $wpdb;
    559557    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)) {
    561559        $sql_query_to_create_table = "CREATE TABLE `wp_outgrow_calci_api_table` (
    562560            `api_key` varchar(160) NOT NULL ,
     
    570568    global $wpdb;
    571569    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)) {
    573571        $sql_query_to_create_table = "CREATE TABLE `wp_outgrow_calci_table` (
    574572            `name` varchar(50) NOT NULL,
  • outgrow/trunk/tinymce-custom-class.css

    r2036541 r2851407  
    8282    line-height: 18px;
    8383    font-size: 24px;
    84     font-family: Montserrat;
     84 /*   font-family: Montserrat; */
    8585    margin: 20px 0;
    8686  }
     
    122122    border: 0;
    123123    box-shadow: none;
    124     font-family: Montserrat;
     124  /*   font-family: Montserrat; */
    125125    font-size: 12px;
    126126    color: rgba( 102, 102, 102, 0.6 );
     
    164164    box-shadow: none;
    165165    -webkit-appearance: none;
    166     font-family: Montserrat;
     166  /*   font-family: Montserrat; */
    167167    color: rgb( 102, 102, 102 );
    168168    font-size: 14px;
     
    187187#section-div-1 .embed{
    188188    font-size: 12px;
    189     font-family: "Montserrat";
     189 /*   font-family: Montserrat; */
    190190    color: rgba( 102, 102, 102, 0.702 );
    191191    line-height: 3.583;
     
    212212    cursor: pointer;
    213213    font-size: 13px;
    214     font-family: Montserrat;
     214 /*   font-family: Montserrat; */
    215215    font-weight: bold;
    216216    text-transform: uppercase;
     
    297297    color: #fff;
    298298    font-size: 11px;
    299     font-family: Montserrat;
     299   /*   font-family: Montserrat; */
    300300    text-align: center;
    301301    border-radius: 4px;
     
    322322#section-div-2 .classic-text, #section-div-2 .drawerl-text, #section-div-2 .drawerr-text {
    323323    font-size: 11px;
    324     font-family: "Montserrat";
     324    /*   font-family: Montserrat; */
    325325    color: rgb( 102, 102, 102 );
    326326    font-weight: 600;
     
    340340#section-div-2 .time-link-text{
    341341    font-size: 12px;
    342     font-family:Montserrat;
     342    /*   font-family: Montserrat; */
    343343    color: rgb( 102, 102, 102 );
    344344}
     
    393393#section-div-2 #input-time label, #section-div-2 #exit-intent-text label {
    394394    font-size: 11px;
    395     font-family: Montserrat;
     395  /*   font-family: Montserrat; */
    396396    color: rgb( 102, 102, 102 );
    397397    display: flex;
     
    550550#selectAPI .Api-selct{
    551551    font-size: 11px;
    552     font-family:Montserrat;
     552 /*   font-family: Montserrat; */
    553553    color: rgba( 102, 102, 102, 0.6 );
    554554    text-transform: uppercase;
     
    567567height: 30px;
    568568}
    569 #mceu_63-button {
     569 /*   font-family: Montserrat; */
    570570    background: #fb5f66;
    571571    color: #fff;
    572572    font-size: 11px;
    573     font-family: Montserrat;
    574573    text-align: center;
    575574    border-radius: 4px;
Note: See TracChangeset for help on using the changeset viewer.