Plugin Directory

Changeset 2038626


Ignore:
Timestamp:
02/25/2019 08:52:15 AM (7 years ago)
Author:
kranthitech
Message:

Minor changes to UI

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

Legend:

Unmodified
Added
Removed
  • yeloni-free-exit-popup/trunk/admin-interface/src/partials/home.html

    r2036148 r2038626  
    126126                <div class="col-md-12">
    127127                    <div class="" style="margin-top:20px">
    128                         <div class="panel panel-primary">
    129                             <div class="panel-heading"><i class="fa fa-comment"></i> What our Business
     128                        <div class="panel panel-default">
     129                            <div class="panel-heading panel-white"><i class="fa fa-comment"></i> What our Business
    130130                                Users
    131131                                Say</div>
     
    200200            <div class="row">
    201201                <div class="col-md-12">
    202                     <div class="panel panel-primary" style="margin-top:20px">
    203                         <div class="panel-heading">
     202                    <div class="panel panel-default" style="margin-top:20px">
     203                        <div class="panel-heading panel-white">
    204204                            <div class="pull-left">
    205205                                <h5><i class="fa fa-lock"></i> Unlock Business Mode</h5>
    206206                            </div>
    207                             <a class="btn btn-default pull-right" target="_blank" href="https://yeloni.com/product/all-in-one-subscription/">
     207                            <a class="btn btn-primary pull-right" target="_blank" href="https://yeloni.com/product/all-in-one-subscription/">
    208208                                Click here to Unlock <i class="fa fa-unlock"></i>
    209209                            </a>
  • yeloni-free-exit-popup/trunk/client/dist/client.min.js

    r2038597 r2038626  
    808808    Autience.lifecycle.render.push(function (widget) {
    809809        var extensions = Autience.utils.nestedValue(Autience, ['setup', 'extensions'])
     810        //dont show for premium users
    810811        if (!extensions || Object.keys(extensions).length == 0) {
    811812            return
    812813        }
    813814
    814         if (widget.goalType != 'subscribe') {
    815             return
    816         }
     815
    817816        if (document.getElementsByClassName('logged-in').length > 0) {
    818817            return
     
    821820        var widget_element = document.getElementById(widget.code)
    822821        var poweredBy = document.createElement('div')
    823         var url = 'https://convertiply.com'
    824         url = url + '?utm_source=' + window.location.hostname + '&utm_campaign=poweredby'
    825         poweredBy.innerHTML = "<a href='" + url + "' target='_blank'>Get an <b>Email Optin</b> for your Website</a>"
     822        var url = 'https://yeloni.com'
     823        url = url + '?utm_source=' + window.location.hostname + '&utm_campaign=poweredby&from_site=' + window.location.hostname
     824
     825        var message = 'Get an <b>Email Optin</b> for your Website'
     826        if (widget.goalType != 'subscribe') {
     827            message = 'Powered by <b>Yeloni</b>'
     828        }
     829
     830        poweredBy.innerHTML = "<a href='" + url + "' target='_blank'>" + message + "</a>"
     831
    826832        var style = poweredBy.style,
    827833            astyle = poweredBy.getElementsByTagName('a')[0].style
  • yeloni-free-exit-popup/trunk/yetience-plugin.php

    r2038597 r2038626  
    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.9
     6Version: 9.0.10
    77Author: Jayasri Nagrale
    88Author URI: http://www.yeloni.com
Note: See TracChangeset for help on using the changeset viewer.