Changeset 2038626
- Timestamp:
- 02/25/2019 08:52:15 AM (7 years ago)
- Location:
- yeloni-free-exit-popup/trunk
- Files:
-
- 3 edited
-
admin-interface/src/partials/home.html (modified) (2 diffs)
-
client/dist/client.min.js (modified) (2 diffs)
-
yetience-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yeloni-free-exit-popup/trunk/admin-interface/src/partials/home.html
r2036148 r2038626 126 126 <div class="col-md-12"> 127 127 <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 Business128 <div class="panel panel-default"> 129 <div class="panel-heading panel-white"><i class="fa fa-comment"></i> What our Business 130 130 Users 131 131 Say</div> … … 200 200 <div class="row"> 201 201 <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"> 204 204 <div class="pull-left"> 205 205 <h5><i class="fa fa-lock"></i> Unlock Business Mode</h5> 206 206 </div> 207 <a class="btn btn- defaultpull-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/"> 208 208 Click here to Unlock <i class="fa fa-unlock"></i> 209 209 </a> -
yeloni-free-exit-popup/trunk/client/dist/client.min.js
r2038597 r2038626 808 808 Autience.lifecycle.render.push(function (widget) { 809 809 var extensions = Autience.utils.nestedValue(Autience, ['setup', 'extensions']) 810 //dont show for premium users 810 811 if (!extensions || Object.keys(extensions).length == 0) { 811 812 return 812 813 } 813 814 814 if (widget.goalType != 'subscribe') { 815 return 816 } 815 817 816 if (document.getElementsByClassName('logged-in').length > 0) { 818 817 return … … 821 820 var widget_element = document.getElementById(widget.code) 822 821 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 826 832 var style = poweredBy.style, 827 833 astyle = poweredBy.getElementsByTagName('a')[0].style -
yeloni-free-exit-popup/trunk/yetience-plugin.php
r2038597 r2038626 4 4 Plugin URI: # 5 5 Description: 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. 96 Version: 9.0.10 7 7 Author: Jayasri Nagrale 8 8 Author URI: http://www.yeloni.com
Note: See TracChangeset
for help on using the changeset viewer.