Plugin Directory

Changeset 2049837


Ignore:
Timestamp:
03/13/2019 02:45:49 PM (7 years ago)
Author:
kranthitech
Message:

Mentioned about Highlighted Yeloni Branding and Serviceware

Location:
yeloni-free-exit-popup/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • yeloni-free-exit-popup/trunk/admin-interface/dist/admin.min.js

    r2036148 r2049837  
    51585158                ideal: "ideal",
    51595159                icon: "glyphicon glyphicon-tag",
    5160                 upgrade: "Disable all Yeloni Branding addon",
    5161                 description: "Auto responder messages come with a small footnote. This extension enables you to disable the message",
     5160                upgrade: "Disable all Yeloni Branding",
     5161                description: "Remove the footnote under the Popup",
    51625162                image: 'https://yeloni.com/wp-content/uploads/2019/02/unbranding-addon.jpg',
    51635163                url: 'https://www.yeloni.com/product/remove-yeloni-email-signature-autoresponder-emails/',
    51645164                wcId: '1629',
    5165                 enabled: false
     5165                enabled: true
    51665166            };
    51675167        }
  • yeloni-free-exit-popup/trunk/admin-interface/src/partials/home.html

    r2038626 r2049837  
    202202                    <div class="panel panel-default" style="margin-top:20px">
    203203                        <div class="panel-heading panel-white">
    204                             <div class="pull-left">
     204                            <!-- <div class="pull-left">
    205205                                <h5><i class="fa fa-lock"></i> Unlock Business Mode</h5>
    206                             </div>
    207                             <a class="btn btn-primary pull-right" target="_blank" href="https://yeloni.com/product/all-in-one-subscription/">
    208                                 Click here to Unlock <i class="fa fa-unlock"></i>
     206                            </div> -->
     207                            <a class="btn btn-primary pull-left" target="_blank" href="https://yeloni.com/product/all-in-one-subscription/">
     208                                <i class="fa fa-unlock"></i> Click here to Unlock Business Mode
    209209                            </a>
    210210
     
    294294    .action-panel .btn-default {
    295295        border-style: dashed;
    296         color: lightgray;
    297296    }
    298297
  • yeloni-free-exit-popup/trunk/client/dist/client.min.js

    r2044357 r2049837  
    814814
    815815
    816         if (document.getElementsByClassName('logged-in').length > 0) {
    817             return
    818         }
     816        // if (document.getElementsByClassName('logged-in').length > 0) {
     817        //     return
     818        // }
    819819
    820820        var widget_element = document.getElementById(widget.code)
  • yeloni-free-exit-popup/trunk/client/loader/client_production.json

    r1776621 r2049837  
    55        "items": ["client.min"]
    66    }],
    7     "directjs": ["/common/loader", "/wordpress/client-wordpress", "/client/dist/client.min"],
     7    "directjs": ["/common/loader", "/wordpress/client-wordpress", "https://res.cloudinary.com/yeloni-com/raw/upload/v1552485533/client.min.js"],
    88    "server": "https://theme.autience.com",
    99    "static": "http://theme.autience.com"
  • yeloni-free-exit-popup/trunk/readme.txt

    r2005159 r2049837  
    8484
    8585
    86 **FEATURES OF PREMIUM VERSION [with a 5 day free trial]**
     86**FEATURES OF PREMIUM VERSION**
    8787
    8888
     
    137137
    138138
    139 
    140139If you have suggestions for a new add-on, feel free to email us at [email protected] Thanks! To know more about Yeloni: [Click Here](http://www.yeloni.com)
    141140
     141Note: Yeloni is a Serviceware. In case your website goes down for some reason, you can write to us for a backup of your contacts.
    142142
    143143
  • yeloni-free-exit-popup/trunk/wordpress/yetience-class.php

    r1866062 r2049837  
    160160    function register_js($js_list){
    161161        foreach ($js_list as $js_file) {
    162             wp_register_script($js_file, plugins_url(($this->plugin_folder)).$js_file.".js");
     162             if(strpos($js_file,'https://') !== false){
     163                wp_register_script($js_file, $js_file);
     164             }else{
     165                wp_register_script($js_file, plugins_url(($this->plugin_folder)).$js_file.".js");
     166             }
     167           
    163168        }
    164169    }
  • yeloni-free-exit-popup/trunk/yetience-plugin.php

    r2044357 r2049837  
    44Plugin URI: #
    55Description: Exit Popups are the best way to engage visitors leaving your website. Show offers, social buttons, email signup forms or customize it as you like.
    6 Version: 9.0.11
     6Version: 9.0.12
    77Author: Jayasri Nagrale
    88Author URI: http://www.yeloni.com
Note: See TracChangeset for help on using the changeset viewer.