Version Description
- Fixed: Navigation dots redirection issue in Premium Vertical Scroll widget.
Download this release
Release Info
Developer | leap13 |
Plugin | Premium Addons for Elementor |
Version | 2.7.5 |
Comparing to | |
See all releases |
Code changes from version 2.7.4 to 2.7.5
- admin/settings/elements.php +1 -1
- admin/settings/version-control.php +1 -1
- assets/css/premium-addons.css +5 -6
- premium-addons-for-elementor.php +3 -3
- readme.txt +6 -2
- widgets/premium-vscroll.php +2 -2
admin/settings/elements.php
CHANGED
@@ -300,7 +300,7 @@ class PA_admin_settings {
|
|
300 |
</tr>
|
301 |
|
302 |
<tr>
|
303 |
-
<th><?php echo sprintf("%s Vertical
|
304 |
<td>
|
305 |
<label class="switch">
|
306 |
<input type="checkbox" id="premium-vscroll" name="premium-vscroll" <?php checked(1, $this->pa_get_settings['premium-vscroll'], true) ?>>
|
300 |
</tr>
|
301 |
|
302 |
<tr>
|
303 |
+
<th><?php echo sprintf("%s Vertical Navigation",$prefix); ?></th>
|
304 |
<td>
|
305 |
<label class="switch">
|
306 |
<input type="checkbox" id="premium-vscroll" name="premium-vscroll" <?php checked(1, $this->pa_get_settings['premium-vscroll'], true) ?>>
|
admin/settings/version-control.php
CHANGED
@@ -79,7 +79,7 @@ class PA_Version_Control {
|
|
79 |
<tr class="pa-roll-row">
|
80 |
<th>Rollback Version</th>
|
81 |
<td>
|
82 |
-
<div><?php echo sprintf( '<a target="_blank" href="%s" class="button pa-btn pa-rollback-button elementor-button-spinner">Reinstall Version 2.7.
|
83 |
<p class="pa-roll-desc"><span>Warning: Please backup your database before making the rollback.</span></p>
|
84 |
</td>
|
85 |
</tr>
|
79 |
<tr class="pa-roll-row">
|
80 |
<th>Rollback Version</th>
|
81 |
<td>
|
82 |
+
<div><?php echo sprintf( '<a target="_blank" href="%s" class="button pa-btn pa-rollback-button elementor-button-spinner">Reinstall Version 2.7.4</a>', wp_nonce_url( admin_url( 'admin-post.php?action=premium_addons_rollback' ), 'premium_addons_rollback' ) ); ?> </div>
|
83 |
<p class="pa-roll-desc"><span>Warning: Please backup your database before making the rollback.</span></p>
|
84 |
</td>
|
85 |
</tr>
|
assets/css/premium-addons.css
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
margin: 0 0 35px;
|
24 |
background: #3085a3;
|
25 |
text-align: center;
|
26 |
-
/*
|
27 |
-webkit-box-sizing: border-box;
|
28 |
-moz-box-sizing: border-box;
|
29 |
box-sizing: border-box;
|
@@ -231,8 +231,6 @@
|
|
231 |
-webkit-transform: translate3d(0, -40px, 0);
|
232 |
transform: translate3d(0, -40px, 0);
|
233 |
}
|
234 |
-
.premium_banner_animation2:hover .premium_addons-banner-ib-content,
|
235 |
-
.premium_banner_animation2.active .premium_addons-banner-ib-content,
|
236 |
.premium_banner_animation2:hover .premium-banner-read-more,
|
237 |
.premium_banner_animation2.active .premium-banner-read-more,
|
238 |
.premium_banner_animation2:hover .premium_addons-banner-ib-desc::before,
|
@@ -3309,7 +3307,7 @@ button.premium-modal-box-modal-close {
|
|
3309 |
margin: 7px;
|
3310 |
position: relative;
|
3311 |
}
|
3312 |
-
.premium-vscroll-inner .premium-vscroll-dot-item
|
3313 |
display: block;
|
3314 |
position: relative;
|
3315 |
z-index: 1;
|
@@ -3419,9 +3417,10 @@ button.premium-modal-box-modal-close {
|
|
3419 |
background:#fff;
|
3420 |
background:rgba(255,255,255,0.3)
|
3421 |
}
|
3422 |
-
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link{
|
3423 |
padding:9px 18px;
|
3424 |
-
display:block
|
|
|
3425 |
}
|
3426 |
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link,
|
3427 |
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover{
|
23 |
margin: 0 0 35px;
|
24 |
background: #3085a3;
|
25 |
text-align: center;
|
26 |
+
/* cursor: pointer;*/
|
27 |
-webkit-box-sizing: border-box;
|
28 |
-moz-box-sizing: border-box;
|
29 |
box-sizing: border-box;
|
231 |
-webkit-transform: translate3d(0, -40px, 0);
|
232 |
transform: translate3d(0, -40px, 0);
|
233 |
}
|
|
|
|
|
234 |
.premium_banner_animation2:hover .premium-banner-read-more,
|
235 |
.premium_banner_animation2.active .premium-banner-read-more,
|
236 |
.premium_banner_animation2:hover .premium_addons-banner-ib-desc::before,
|
3307 |
margin: 7px;
|
3308 |
position: relative;
|
3309 |
}
|
3310 |
+
.premium-vscroll-inner .premium-vscroll-dot-item .premium-vscroll-nav-link {
|
3311 |
display: block;
|
3312 |
position: relative;
|
3313 |
z-index: 1;
|
3417 |
background:#fff;
|
3418 |
background:rgba(255,255,255,0.3)
|
3419 |
}
|
3420 |
+
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link {
|
3421 |
padding:9px 18px;
|
3422 |
+
display:block;
|
3423 |
+
cursor: pointer;
|
3424 |
}
|
3425 |
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link,
|
3426 |
.premium-vscroll-nav-menu .premium-vscroll-nav-item .premium-vscroll-nav-link:hover{
|
premium-addons-for-elementor.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons Plugin Includes 20+ premium widgets for Elementor Page Builder.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
-
Version: 2.7.
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
@@ -22,12 +22,12 @@ if (! function_exists('add_action')) {
|
|
22 |
if ( ! defined('ABSPATH') ) exit; // No access of directly access
|
23 |
|
24 |
|
25 |
-
define('PREMIUM_ADDONS_VERSION', '2.7.
|
26 |
define('PREMIUM_ADDONS_URL', plugins_url('/', __FILE__));
|
27 |
define('PREMIUM_ADDONS_PATH', plugin_dir_path(__FILE__));
|
28 |
define('PREMIUM_ADDONS_FILE', __FILE__);
|
29 |
define('PREMIUM_ADDONS_BASENAME', plugin_basename(__FILE__));
|
30 |
-
define('PREMIUM_ADDONS_STABLE_VERSION', '2.7.
|
31 |
|
32 |
if( ! class_exists('Premium_Addons_Elementor') ) {
|
33 |
/*
|
3 |
Plugin Name: Premium Addons for Elementor
|
4 |
Description: Premium Addons Plugin Includes 20+ premium widgets for Elementor Page Builder.
|
5 |
Plugin URI: https://premiumaddons.com
|
6 |
+
Version: 2.7.5
|
7 |
Author: Leap13
|
8 |
Author URI: http://leap13.com/
|
9 |
Text Domain: premium-addons-for-elementor
|
22 |
if ( ! defined('ABSPATH') ) exit; // No access of directly access
|
23 |
|
24 |
|
25 |
+
define('PREMIUM_ADDONS_VERSION', '2.7.5');
|
26 |
define('PREMIUM_ADDONS_URL', plugins_url('/', __FILE__));
|
27 |
define('PREMIUM_ADDONS_PATH', plugin_dir_path(__FILE__));
|
28 |
define('PREMIUM_ADDONS_FILE', __FILE__);
|
29 |
define('PREMIUM_ADDONS_BASENAME', plugin_basename(__FILE__));
|
30 |
+
define('PREMIUM_ADDONS_STABLE_VERSION', '2.7.4');
|
31 |
|
32 |
if( ! class_exists('Premium_Addons_Elementor') ) {
|
33 |
/*
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://premiumaddons.com
|
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9.8
|
7 |
Requires PHP: 5.4
|
8 |
-
Stable tag: 2.7.
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
@@ -52,7 +52,7 @@ Premium Addons for Elementor can be used only as a complement of Elementor page
|
|
52 |
18. [Progress Bar Elementor Widget](https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/) The most advanced progress bar available for Elementor.
|
53 |
19. [Button Elementor Widget](https://premiumaddons.com/button-widget-for-elementor-page-builder/) Advanced button with lots of interactive animation and styling options and onClick event option.
|
54 |
20. [Contact Form 7 Elementor Widget](https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/) Elementor contact form 7 add-on with 2 readymade styles.
|
55 |
-
21. [Image Button Elementor Widget](https://premiumaddons.com/image-button-widget-for-elementor-page-builder/) A unique element that can be used for innovative call to action ideas.
|
56 |
|
57 |
### PRO addons & widgets [Click here](https://premiumaddons.com/pro/)
|
58 |
|
@@ -137,6 +137,10 @@ Premium Addons for Elementor is 100% Ads Free, Ads can only be detected from You
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
|
|
140 |
= 2.7.4 =
|
141 |
|
142 |
- New: Added Vertical Scroll widget.
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 4.9.8
|
7 |
Requires PHP: 5.4
|
8 |
+
Stable tag: 2.7.5
|
9 |
License: GPL v3.0
|
10 |
License URI: https://opensource.org/licenses/GPL-3.0
|
11 |
|
52 |
18. [Progress Bar Elementor Widget](https://premiumaddons.com/progress-bar-widget-for-elementor-page-builder/) The most advanced progress bar available for Elementor.
|
53 |
19. [Button Elementor Widget](https://premiumaddons.com/button-widget-for-elementor-page-builder/) Advanced button with lots of interactive animation and styling options and onClick event option.
|
54 |
20. [Contact Form 7 Elementor Widget](https://premiumaddons.com/contact-form-7-widget-for-elementor-page-builder/) Elementor contact form 7 add-on with 2 readymade styles.
|
55 |
+
21. [Image Button Elementor Widget](https://premiumaddons.com/image-button-widget-for-elementor-page-builder/) A unique element that can be used for innovative call to action ideas.
|
56 |
|
57 |
### PRO addons & widgets [Click here](https://premiumaddons.com/pro/)
|
58 |
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
= 2.7.5 =
|
141 |
+
|
142 |
+
- Fixed: Navigation dots redirection issue in Premium Vertical Scroll widget.
|
143 |
+
|
144 |
= 2.7.4 =
|
145 |
|
146 |
- New: Added Vertical Scroll widget.
|
widgets/premium-vscroll.php
CHANGED
@@ -787,7 +787,7 @@ class Premium_Vscroll extends Widget_Base {
|
|
787 |
<?php if ('yes' == $settings['nav_menu_switch'] ) : ?>
|
788 |
<ul <?php echo $this->get_render_attribute_string('vertical_scroll_menu'); ?>>
|
789 |
<?php foreach( $nav_items as $index => $item ) : ?>
|
790 |
-
<li data-menuanchor="<?php echo 'section_' . $id . $index; ?>" class="premium-vscroll-nav-item"><
|
791 |
<?php endforeach; ?>
|
792 |
</ul>
|
793 |
<?php endif; ?>
|
@@ -795,7 +795,7 @@ class Premium_Vscroll extends Widget_Base {
|
|
795 |
<div <?php echo $this->get_render_attribute_string('vertical_scroll_dots'); ?>>
|
796 |
<ul <?php echo $this->get_render_attribute_string('vertical_scroll_dots_list'); ?>>
|
797 |
<?php foreach( $templates as $index => $section ) : ?>
|
798 |
-
<li data-index="<?php echo $index; ?>" data-menuanchor="<?php echo 'section_' . $id . $index; ?>" class="premium-vscroll-dot-item"><
|
799 |
<?php endforeach; ?>
|
800 |
</ul>
|
801 |
</div>
|
787 |
<?php if ('yes' == $settings['nav_menu_switch'] ) : ?>
|
788 |
<ul <?php echo $this->get_render_attribute_string('vertical_scroll_menu'); ?>>
|
789 |
<?php foreach( $nav_items as $index => $item ) : ?>
|
790 |
+
<li data-menuanchor="<?php echo 'section_' . $id . $index; ?>" class="premium-vscroll-nav-item"><div class="premium-vscroll-nav-link"><?php echo $item['nav_menu_item'] ?></div></li>
|
791 |
<?php endforeach; ?>
|
792 |
</ul>
|
793 |
<?php endif; ?>
|
795 |
<div <?php echo $this->get_render_attribute_string('vertical_scroll_dots'); ?>>
|
796 |
<ul <?php echo $this->get_render_attribute_string('vertical_scroll_dots_list'); ?>>
|
797 |
<?php foreach( $templates as $index => $section ) : ?>
|
798 |
+
<li data-index="<?php echo $index; ?>" data-menuanchor="<?php echo 'section_' . $id . $index; ?>" class="premium-vscroll-dot-item"><div class="premium-vscroll-nav-link"><span></span></div></li>
|
799 |
<?php endforeach; ?>
|
800 |
</ul>
|
801 |
</div>
|