Image Hover Effects – Elementor Addon - Version 1.3.3

Version Description

  • Content alignment fix
Download this release

Release Info

Developer blocksera
Plugin Icon 128x128 Image Hover Effects – Elementor Addon
Version 1.3.3
Comparing to
See all releases

Code changes from version 1.3.2 to 1.3.3

image-hover-effects-addon-for-elementor.php CHANGED
@@ -8,7 +8,7 @@
8
  * Requires PHP: 5.6
9
  * Requires at least: 4.7
10
  * Tested up to: 5.5.3
11
- * Version: 1.3.2
12
  * License: GPL v3
13
  * Text Domain: eihe-lang
14
  * Domain Path: /languages
@@ -18,7 +18,7 @@ if (!defined('ABSPATH')) {
18
  exit;
19
  }
20
 
21
- define('EIHE_VERSION', '1.3.2');
22
  define('EIHE_MINIMUM_ELEMENTOR_VERSION', '2.6.0');
23
  define('EIHE_PATH', plugin_dir_path(__FILE__));
24
  define('EIHE_URL', plugin_dir_url(__FILE__));
8
  * Requires PHP: 5.6
9
  * Requires at least: 4.7
10
  * Tested up to: 5.5.3
11
+ * Version: 1.3.3
12
  * License: GPL v3
13
  * Text Domain: eihe-lang
14
  * Domain Path: /languages
18
  exit;
19
  }
20
 
21
+ define('EIHE_VERSION', '1.3.3');
22
  define('EIHE_MINIMUM_ELEMENTOR_VERSION', '2.6.0');
23
  define('EIHE_PATH', plugin_dir_path(__FILE__));
24
  define('EIHE_URL', plugin_dir_url(__FILE__));
includes/widgets.php CHANGED
@@ -489,9 +489,9 @@ class Elementor_Image_Hover_Effects_EIHE extends Widget_Base {
489
  <?php echo Group_Control_Image_Size::get_attachment_image_html($settings, 'eihe_thumbnail', 'eihe_image'); ?>
490
  <div class="eihe-caption">
491
  <div class="eihe-title-cover">
492
- <?php if($icon_order == 'before' && !empty($icon)) { ?><div class="eihe-ileft eihe-icon"><?php Icons_Manager::render_icon( $icon, [ 'aria-hidden' => 'true' ] ); ?> </div> <?php } ?>
493
  <<?php echo $eihe_tag;?> class="eihe-title"><?php echo $settings['eihe_title']; ?></<?php echo $eihe_tag; ?>>
494
- <?php if($icon_order == 'after' && !empty($icon)) { ?><div class="eihe-iright eihe-icon"><?php Icons_Manager::render_icon( $icon, [ 'aria-hidden' => 'true' ] ); ?> </div> <?php } ?>
495
  </div>
496
  <p><?php echo $settings['eihe_description']; ?></p>
497
  </div>
@@ -527,12 +527,12 @@ class Elementor_Image_Hover_Effects_EIHE extends Widget_Base {
527
  <img src="{{{ image_url }}}" />
528
  <div class="eihe-caption">
529
  <div class="eihe-title-cover">
530
- <# if(icon != '' && settings.icon.value && icon_order == 'before'){
531
  iconHTML = elementor.helpers.renderIcon(view, settings.icon, { 'aria-hidden': true }, 'i', 'object' ); #>
532
  <div class="eihe-ileft eihe-icon">{{{ iconHTML.value }}}</div>
533
  <# } #>
534
  <{{{settings.eihe_tag}}} class="eihe-title">{{{ settings.eihe_title }}}</{{{settings.eihe_tag}}}>
535
- <# if(icon != '' && settings.icon.value && icon_order == 'after'){
536
  iconHTML = elementor.helpers.renderIcon(view, settings.icon, { 'aria-hidden': true }, 'i', 'object' ); #>
537
  <div class="eihe-iright eihe-icon">{{{ iconHTML.value }}}</div>
538
  <# } #>
489
  <?php echo Group_Control_Image_Size::get_attachment_image_html($settings, 'eihe_thumbnail', 'eihe_image'); ?>
490
  <div class="eihe-caption">
491
  <div class="eihe-title-cover">
492
+ <?php if($icon_order == 'before' && !empty($icon) && !empty($icon['value'])) { ?><div class="eihe-ileft eihe-icon"><?php Icons_Manager::render_icon( $icon, [ 'aria-hidden' => 'true' ] ); ?> </div> <?php } ?>
493
  <<?php echo $eihe_tag;?> class="eihe-title"><?php echo $settings['eihe_title']; ?></<?php echo $eihe_tag; ?>>
494
+ <?php if($icon_order == 'after' && !empty($icon) && !empty($icon['value'])) { ?><div class="eihe-iright eihe-icon"><?php Icons_Manager::render_icon( $icon, [ 'aria-hidden' => 'true' ] ); ?> </div> <?php } ?>
495
  </div>
496
  <p><?php echo $settings['eihe_description']; ?></p>
497
  </div>
527
  <img src="{{{ image_url }}}" />
528
  <div class="eihe-caption">
529
  <div class="eihe-title-cover">
530
+ <# if(icon && settings.icon.value && icon_order == 'before'){
531
  iconHTML = elementor.helpers.renderIcon(view, settings.icon, { 'aria-hidden': true }, 'i', 'object' ); #>
532
  <div class="eihe-ileft eihe-icon">{{{ iconHTML.value }}}</div>
533
  <# } #>
534
  <{{{settings.eihe_tag}}} class="eihe-title">{{{ settings.eihe_title }}}</{{{settings.eihe_tag}}}>
535
+ <# if(icon && settings.icon.value && icon_order == 'after'){
536
  iconHTML = elementor.helpers.renderIcon(view, settings.icon, { 'aria-hidden': true }, 'i', 'object' ); #>
537
  <div class="eihe-iright eihe-icon">{{{ iconHTML.value }}}</div>
538
  <# } #>
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: elementor, addons, elementor widget, image hover effects, css effects
5
  Requires PHP: 5.6
6
  Requires at least: 4.7
7
  Tested up to: 5.5.3
8
- Stable tag: 1.3.2
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -115,6 +115,9 @@ Yes, but you need to remove this plugin and install pro version after purchase.
115
 
116
  == Changelog ==
117
 
 
 
 
118
  = 1.3.2 =
119
  * Icons control upgraded to support Font Awesome 5 and SVG icons
120
 
5
  Requires PHP: 5.6
6
  Requires at least: 4.7
7
  Tested up to: 5.5.3
8
+ Stable tag: 1.3.3
9
  License: GPLv3 or later
10
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
11
 
115
 
116
  == Changelog ==
117
 
118
+ = 1.3.3 =
119
+ * Content alignment fix
120
+
121
  = 1.3.2 =
122
  * Icons control upgraded to support Font Awesome 5 and SVG icons
123