Version Description
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 1.06 |
Comparing to | |
See all releases |
Code changes from version 1.05 to 1.06
- admin/assets/admin.css +4 -0
- admin/settings-page.php +16 -1
- premium-addons.php +1 -1
admin/assets/admin.css
CHANGED
@@ -228,6 +228,10 @@ input:checked + .slider:before {
|
|
228 |
}
|
229 |
.pa-api-title {
|
230 |
display: inline-block;
|
|
|
|
|
|
|
|
|
231 |
}
|
232 |
.pa-api-title input {
|
233 |
margin-top: 10px;
|
228 |
}
|
229 |
.pa-api-title {
|
230 |
display: inline-block;
|
231 |
+
margin: 0;
|
232 |
+
}
|
233 |
+
.pa-maps-api-notice {
|
234 |
+
margin: 10px 0 0 0;
|
235 |
}
|
236 |
.pa-api-title input {
|
237 |
margin-top: 10px;
|
admin/settings-page.php
CHANGED
@@ -71,6 +71,7 @@ class PA_admin_settings {
|
|
71 |
<ul class="pa-settings-tabs-list">
|
72 |
<li><a class="pa-tab-list-item" href="#pa-about">About</a></li>
|
73 |
<li><a class="pa-tab-list-item" href="#pa-modules">Elements</a></li>
|
|
|
74 |
<li><a class="pa-tab-list-item" href="#pa-system">System Info</a></li>
|
75 |
</ul>
|
76 |
<div id="pa-about" class="pa-settings-tab">
|
@@ -270,7 +271,21 @@ class PA_admin_settings {
|
|
270 |
<input type="submit" value="Save Settings" class="button pa-btn pa-save-button">
|
271 |
|
272 |
</div>
|
273 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
<div id="pa-system" class="pa-settings-tab">
|
275 |
<div class="pa-row">
|
276 |
<table>
|
71 |
<ul class="pa-settings-tabs-list">
|
72 |
<li><a class="pa-tab-list-item" href="#pa-about">About</a></li>
|
73 |
<li><a class="pa-tab-list-item" href="#pa-modules">Elements</a></li>
|
74 |
+
<li><a class="pa-tab-list-item" href="#pa-maps-api">Google Maps API</a></li>
|
75 |
<li><a class="pa-tab-list-item" href="#pa-system">System Info</a></li>
|
76 |
</ul>
|
77 |
<div id="pa-about" class="pa-settings-tab">
|
271 |
<input type="submit" value="Save Settings" class="button pa-btn pa-save-button">
|
272 |
|
273 |
</div>
|
274 |
+
<div id="pa-maps-api" class="pa-maps-tab">
|
275 |
+
<div class="pa-row">
|
276 |
+
<table>
|
277 |
+
<tr>
|
278 |
+
<p class="pa-maps-api-notice">
|
279 |
+
Premium Maps Element requires Google API key to be entered below. If you don’t have one, Click <a href="https://developers.google.com/maps/documentation/javascript/" target="_blank"> Here</a> to get your key.
|
280 |
+
</p>
|
281 |
+
</tr>
|
282 |
+
<tr>
|
283 |
+
<th><h4 class="pa-api-title"><label>Google Maps API Key:</label><input name="premium-map-api" id="premium-map-api" type="text" placeholder="API Key" value="<?php echo $this->pa_get_settings['premium-map-api']; ?>"></h4></th>
|
284 |
+
</tr>
|
285 |
+
</table>
|
286 |
+
<input type="submit" value="Save Settings" class="button pa-btn pa-save-button">
|
287 |
+
</div>
|
288 |
+
</div>
|
289 |
<div id="pa-system" class="pa-settings-tab">
|
290 |
<div class="pa-row">
|
291 |
<table>
|
premium-addons.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: This Plugin Includes Elementor Page Builder’s Premium Addon Elements.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
-
Version: 1.
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-leap13
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: This Plugin Includes Elementor Page Builder’s Premium Addon Elements.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
+
Version: 1.06
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-leap13
|