Version Description
= 0.1 = Starter version no upgrade is required.
Download this release
Release Info
Developer | weblizar |
Plugin | Pinterest Pin It Button On Image Hover And Post |
Version | 2.7.4 |
Comparing to | |
See all releases |
Code changes from version 2.7.3 to 2.7.4
- pinterest-pin-It-button.php +2 -2
- readme.txt +5 -1
- recommendations.php +126 -203
- settings.php +22 -66
pinterest-pin-It-button.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Pin It Button On Image Hover And Post
|
4 |
-
* Version: 2.7.
|
5 |
* Description: Pinterest pin it button on image hover plugin provides facility to pins your blog posts, pages and images into your Pinterest account boards.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://weblizar.com/plugins/
|
@@ -141,7 +141,7 @@ add_filter( "the_content", "Load_pin_it_button_after_page_content" );
|
|
141 |
//Plugin Settings Admin Menu
|
142 |
add_action('admin_menu','WL_PinItButtonPage');
|
143 |
function WL_PinItButtonPage() {
|
144 |
-
$PinItAdminMenu = add_menu_page( '
|
145 |
add_action( 'admin_print_styles-' . $PinItAdminMenu, 'PiniIt_Menu_Assets' );
|
146 |
}
|
147 |
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Pin It Button On Image Hover And Post
|
4 |
+
* Version: 2.7.4
|
5 |
* Description: Pinterest pin it button on image hover plugin provides facility to pins your blog posts, pages and images into your Pinterest account boards.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://weblizar.com/plugins/
|
141 |
//Plugin Settings Admin Menu
|
142 |
add_action('admin_menu','WL_PinItButtonPage');
|
143 |
function WL_PinItButtonPage() {
|
144 |
+
$PinItAdminMenu = add_menu_page( 'PinIt Button Settings', 'PinIt Button', 'administrator', 'pinterest-pinit-button-on-hover', 'pinterest_pinit_button_settings_page', 'dashicons-admin-post');
|
145 |
add_action( 'admin_print_styles-' . $PinItAdminMenu, 'PiniIt_Menu_Assets' );
|
146 |
}
|
147 |
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: https://www.weblizar.com/
|
|
6 |
Tags: pinterest, pin images, pin photo, pin it button, pin plugin
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 5.2.2
|
9 |
-
Stable tag: 2.7.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -110,6 +110,10 @@ Please use WordPress [support forum](http://wordpress.org/support/plugin/pintere
|
|
110 |
|
111 |
For more information, see [Weblizar](https://wwww.weblizar.com/).
|
112 |
|
|
|
|
|
|
|
|
|
113 |
= Version 2.7.3 =
|
114 |
- Plugin name changes
|
115 |
- Banner and icons changes
|
6 |
Tags: pinterest, pin images, pin photo, pin it button, pin plugin
|
7 |
Requires at least: 3.8
|
8 |
Tested up to: 5.2.2
|
9 |
+
Stable tag: 2.7.4
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
110 |
|
111 |
For more information, see [Weblizar](https://wwww.weblizar.com/).
|
112 |
|
113 |
+
= Version 2.7.4 =
|
114 |
+
- recommendations page update
|
115 |
+
- minor changes
|
116 |
+
|
117 |
= Version 2.7.3 =
|
118 |
- Plugin name changes
|
119 |
- Banner and icons changes
|
recommendations.php
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
<!-- Dashboard Settings panel content
|
2 |
-
<!---------------------------------------->
|
3 |
<div class="row">
|
4 |
<div class="panel panel-primary panel-default content-panel">
|
5 |
<div class="panel-body">
|
@@ -60,211 +59,139 @@
|
|
60 |
}
|
61 |
}
|
62 |
?>
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
{
|
115 |
-
case "install":
|
116 |
-
if ( $status["url"] )
|
117 |
-
{
|
118 |
-
/* translators: 1: Plugin name and version. */
|
119 |
-
$action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf("Install %s now", $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
120 |
-
}
|
121 |
-
break;
|
122 |
-
case "update_available":
|
123 |
-
if ($status["url"])
|
124 |
-
{
|
125 |
-
/* translators: 1: Plugin name and version */
|
126 |
-
$action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( "Update %s now", $name ) ) . '">' . __( 'Update Now' ) . '</a>';
|
127 |
-
}
|
128 |
-
break;
|
129 |
-
case "latest_installed":
|
130 |
-
case "newer_installed":
|
131 |
-
$action_links[] = '<span class="button button-disabled" title="' . esc_attr__( "This plugin is already installed and is up to date" ) . ' ">' . _x( 'Installed', 'plugin' ) . '</span>';
|
132 |
-
break;
|
133 |
-
}
|
134 |
-
}
|
135 |
-
?>
|
136 |
-
<div class="plugin-div plugin-div-settings">
|
137 |
-
<div class="plugin-div-top plugin-div-settings-top">
|
138 |
-
<div class="plugin-div-inner-content">
|
139 |
-
<a href="<?php echo esc_url( $details_link ); ?>" class="thickbox plugin-icon plugin-icon-custom">
|
140 |
-
<img class="custom_icon" src="<?php echo esc_attr( $plugin_icon_url ) ?>" />
|
141 |
-
</a>
|
142 |
-
<div class="name column-name">
|
143 |
-
<h4>
|
144 |
-
<a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><?php echo $title; ?></a>
|
145 |
-
</h4>
|
146 |
-
</div>
|
147 |
-
<div class="desc column-description">
|
148 |
-
<p>
|
149 |
-
<?php echo $description; ?>
|
150 |
-
</p>
|
151 |
-
<p class="authors">
|
152 |
-
<cite>
|
153 |
-
By <?php echo $author;?>
|
154 |
-
</cite>
|
155 |
-
</p>
|
156 |
-
</div>
|
157 |
-
</div>
|
158 |
-
<div class="action-links">
|
159 |
-
<ul class="plugin-action-buttons-custom">
|
160 |
-
<li>
|
161 |
-
<?php
|
162 |
-
if ($action_links)
|
163 |
-
{
|
164 |
-
echo implode("</li><li>", $action_links);
|
165 |
-
}
|
166 |
-
|
167 |
-
switch($plugin["slug"])
|
168 |
{
|
169 |
-
case "
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
</a>
|
174 |
-
|
175 |
-
Visit Website
|
176 |
-
</a>
|
177 |
-
<?php
|
178 |
-
break;
|
179 |
-
case "contact-bank" :
|
180 |
-
?>
|
181 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/pricing/" target="_blank" >
|
182 |
-
Premium Editions
|
183 |
-
</a>
|
184 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/" target="_blank" >
|
185 |
-
Visit Website
|
186 |
-
</a>
|
187 |
-
<?php
|
188 |
-
break;
|
189 |
-
case "captcha-bank" :
|
190 |
-
?>
|
191 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/pricing/" target="_blank" >
|
192 |
-
Premium Editions
|
193 |
-
</a>
|
194 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/" target="_blank" >
|
195 |
-
Visit Website
|
196 |
-
</a>
|
197 |
-
<?php
|
198 |
-
break;
|
199 |
-
case "wp-clean-up-optimizer" :
|
200 |
-
?>
|
201 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/pricing/" target="_blank" >
|
202 |
-
Premium Editions
|
203 |
-
</a>
|
204 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/" target="_blank" >
|
205 |
-
Visit Website
|
206 |
-
</a>
|
207 |
-
<?php
|
208 |
break;
|
209 |
-
case "
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
</a>
|
214 |
-
|
215 |
-
Visit Website
|
216 |
-
</a>
|
217 |
-
<?php
|
218 |
break;
|
219 |
-
case "
|
220 |
-
|
221 |
-
|
222 |
-
Premium Editions
|
223 |
-
</a>
|
224 |
-
<a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/" target="_blank" >
|
225 |
-
Visit Website
|
226 |
-
</a>
|
227 |
-
<?php
|
228 |
break;
|
229 |
}
|
|
|
230 |
?>
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
</div>
|
263 |
</div>
|
264 |
</div>
|
265 |
-
|
266 |
-
}
|
267 |
-
?>
|
268 |
</div>
|
269 |
</div>
|
270 |
</div>
|
@@ -272,11 +199,7 @@
|
|
272 |
</div>
|
273 |
</div>
|
274 |
</div>
|
275 |
-
</
|
276 |
-
</div>
|
277 |
-
</div>
|
278 |
-
</div>
|
279 |
-
</form>
|
280 |
</td>
|
281 |
</tr>
|
282 |
</table>
|
1 |
+
<!-- Dashboard Settings panel content --->
|
|
|
2 |
<div class="row">
|
3 |
<div class="panel panel-primary panel-default content-panel">
|
4 |
<div class="panel-body">
|
59 |
}
|
60 |
}
|
61 |
?>
|
62 |
+
<form id="frmrecommendation" class="layout-form">
|
63 |
+
<div id="poststuff" style="width: 99% !important;">
|
64 |
+
<div id="post-body" class="metabox-holder">
|
65 |
+
<div id="postbox-container-2" class="postbox-container">
|
66 |
+
<div id="advanced" class="meta-box-sortables">
|
67 |
+
<div id="gallery_bank_get_started" class="postbox" >
|
68 |
+
<div class="handlediv" data-target="ux_recommendation" title="Click to toggle" data-toggle="collapse"><br>
|
69 |
+
</div>
|
70 |
+
<h2 class="hndle"><span>Get More Free Wordpress Plguins From Weblizar</span></h2>
|
71 |
+
<div class="inside">
|
72 |
+
<div id="ux_recommendation" class="gallery_bank_layout">
|
73 |
+
<div class="separator-doubled"></div>
|
74 |
+
<div class="fluid-layout">
|
75 |
+
<div class="layout-span12">
|
76 |
+
<div class="wp-list-table plugin-install">
|
77 |
+
<div id="the-list">
|
78 |
+
<?php
|
79 |
+
foreach ((array) $item as $plugin) {
|
80 |
+
if (is_object( $plugin)) {
|
81 |
+
$plugin = (array) $plugin;
|
82 |
+
}
|
83 |
+
if (!empty($plugin["icons"]["svg"])) {
|
84 |
+
$plugin_icon_url = $plugin["icons"]["svg"];
|
85 |
+
} elseif (!empty( $plugin["icons"]["2x"])) {
|
86 |
+
$plugin_icon_url = $plugin["icons"]["2x"];
|
87 |
+
} elseif (!empty( $plugin["icons"]["1x"])) {
|
88 |
+
$plugin_icon_url = $plugin["icons"]["1x"];
|
89 |
+
} else {
|
90 |
+
$plugin_icon_url = $plugin["icons"]["default"];
|
91 |
+
}
|
92 |
+
$plugins_allowedtags = array (
|
93 |
+
"a" => array( "href" => array(),"title" => array(), "target" => array() ),
|
94 |
+
"abbr" => array( "title" => array() ),"acronym" => array( "title" => array() ),
|
95 |
+
"code" => array(), "pre" => array(), "em" => array(),"strong" => array(),
|
96 |
+
"ul" => array(), "ol" => array(), "li" => array(), "p" => array(), "br" => array()
|
97 |
+
);
|
98 |
+
$title = wp_kses($plugin["name"], $plugins_allowedtags);
|
99 |
+
$description = strip_tags($plugin["short_description"]);
|
100 |
+
$author = wp_kses($plugin["author"], $plugins_allowedtags);
|
101 |
+
$version = wp_kses($plugin["version"], $plugins_allowedtags);
|
102 |
+
$name = strip_tags( $title . " " . $version );
|
103 |
+
$details_link = self_admin_url( "plugin-install.php?tab=plugin-information&plugin=" . $plugin["slug"] .
|
104 |
+
"&TB_iframe=true&width=600&height=550" );
|
105 |
+
|
106 |
+
/* translators: 1: Plugin name and version. */
|
107 |
+
$action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . esc_attr( sprintf("More information about %s", $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>';
|
108 |
+
$action_links = array();
|
109 |
+
if (current_user_can( "install_plugins") || current_user_can("update_plugins"))
|
110 |
+
{
|
111 |
+
$status = install_plugin_install_status( $plugin );
|
112 |
+
switch ($status["status"])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
{
|
114 |
+
case "install":
|
115 |
+
if ( $status["url"] )
|
116 |
+
{
|
117 |
+
/* translators: 1: Plugin name and version. */
|
118 |
+
$action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf("Install %s now", $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
119 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
break;
|
121 |
+
case "update_available":
|
122 |
+
if ($status["url"])
|
123 |
+
{
|
124 |
+
/* translators: 1: Plugin name and version */
|
125 |
+
$action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( "Update %s now", $name ) ) . '">' . __( 'Update Now' ) . '</a>';
|
126 |
+
}
|
|
|
|
|
|
|
127 |
break;
|
128 |
+
case "latest_installed":
|
129 |
+
case "newer_installed":
|
130 |
+
$action_links[] = '<span class="button button-disabled" title="' . esc_attr__( "This plugin is already installed and is up to date" ) . ' ">' . _x( 'Installed', 'plugin' ) . '</span>';
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
break;
|
132 |
}
|
133 |
+
}
|
134 |
?>
|
135 |
+
<div class="plugin-div plugin-div-settings">
|
136 |
+
<div class="plugin-div-top plugin-div-settings-top">
|
137 |
+
<div class="plugin-div-inner-content">
|
138 |
+
<a href="<?php echo esc_url( $details_link ); ?>" class="thickbox plugin-icon plugin-icon-custom">
|
139 |
+
<img class="custom_icon" src="<?php echo esc_attr( $plugin_icon_url ) ?>" />
|
140 |
+
</a>
|
141 |
+
<div class="name column-name">
|
142 |
+
<h4>
|
143 |
+
<a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><?php echo $title; ?></a>
|
144 |
+
</h4>
|
145 |
+
</div>
|
146 |
+
<div class="desc column-description">
|
147 |
+
<p>
|
148 |
+
<?php echo $description; ?>
|
149 |
+
</p>
|
150 |
+
<p class="authors">
|
151 |
+
<cite>
|
152 |
+
By <?php echo $author;?>
|
153 |
+
</cite>
|
154 |
+
</p>
|
155 |
+
</div>
|
156 |
+
</div>
|
157 |
+
</div>
|
158 |
+
<div class="plugin-card-bottom plugin-card-bottom_settings">
|
159 |
+
<div class="vers column-rating">
|
160 |
+
<?php wp_star_rating( array( "rating" => $plugin["rating"], "type" => "percent", "number" => $plugin["num_ratings"] ) ); ?>
|
161 |
+
<span class="num-ratings">
|
162 |
+
(<?php echo number_format_i18n( $plugin["num_ratings"] ); ?>)
|
163 |
+
</span>
|
164 |
+
</div>
|
165 |
+
<div class="column-updated">
|
166 |
+
<strong><?php _e("Last Updated:"); ?></strong> <span title="<?php echo esc_attr($plugin["last_updated"]); ?>">
|
167 |
+
<?php printf("%s ago", human_time_diff(strtotime($plugin["last_updated"]))); ?>
|
168 |
+
</span>
|
169 |
+
</div>
|
170 |
+
<div class="column-downloaded">
|
171 |
+
<?php echo sprintf( _n("%s download", "%s downloads", $plugin["downloaded"]), number_format_i18n($plugin["downloaded"])); ?>
|
172 |
+
</div>
|
173 |
+
<div class="column-compatibility">
|
174 |
+
<?php
|
175 |
+
if ( !empty($plugin["tested"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["tested"])), $plugin["tested"], ">"))
|
176 |
+
{
|
177 |
+
echo '<span class="compatibility-untested">' . ( "<strong>Untested</strong> with your version of WordPress" ) . '</span>';
|
178 |
+
} elseif (!empty($plugin["requires"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["requires"])), $plugin["requires"], "<"))
|
179 |
+
{
|
180 |
+
echo '<span class="compatibility-incompatible">' . __("Incompatible with your version of WordPress") . '</span>';
|
181 |
+
} else {
|
182 |
+
echo '<span class="compatibility-compatible">' . __("Compatible with your version of WordPress") . '</span>';
|
183 |
+
}
|
184 |
+
?>
|
185 |
+
</div>
|
186 |
+
</div>
|
187 |
+
</div>
|
188 |
+
<?php
|
189 |
+
}
|
190 |
+
?>
|
191 |
</div>
|
192 |
</div>
|
193 |
</div>
|
194 |
+
</div>
|
|
|
|
|
195 |
</div>
|
196 |
</div>
|
197 |
</div>
|
199 |
</div>
|
200 |
</div>
|
201 |
</div>
|
202 |
+
</form>
|
|
|
|
|
|
|
|
|
203 |
</td>
|
204 |
</tr>
|
205 |
</table>
|
settings.php
CHANGED
@@ -81,6 +81,23 @@ background: #ed5c5c;
|
|
81 |
.products {
|
82 |
padding-bottom: 15px;
|
83 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
|
85 |
</style>
|
86 |
<div id="wrapper">
|
@@ -88,17 +105,14 @@ background: #ed5c5c;
|
|
88 |
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
|
89 |
<div class="navbar-header">
|
90 |
<a class="sidebar-toggle hidden-xs" href="javascript:void(0);"><i class="fa fa-bars fa-2x"></i></a>
|
91 |
-
<a class="navbar-brand coming-soon-admin-title" href="#">
|
92 |
</div>
|
93 |
-
|
94 |
<ul class="nav navbar-top-links navbar-right coming-soon-top">
|
95 |
<li class="dropdown">
|
96 |
-
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
|
97 |
-
|
98 |
</a>
|
99 |
</li>
|
100 |
</ul>
|
101 |
-
|
102 |
<div class="navbar-default sidebar" role="navigation">
|
103 |
<div class="sidebar-nav navbar-collapse">
|
104 |
<ul class="nav " id="side-menu">
|
@@ -108,26 +122,6 @@ background: #ed5c5c;
|
|
108 |
<img src="<?php echo esc_url(WEBLIZAR_PINIT_PLUGIN_URL.'img/weblizarlogo.png' ); ?>" alt="Profile Picture"/>
|
109 |
</a>
|
110 |
</span>
|
111 |
-
|
112 |
-
<style>
|
113 |
-
.acl-rate-us span.dashicons{
|
114 |
-
width: 30px;
|
115 |
-
height: 30px;
|
116 |
-
}
|
117 |
-
.acl-rate-us span.dashicons-star-filled:before {
|
118 |
-
content: "\f155";
|
119 |
-
font-size: 30px;
|
120 |
-
}
|
121 |
-
.acl-rate-us {
|
122 |
-
color : #FBD229 !important;
|
123 |
-
padding-top:5px !important;
|
124 |
-
}
|
125 |
-
.acl-rate{
|
126 |
-
color:#fff;
|
127 |
-
margin-top:10px !important;
|
128 |
-
margin-bottom:5px !important;
|
129 |
-
}
|
130 |
-
</style>
|
131 |
<h5 style="color:#fff" class="acl-rate">Show Us Some Love (Rate Us)</h5>
|
132 |
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/pinterest-pin-it-button-on-image-hover-and-post/#reviews" target="_blank">
|
133 |
<span class="dashicons dashicons-star-filled"></span>
|
@@ -169,12 +163,10 @@ background: #ed5c5c;
|
|
169 |
<li class=""><a data-toggle="tab" href="#plug-recom"><strong><?php _e('Plugin Recommendation', WEBLIZAR_PINIT_TD); ?></strong> <span class="pull-right close-conversation margin-left "><i class="fa fa-plug"></i></span></a></li>
|
170 |
<li class=""><a data-toggle="tab" href="#our-product-tab"><strong><?php _e('Our Products', WEBLIZAR_PINIT_TD); ?></strong> <span class="pull-right close-conversation margin-left "><i class="fas fa-boxes"></i></span></a></li>
|
171 |
<li class=""><a data-toggle="tab" href="#need-help-tab"><strong><?php _e('Need Help', WEBLIZAR_PINIT_TD); ?></strong> <span class="pull-right close-conversation margin-left "><i class="fas fa-question-circle"></i></span></a></li>
|
172 |
-
<!--<li class=""><a data-toggle="tab" href="#weblizar-tab"><strong>Weblizar</strong> <span class="pull-right close-conversation margin-left "><i class="fa fa-wordpress"></i></span></a></li>-->
|
173 |
</ul>
|
174 |
|
175 |
<!-- Tab panes -->
|
176 |
-
<div class="tab-content">
|
177 |
-
|
178 |
<!-- Plugin Settings Tab -->
|
179 |
<div id="pinit-settings-tab" class="tab-pane fade active in">
|
180 |
<hr>
|
@@ -230,37 +222,6 @@ background: #ed5c5c;
|
|
230 |
</div>
|
231 |
<hr>
|
232 |
|
233 |
-
<!-- <div>
|
234 |
-
<p>Pin It Button Design</p>
|
235 |
-
<?php
|
236 |
-
/* $PinItDesign = get_option("WL_Pinit_Btn_Design");
|
237 |
-
if($PinItDesign == "") {
|
238 |
-
$PinItDesign = "rectangle";
|
239 |
-
} */
|
240 |
-
?>
|
241 |
-
<select id="pinitdesign" name="pinitdesign">
|
242 |
-
<option value="rectangle" <?php //if($PinItDesign == "rectangle") echo "selected=selected"; ?>>Rectangle</option>
|
243 |
-
<option value="circular" <?php //if($PinItDesign == "circular") echo "selected=selected"; ?>>Circular</option>
|
244 |
-
</select>
|
245 |
-
</div>
|
246 |
-
<hr>
|
247 |
-
|
248 |
-
<div>
|
249 |
-
<p><?php //_e('Pin It Button Color (On Image Hover)', WEBLIZAR_PINIT_TD); ?></p>
|
250 |
-
<?php
|
251 |
-
/* $PinItColor = get_option("WL_Pinit_Btn_Color");
|
252 |
-
if(!isset($PinItColor)) {
|
253 |
-
$PinItColor = "red";
|
254 |
-
} */
|
255 |
-
?>
|
256 |
-
<select id="pinitcolor" name="pinitcolor">
|
257 |
-
<option value="red" <?php //if($PinItColor == "red") echo "selected=selected"; ?>>Red</option>
|
258 |
-
<option value="gray" <?php //if($PinItColor == "gray") echo "selected=selected"; ?>>Gray</option>
|
259 |
-
<option value="white" <?php //if($PinItColor == "white") echo "selected=selected"; ?>>White</option>
|
260 |
-
</select>
|
261 |
-
</div>
|
262 |
-
<hr>-->
|
263 |
-
|
264 |
<div>
|
265 |
<p><?php _e('Pin It Button Size (On Image Hover)', WEBLIZAR_PINIT_TD); ?></p>
|
266 |
<?php
|
@@ -325,12 +286,7 @@ background: #ed5c5c;
|
|
325 |
</div>
|
326 |
</div>
|
327 |
</div>
|
328 |
-
|
329 |
-
Plugin Help Here
|
330 |
-
</div>
|
331 |
-
<div class="page-wrapper ui-tabs-panel deactive" id="option-ui-id-3">
|
332 |
-
Premium Product Details Here
|
333 |
-
</div>
|
334 |
<script>
|
335 |
function SaveSettings(){
|
336 |
jQuery('#pinitsave').hide();
|
@@ -356,4 +312,4 @@ function SaveSettings(){
|
|
356 |
}
|
357 |
});
|
358 |
}
|
359 |
-
</script>
|
81 |
.products {
|
82 |
padding-bottom: 15px;
|
83 |
}
|
84 |
+
.acl-rate-us span.dashicons{
|
85 |
+
width: 30px;
|
86 |
+
height: 30px;
|
87 |
+
}
|
88 |
+
.acl-rate-us span.dashicons-star-filled:before {
|
89 |
+
content: "\f155";
|
90 |
+
font-size: 30px;
|
91 |
+
}
|
92 |
+
.acl-rate-us {
|
93 |
+
color : #FBD229 !important;
|
94 |
+
padding-top:5px !important;
|
95 |
+
}
|
96 |
+
.acl-rate{
|
97 |
+
color:#fff;
|
98 |
+
margin-top:10px !important;
|
99 |
+
margin-bottom:5px !important;
|
100 |
+
}
|
101 |
|
102 |
</style>
|
103 |
<div id="wrapper">
|
105 |
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
|
106 |
<div class="navbar-header">
|
107 |
<a class="sidebar-toggle hidden-xs" href="javascript:void(0);"><i class="fa fa-bars fa-2x"></i></a>
|
108 |
+
<a class="navbar-brand coming-soon-admin-title" href="#">Pin It Button On Image Hover And In Post</a>
|
109 |
</div>
|
|
|
110 |
<ul class="nav navbar-top-links navbar-right coming-soon-top">
|
111 |
<li class="dropdown">
|
112 |
+
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
|
|
|
113 |
</a>
|
114 |
</li>
|
115 |
</ul>
|
|
|
116 |
<div class="navbar-default sidebar" role="navigation">
|
117 |
<div class="sidebar-nav navbar-collapse">
|
118 |
<ul class="nav " id="side-menu">
|
122 |
<img src="<?php echo esc_url(WEBLIZAR_PINIT_PLUGIN_URL.'img/weblizarlogo.png' ); ?>" alt="Profile Picture"/>
|
123 |
</a>
|
124 |
</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
<h5 style="color:#fff" class="acl-rate">Show Us Some Love (Rate Us)</h5>
|
126 |
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/pinterest-pin-it-button-on-image-hover-and-post/#reviews" target="_blank">
|
127 |
<span class="dashicons dashicons-star-filled"></span>
|
163 |
<li class=""><a data-toggle="tab" href="#plug-recom"><strong><?php _e('Plugin Recommendation', WEBLIZAR_PINIT_TD); ?></strong> <span class="pull-right close-conversation margin-left "><i class="fa fa-plug"></i></span></a></li>
|
164 |
<li class=""><a data-toggle="tab" href="#our-product-tab"><strong><?php _e('Our Products', WEBLIZAR_PINIT_TD); ?></strong> <span class="pull-right close-conversation margin-left "><i class="fas fa-boxes"></i></span></a></li>
|
165 |
<li class=""><a data-toggle="tab" href="#need-help-tab"><strong><?php _e('Need Help', WEBLIZAR_PINIT_TD); ?></strong> <span class="pull-right close-conversation margin-left "><i class="fas fa-question-circle"></i></span></a></li>
|
|
|
166 |
</ul>
|
167 |
|
168 |
<!-- Tab panes -->
|
169 |
+
<div class="tab-content">
|
|
|
170 |
<!-- Plugin Settings Tab -->
|
171 |
<div id="pinit-settings-tab" class="tab-pane fade active in">
|
172 |
<hr>
|
222 |
</div>
|
223 |
<hr>
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
<div>
|
226 |
<p><?php _e('Pin It Button Size (On Image Hover)', WEBLIZAR_PINIT_TD); ?></p>
|
227 |
<?php
|
286 |
</div>
|
287 |
</div>
|
288 |
</div>
|
289 |
+
|
|
|
|
|
|
|
|
|
|
|
290 |
<script>
|
291 |
function SaveSettings(){
|
292 |
jQuery('#pinitsave').hide();
|
312 |
}
|
313 |
});
|
314 |
}
|
315 |
+
</script>
|