Version Description
- Wordpress 5 Compatibility
- Minor css related fixes
Download this release
Release Info
Developer | blocksera |
Plugin | Image Hover Effects – Elementor Addon |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
- assets/style.css +4 -0
- image-hover-effects-addon-for-elementor.php +3 -3
- includes/widgets.php +6 -3
- languages/eihe-lang.pot +50 -50
- readme.txt +9 -4
assets/style.css
CHANGED
@@ -38,6 +38,7 @@
|
|
38 |
right: 0;
|
39 |
margin: auto;
|
40 |
color: #fff;
|
|
|
41 |
}
|
42 |
|
43 |
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption .eihe-title-cover {
|
@@ -80,6 +81,9 @@
|
|
80 |
-moz-transition: all 0.5s ease;
|
81 |
transition: all 0.5s ease;
|
82 |
}
|
|
|
|
|
|
|
83 |
|
84 |
/* eihe-fade-*
|
85 |
----------------------------- */
|
38 |
right: 0;
|
39 |
margin: auto;
|
40 |
color: #fff;
|
41 |
+
z-index: 2;
|
42 |
}
|
43 |
|
44 |
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption .eihe-title-cover {
|
81 |
-moz-transition: all 0.5s ease;
|
82 |
transition: all 0.5s ease;
|
83 |
}
|
84 |
+
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box:before {
|
85 |
+
z-index: 1;
|
86 |
+
}
|
87 |
|
88 |
/* eihe-fade-*
|
89 |
----------------------------- */
|
image-hover-effects-addon-for-elementor.php
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
* Author: Blocksera
|
6 |
* Author URI: https://blocksera.com
|
7 |
* Description: Collection of image hover effects for Elementor page builder
|
8 |
-
* Version: 1.2.
|
9 |
* Requires at least: 4.7
|
10 |
-
* Tested up to:
|
11 |
* License: GPL v3
|
12 |
* Text Domain: eihe-lang
|
13 |
* Domain Path: /languages
|
@@ -17,7 +17,7 @@ if (!defined('ABSPATH')) {
|
|
17 |
exit;
|
18 |
}
|
19 |
|
20 |
-
define('EIHE_VERSION', '1.2.
|
21 |
define('EIHE_MINIMUM_ELEMENTOR_VERSION', '1.1.2');
|
22 |
define('EIHE_PATH', plugin_dir_path(__FILE__));
|
23 |
define('EIHE_URL', plugin_dir_url(__FILE__));
|
5 |
* Author: Blocksera
|
6 |
* Author URI: https://blocksera.com
|
7 |
* Description: Collection of image hover effects for Elementor page builder
|
8 |
+
* Version: 1.2.4
|
9 |
* Requires at least: 4.7
|
10 |
+
* Tested up to: 5.1.1
|
11 |
* License: GPL v3
|
12 |
* Text Domain: eihe-lang
|
13 |
* Domain Path: /languages
|
17 |
exit;
|
18 |
}
|
19 |
|
20 |
+
define('EIHE_VERSION', '1.2.4');
|
21 |
define('EIHE_MINIMUM_ELEMENTOR_VERSION', '1.1.2');
|
22 |
define('EIHE_PATH', plugin_dir_path(__FILE__));
|
23 |
define('EIHE_URL', plugin_dir_url(__FILE__));
|
includes/widgets.php
CHANGED
@@ -233,8 +233,8 @@ class Elementor_Image_Hover_Effects_EIHE extends Widget_Base {
|
|
233 |
'value' => Scheme_Color::COLOR_1,
|
234 |
],
|
235 |
'selectors' => [
|
236 |
-
|
237 |
-
|
238 |
{{WRAPPER}} .eihe-box[class^='eihe-shutter-in-']:after,
|
239 |
{{WRAPPER}} .eihe-box[class^='eihe-shutter-in-']:before,
|
240 |
{{WRAPPER}} .eihe-box[class*=' eihe-shutter-in-']:after,
|
@@ -243,9 +243,12 @@ class Elementor_Image_Hover_Effects_EIHE extends Widget_Base {
|
|
243 |
{{WRAPPER}} .eihe-box[class*=' eihe-shutter-out-']:before,
|
244 |
{{WRAPPER}} .eihe-box[class^='eihe-reveal-']:before,
|
245 |
{{WRAPPER}} .eihe-box[class*=' eihe-reveal-']:before" => "background-color: {{VALUE}};",
|
|
|
|
|
|
|
246 |
]
|
247 |
]
|
248 |
-
|
249 |
|
250 |
$this->add_responsive_control(
|
251 |
'eihe_align',
|
233 |
'value' => Scheme_Color::COLOR_1,
|
234 |
],
|
235 |
'selectors' => [
|
236 |
+
"{{WRAPPER}} .eihe-box,
|
237 |
+
{{WRAPPER}} .eihe-box .eihe-caption,
|
238 |
{{WRAPPER}} .eihe-box[class^='eihe-shutter-in-']:after,
|
239 |
{{WRAPPER}} .eihe-box[class^='eihe-shutter-in-']:before,
|
240 |
{{WRAPPER}} .eihe-box[class*=' eihe-shutter-in-']:after,
|
243 |
{{WRAPPER}} .eihe-box[class*=' eihe-shutter-out-']:before,
|
244 |
{{WRAPPER}} .eihe-box[class^='eihe-reveal-']:before,
|
245 |
{{WRAPPER}} .eihe-box[class*=' eihe-reveal-']:before" => "background-color: {{VALUE}};",
|
246 |
+
"{{WRAPPER}} .eihe-box[class*=' eihe-reveal-'] .eihe-caption" => "background: none;",
|
247 |
+
"{{WRAPPER}} .eihe-box[class*=' eihe-shutter-in-'] .eihe-caption" => "background: none;",
|
248 |
+
"{{WRAPPER}} .eihe-box[class*=' eihe-shutter-out-'] .eihe-caption" => "background: none;",
|
249 |
]
|
250 |
]
|
251 |
+
);
|
252 |
|
253 |
$this->add_responsive_control(
|
254 |
'eihe_align',
|
languages/eihe-lang.pot
CHANGED
@@ -8,7 +8,7 @@ msgstr ""
|
|
8 |
"Blank WordPress Pot "
|
9 |
"v1.0.0\n"
|
10 |
"POT-Creation-Date: "
|
11 |
-
"
|
12 |
"PO-Revision-Date: \n"
|
13 |
"Last-Translator: Your "
|
14 |
"Name <you@example.com>\n"
|
@@ -46,11 +46,11 @@ msgstr ""
|
|
46 |
"_nc:4c,1,2\n"
|
47 |
"X-Poedit-Basepath: ..\n"
|
48 |
"Language: en_US\n"
|
49 |
-
"X-Generator: Poedit 2.
|
50 |
"X-Poedit-"
|
51 |
"SearchPath-0: .\n"
|
52 |
|
53 |
-
#: image-hover-effects-addon-for-elementor.php:
|
54 |
msgid ""
|
55 |
"Enjoying our "
|
56 |
"<strong>Image Hover "
|
@@ -64,15 +64,15 @@ msgid ""
|
|
64 |
"to serve you more !"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: image-hover-effects-addon-for-elementor.php:
|
68 |
msgid "Rate the Plugin!"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: image-hover-effects-addon-for-elementor.php:
|
72 |
msgid "Go Pro"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: image-hover-effects-addon-for-elementor.php:
|
76 |
msgid "Already Done"
|
77 |
msgstr ""
|
78 |
|
@@ -292,80 +292,80 @@ msgstr ""
|
|
292 |
msgid "Choose Image"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: includes/widgets.php:
|
296 |
-
#: includes/widgets.php:
|
297 |
-
#: includes/widgets.php:
|
298 |
msgid "Title"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: includes/widgets.php:
|
302 |
msgid ""
|
303 |
"Type your title here"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: includes/widgets.php:
|
307 |
msgid "Title Tag"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: includes/widgets.php:
|
311 |
msgid "H1"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: includes/widgets.php:
|
315 |
msgid "H2"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: includes/widgets.php:
|
319 |
msgid "H3"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: includes/widgets.php:
|
323 |
msgid "H4"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: includes/widgets.php:
|
327 |
msgid "H5"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: includes/widgets.php:
|
331 |
msgid "H6"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: includes/widgets.php:
|
335 |
msgid "Paragraph"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: includes/widgets.php:
|
339 |
msgid "Span"
|
340 |
msgstr ""
|
341 |
|
342 |
#: includes/widgets.php:147
|
343 |
-
#: includes/widgets.php:
|
344 |
-
|
|
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: includes/widgets.php:
|
348 |
-
msgid "
|
|
|
|
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: includes/widgets.php:
|
352 |
-
|
|
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: includes/widgets.php:
|
356 |
-
msgid "
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: includes/widgets.php:171
|
360 |
#: includes/widgets.php:174
|
361 |
-
|
362 |
-
msgid "Description"
|
363 |
msgstr ""
|
364 |
|
365 |
#: includes/widgets.php:175
|
366 |
-
msgid ""
|
367 |
-
"Type your description "
|
368 |
-
"here"
|
369 |
msgstr ""
|
370 |
|
371 |
#: includes/widgets.php:184
|
@@ -406,62 +406,62 @@ msgstr ""
|
|
406 |
msgid "Background"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: includes/widgets.php:
|
410 |
msgid ""
|
411 |
"Horizontal Alignment"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: includes/widgets.php:
|
415 |
msgid "Left"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: includes/widgets.php:
|
419 |
msgid "Center"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: includes/widgets.php:
|
423 |
msgid "Right"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: includes/widgets.php:
|
427 |
msgid "Vertical Alignment"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: includes/widgets.php:
|
431 |
msgid "Top"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: includes/widgets.php:
|
435 |
msgid "Middle"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: includes/widgets.php:
|
439 |
msgid "Bottom"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: includes/widgets.php:
|
443 |
msgid "Padding"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: includes/widgets.php:
|
447 |
msgid "Border Radius"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: includes/widgets.php:
|
451 |
-
#: includes/widgets.php:
|
452 |
-
#: includes/widgets.php:
|
453 |
msgid "Color"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: includes/widgets.php:
|
457 |
-
#: includes/widgets.php:
|
458 |
msgid "Typography"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: includes/widgets.php:
|
462 |
msgid "Icon Size"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: includes/widgets.php:
|
466 |
msgid "Icon Space"
|
467 |
msgstr ""
|
8 |
"Blank WordPress Pot "
|
9 |
"v1.0.0\n"
|
10 |
"POT-Creation-Date: "
|
11 |
+
"2019-01-10 17:43+0530\n"
|
12 |
"PO-Revision-Date: \n"
|
13 |
"Last-Translator: Your "
|
14 |
"Name <you@example.com>\n"
|
46 |
"_nc:4c,1,2\n"
|
47 |
"X-Poedit-Basepath: ..\n"
|
48 |
"Language: en_US\n"
|
49 |
+
"X-Generator: Poedit 2.2\n"
|
50 |
"X-Poedit-"
|
51 |
"SearchPath-0: .\n"
|
52 |
|
53 |
+
#: image-hover-effects-addon-for-elementor.php:100
|
54 |
msgid ""
|
55 |
"Enjoying our "
|
56 |
"<strong>Image Hover "
|
64 |
"to serve you more !"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: image-hover-effects-addon-for-elementor.php:101
|
68 |
msgid "Rate the Plugin!"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: image-hover-effects-addon-for-elementor.php:102
|
72 |
msgid "Go Pro"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: image-hover-effects-addon-for-elementor.php:103
|
76 |
msgid "Already Done"
|
77 |
msgstr ""
|
78 |
|
292 |
msgid "Choose Image"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: includes/widgets.php:116
|
296 |
+
#: includes/widgets.php:118
|
297 |
+
#: includes/widgets.php:330
|
298 |
msgid "Title"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: includes/widgets.php:119
|
302 |
msgid ""
|
303 |
"Type your title here"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: includes/widgets.php:128
|
307 |
msgid "Title Tag"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: includes/widgets.php:131
|
311 |
msgid "H1"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: includes/widgets.php:132
|
315 |
msgid "H2"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: includes/widgets.php:133
|
319 |
msgid "H3"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: includes/widgets.php:134
|
323 |
msgid "H4"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: includes/widgets.php:135
|
327 |
msgid "H5"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: includes/widgets.php:136
|
331 |
msgid "H6"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: includes/widgets.php:137
|
335 |
msgid "Paragraph"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: includes/widgets.php:138
|
339 |
msgid "Span"
|
340 |
msgstr ""
|
341 |
|
342 |
#: includes/widgets.php:147
|
343 |
+
#: includes/widgets.php:150
|
344 |
+
#: includes/widgets.php:365
|
345 |
+
msgid "Description"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: includes/widgets.php:151
|
349 |
+
msgid ""
|
350 |
+
"Type your description "
|
351 |
+
"here"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: includes/widgets.php:160
|
355 |
+
#: includes/widgets.php:400
|
356 |
+
msgid "Icon"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: includes/widgets.php:171
|
360 |
+
msgid "Icon Position"
|
361 |
msgstr ""
|
362 |
|
|
|
363 |
#: includes/widgets.php:174
|
364 |
+
msgid "Before"
|
|
|
365 |
msgstr ""
|
366 |
|
367 |
#: includes/widgets.php:175
|
368 |
+
msgid "After"
|
|
|
|
|
369 |
msgstr ""
|
370 |
|
371 |
#: includes/widgets.php:184
|
406 |
msgid "Background"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: includes/widgets.php:256
|
410 |
msgid ""
|
411 |
"Horizontal Alignment"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: includes/widgets.php:260
|
415 |
msgid "Left"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: includes/widgets.php:264
|
419 |
msgid "Center"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: includes/widgets.php:268
|
423 |
msgid "Right"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: includes/widgets.php:282
|
427 |
msgid "Vertical Alignment"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: includes/widgets.php:286
|
431 |
msgid "Top"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: includes/widgets.php:287
|
435 |
msgid "Middle"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: includes/widgets.php:288
|
439 |
msgid "Bottom"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: includes/widgets.php:300
|
443 |
msgid "Padding"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: includes/widgets.php:318
|
447 |
msgid "Border Radius"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: includes/widgets.php:339
|
451 |
+
#: includes/widgets.php:374
|
452 |
+
#: includes/widgets.php:409
|
453 |
msgid "Color"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: includes/widgets.php:356
|
457 |
+
#: includes/widgets.php:391
|
458 |
msgid "Typography"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: includes/widgets.php:425
|
462 |
msgid "Icon Size"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: includes/widgets.php:445
|
466 |
msgid "Icon Space"
|
467 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate Link: https://imagehoverpro.blocksera.com
|
|
4 |
Tags: elementor, elementor addon, elementor image hover effects, image hover effects, hover effects
|
5 |
Requires PHP: 5.2.4
|
6 |
Requires at least: 4.7
|
7 |
-
Tested up to:
|
8 |
-
Stable tag: 1.2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -39,8 +39,9 @@ with this elementor addon plugin, you can show your title and description with v
|
|
39 |
* **9 alignment** options
|
40 |
* Virtually **unlimited effect** combinations
|
41 |
* Customize content with links, buttons, colors and typography
|
|
|
42 |
|
43 |
-
**Image Hover Effects List** - Free
|
44 |
|
45 |
* Fade
|
46 |
* Slide Up
|
@@ -94,10 +95,14 @@ with this elementor addon plugin, you can show your title and description with v
|
|
94 |
3. On elementor widget menu, search/scroll and find the image hover effects addons
|
95 |
4. Drag and drop this addon, where you have to add the section
|
96 |
5. Customize the options and add the content
|
97 |
-
6. Hurray
|
98 |
|
99 |
== Changelog ==
|
100 |
|
|
|
|
|
|
|
|
|
101 |
= 1.2.3 =
|
102 |
* features notice removed
|
103 |
|
4 |
Tags: elementor, elementor addon, elementor image hover effects, image hover effects, hover effects
|
5 |
Requires PHP: 5.2.4
|
6 |
Requires at least: 4.7
|
7 |
+
Tested up to: 5.1.1
|
8 |
+
Stable tag: 1.2.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
39 |
* **9 alignment** options
|
40 |
* Virtually **unlimited effect** combinations
|
41 |
* Customize content with links, buttons, colors and typography
|
42 |
+
* **Post Grid** Hover effects
|
43 |
|
44 |
+
**Image Hover Effects List** - Effects (Free)
|
45 |
|
46 |
* Fade
|
47 |
* Slide Up
|
95 |
3. On elementor widget menu, search/scroll and find the image hover effects addons
|
96 |
4. Drag and drop this addon, where you have to add the section
|
97 |
5. Customize the options and add the content
|
98 |
+
6. Hurray! in a minute you have added the Image Hover Section
|
99 |
|
100 |
== Changelog ==
|
101 |
|
102 |
+
= 1.2.4 =
|
103 |
+
* Wordpress 5 Compatibility
|
104 |
+
* Minor css related fixes
|
105 |
+
|
106 |
= 1.2.3 =
|
107 |
* features notice removed
|
108 |
|