Version Description
- Claiming box made nicer
Download this release
Release Info
Developer | socialdude |
Plugin | Social Share Icons & Social Share Buttons |
Version | 2.4.5 |
Comparing to | |
See all releases |
Code changes from version 2.4.4 to 2.4.5
- css/sfsi-admin-style.css +42 -6
- images/newclose.png +0 -0
- libs/sfsi_install_uninstall.php +1 -1
- readme.txt +6 -3
- ultimate_social_media_icons.php +2 -2
- views/sfsi_pop_content.php +2 -2
css/sfsi-admin-style.css
CHANGED
@@ -1041,12 +1041,48 @@ ul#adminmenu li.toplevel_page_sfsi-plus-options a.current, ul#adminmenu li.tople
|
|
1041 |
}
|
1042 |
}
|
1043 |
/*poonam Style*/
|
1044 |
-
.feedClaiming-overlay h1 {
|
1045 |
-
|
1046 |
-
|
1047 |
-
|
1048 |
-
|
1049 |
-
.feedClaiming-overlay
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1050 |
|
1051 |
.follows-btn{float:left;width:25%;}
|
1052 |
.preview-btn{float:left;width:10%;}
|
1041 |
}
|
1042 |
}
|
1043 |
/*poonam Style*/
|
1044 |
+
.feedClaiming-overlay h1 {
|
1045 |
+
font-size: 22px !important;
|
1046 |
+
font-weight: bolder !important;
|
1047 |
+
margin-top: 7px !important;
|
1048 |
+
}
|
1049 |
+
.feedClaiming-overlay input[type="email"] {
|
1050 |
+
font-size: 16px;
|
1051 |
+
margin: 26px 0 0;
|
1052 |
+
padding: 10px 0;
|
1053 |
+
text-align: center;
|
1054 |
+
width: 100%;
|
1055 |
+
color: #bebebe !important;
|
1056 |
+
box-shadow: none;
|
1057 |
+
}
|
1058 |
+
.feedClaiming-overlay input[type="email"]::-webkit-input-placeholder {
|
1059 |
+
color: #bebebe !important;
|
1060 |
+
}
|
1061 |
+
.feedClaiming-overlay input[type="email"]:-moz-placeholder { /* Firefox 18- */
|
1062 |
+
color: #bebebe !important;
|
1063 |
+
}
|
1064 |
+
.feedClaiming-overlay input[type="email"]::-moz-placeholder { /* Firefox 19+ */
|
1065 |
+
color: #bebebe !important;
|
1066 |
+
}
|
1067 |
+
.feedClaiming-overlay input[type="email"]:-ms-input-placeholder {
|
1068 |
+
color: #bebebe !important;
|
1069 |
+
}
|
1070 |
+
.feedClaiming-overlay .save_button {
|
1071 |
+
padding: 0 !important;
|
1072 |
+
width: 100%;
|
1073 |
+
}
|
1074 |
+
.feedClaiming-overlay .save_button a#getMeFullAccess{
|
1075 |
+
border-radius: 4px;
|
1076 |
+
font-size: 18px;
|
1077 |
+
font-weight: bolder;
|
1078 |
+
}
|
1079 |
+
.feedClaiming-overlay .sfsicloseBtn {
|
1080 |
+
right: 8px !important;
|
1081 |
+
top: 8px !important;
|
1082 |
+
}
|
1083 |
+
.feedClaiming-overlay p {text-align:center !important; font-size: 12px !important;line-height: 23px !important;padding: 18px 0 0 !important; color:#bebebe !important; }
|
1084 |
+
.feedClaiming-overlay p a {display: inline-block;font-size: 12px;margin: 0;padding: 0;width: auto; color:#274da3 !important; }
|
1085 |
+
.feedClaiming-overlay .pop_up_box{padding: 25px 30px !important; width: 435px !important;}
|
1086 |
|
1087 |
.follows-btn{float:left;width:25%;}
|
1088 |
.preview-btn{float:left;width:10%;}
|
images/newclose.png
ADDED
Binary file
|
libs/sfsi_install_uninstall.php
CHANGED
@@ -12,7 +12,7 @@ function sfsi_plus_update_plugin()
|
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
-
update_option("sfsi_plus_pluginVersion", "2.
|
16 |
|
17 |
/*show notification*/
|
18 |
if(!get_option('sfsi_plus_show_notification'))
|
12 |
}
|
13 |
|
14 |
//Install version
|
15 |
+
update_option("sfsi_plus_pluginVersion", "2.45");
|
16 |
|
17 |
/*show notification*/
|
18 |
if(!get_option('sfsi_plus_show_notification'))
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: socialdude
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.richter%40gmx%2enet&lc=LI
|
4 |
Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.5.
|
7 |
-
Stable tag: 2.4.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -75,6 +75,9 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
78 |
= 2.4.4 =
|
79 |
* Updated PIN-it button to SAVE
|
80 |
* Claiming process simplified
|
@@ -248,5 +251,5 @@ Note: This plugin requires CURL to be activated/installed on your server (which
|
|
248 |
|
249 |
== Upgrade Notice ==
|
250 |
|
251 |
-
= 2.4.
|
252 |
* Please upgrade
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=seb.richter%40gmx%2enet&lc=LI
|
4 |
Tags: social media, facebook, instagram, youtube, twitter, share, social share, buttons, counter, pop-up, subscription, icons
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.5.3
|
7 |
+
Stable tag: 2.4.5
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 2.4.5 =
|
79 |
+
* Claiming box made nicer
|
80 |
+
|
81 |
= 2.4.4 =
|
82 |
* Updated PIN-it button to SAVE
|
83 |
* Claiming process simplified
|
251 |
|
252 |
== Upgrade Notice ==
|
253 |
|
254 |
+
= 2.4.5 =
|
255 |
* Please upgrade
|
ultimate_social_media_icons.php
CHANGED
@@ -7,7 +7,7 @@ Author: UltimatelySocial
|
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
-
Version: 2.4.
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
@@ -37,7 +37,7 @@ register_deactivation_hook(__FILE__, 'sfsi_plus_deactivate_plugin');
|
|
37 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
38 |
|
39 |
/*Plugin version setup*/
|
40 |
-
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.
|
41 |
{
|
42 |
add_action("init", "sfsi_plus_update_plugin");
|
43 |
}
|
7 |
Text Domain: ultimate-social-media-plus
|
8 |
Domain Path: /languages
|
9 |
Author URI: http://ultimatelysocial.com
|
10 |
+
Version: 2.4.5
|
11 |
License: GPLv2
|
12 |
*/
|
13 |
|
37 |
register_uninstall_hook(__FILE__, 'sfsi_plus_Unistall_plugin');
|
38 |
|
39 |
/*Plugin version setup*/
|
40 |
+
if(!get_option('sfsi_plus_pluginVersion') || get_option('sfsi_plus_pluginVersion') < 2.45)
|
41 |
{
|
42 |
add_action("init", "sfsi_plus_update_plugin");
|
43 |
}
|
views/sfsi_pop_content.php
CHANGED
@@ -15,13 +15,13 @@ $connectFeedLgn = "http://www.specificfeeds.com/?".base64_encode("userprofile=wo
|
|
15 |
|
16 |
<div class="pop-overlay read-overlay feedClaiming-overlay" >
|
17 |
<div class="pop_up_box sfsi_pop_up" >
|
18 |
-
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/
|
19 |
<center>
|
20 |
<form id="calimingOptimizationForm" method="get" action="https://www.specificfeeds.com/wpclaimfeeds/getFullAccess" target="_blank">
|
21 |
<h1><?php _e( 'Please enter your email', SFSI_PLUS_DOMAIN ); ?></h1>
|
22 |
<div class="form-field">
|
23 |
<input type="hidden" name="feed_id" value="<?php echo $feedId; ?>" />
|
24 |
-
<input type="email" name="email" value="<?php
|
25 |
</div>
|
26 |
<div class="save_button">
|
27 |
<a href="javascript:;" id="getMeFullAccess" title="Give me access">
|
15 |
|
16 |
<div class="pop-overlay read-overlay feedClaiming-overlay" >
|
17 |
<div class="pop_up_box sfsi_pop_up" >
|
18 |
+
<img src="<?php echo SFSI_PLUS_PLUGURL; ?>images/newclose.png" id="close_popup" class="sfsicloseBtn" />
|
19 |
<center>
|
20 |
<form id="calimingOptimizationForm" method="get" action="https://www.specificfeeds.com/wpclaimfeeds/getFullAccess" target="_blank">
|
21 |
<h1><?php _e( 'Please enter your email', SFSI_PLUS_DOMAIN ); ?></h1>
|
22 |
<div class="form-field">
|
23 |
<input type="hidden" name="feed_id" value="<?php echo $feedId; ?>" />
|
24 |
+
<input type="email" name="email" value="<?php ?>" placeholder="Your email" style="color: #bebebe !important;" />
|
25 |
</div>
|
26 |
<div class="save_button">
|
27 |
<a href="javascript:;" id="getMeFullAccess" title="Give me access">
|