Version Description
- Fix: the zoom is hidden behind a wrapper for all the Mikado-Themes
Download this release
Release Info
Developer | diana_burduja |
Plugin | WP Image Zoom |
Version | 1.28 |
Comparing to | |
See all releases |
Code changes from version 1.27 to 1.28
- image-zoooom.php +15 -1
- includes/settings.php +1 -1
- readme.txt +4 -1
image-zoooom.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WP Image Zoom
|
4 |
* Plugin URI: https://wordpress.org/plugins/wp-image-zoooom/
|
5 |
* Description: Add zoom effect over the an image, whether it is an image in a post/page or the featured image of a product in a WooCommerce shop
|
6 |
-
* Version: 1.
|
7 |
* Author: SilkyPress
|
8 |
* Author URI: https://www.silkypress.com
|
9 |
* License: GPL2
|
@@ -293,6 +293,20 @@ final class ImageZoooom {
|
|
293 |
'rule' => '.eltd-wrapper { z-index: 40 !important; }',
|
294 |
'themes' => array('woly', 'averly', 'search-and-go', 'flow', 'kreate', 'allure', 'chandelier', 'malmo', 'minnesota', 'newsroom', 'kendall', 'savory', 'creator', 'awake', 'diorama', 'medipoint', 'audrey', 'findme', 'april', 'bizfinder', 'bjorn', 'trackstore', 'albergo', 'vakker', 'tamashi', 'bonvoyage')
|
295 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
array(
|
297 |
'rule' => '#boxed { z-index: 840 !important; }',
|
298 |
'themes' => array('salient'),
|
3 |
* Plugin Name: WP Image Zoom
|
4 |
* Plugin URI: https://wordpress.org/plugins/wp-image-zoooom/
|
5 |
* Description: Add zoom effect over the an image, whether it is an image in a post/page or the featured image of a product in a WooCommerce shop
|
6 |
+
* Version: 1.28
|
7 |
* Author: SilkyPress
|
8 |
* Author URI: https://www.silkypress.com
|
9 |
* License: GPL2
|
293 |
'rule' => '.eltd-wrapper { z-index: 40 !important; }',
|
294 |
'themes' => array('woly', 'averly', 'search-and-go', 'flow', 'kreate', 'allure', 'chandelier', 'malmo', 'minnesota', 'newsroom', 'kendall', 'savory', 'creator', 'awake', 'diorama', 'medipoint', 'audrey', 'findme', 'april', 'bizfinder', 'bjorn', 'trackstore', 'albergo', 'vakker', 'tamashi', 'bonvoyage')
|
295 |
),
|
296 |
+
// Next three rules are to the Mikado-Themes
|
297 |
+
array(
|
298 |
+
'rule' => '.wrapper {z-index: 20 !important; }',
|
299 |
+
'themes' => array('mikado1', 'onyx', 'hornet', 'burst')
|
300 |
+
),
|
301 |
+
array(
|
302 |
+
'rule' => '.mkdf-wrapper {z-index: 20 !important; }',
|
303 |
+
'themes' => array('chillnews', 'deploy', 'piquant', 'optimizewp', 'wellspring', 'siennawp', 'hashmag', 'voyagewp', 'gotravel', 'verdict', 'mediclinic', 'iacademy', 'newsflash', 'evently', 'cortex', 'roam', 'lumiere', 'aviana', 'zuhaus', 'staffscout', 'kastell', 'fivestar', 'janeandmark', 'neva', 'klippe', 'rosebud', 'endurer', 'wanderers', 'anwalt', 'equine', 'verdure', 'brewski', 'curly', 'fiorello', 'bardwp', 'lilo', 'gluck', 'dotwork', 'eola', 'cocco', 'housemed', 'ande', 'foton', 'overton', 'kanna', 'attika', 'backpacktraveller'),
|
304 |
+
),
|
305 |
+
array(
|
306 |
+
'rule' => '.mkd-wrapper {z-index: 20 !important; }',
|
307 |
+
'themes' => array('libero', 'discussionwp', 'hue', 'medigroup', 'newshub', 'affinity', 'hotspot', 'industrialist', 'pinata', 'cornerstone', 'connectwp', 'opportunity', 'highrise', 'anahata', 'hoshi', 'fleur', 'sparks', 'topfit', 'depot', 'trophy', 'motorepair', 'citycruise', 'indigo', 'servicemaster', 'lister', 'renovator', 'ecologist', 'buro', 'cyberstore', 'appetito', 'grillandchow', 'baumeister', 'kalos', 'fuego', 'entre'),
|
308 |
+
),
|
309 |
+
|
310 |
array(
|
311 |
'rule' => '#boxed { z-index: 840 !important; }',
|
312 |
'themes' => array('salient'),
|
includes/settings.php
CHANGED
@@ -6,7 +6,7 @@ function wp_image_zoooom_settings($type) {
|
|
6 |
$l = 'wp-image-zoooom';
|
7 |
|
8 |
$plugin = array(
|
9 |
-
'version' => '1.
|
10 |
'plugin_name' => 'WP Image Zoom',
|
11 |
'plugin_file' => str_replace('includes/settings.php', 'image-zoooom.php', __FILE__),
|
12 |
'plugin_server' => 'https://www.silkypress.com',
|
6 |
$l = 'wp-image-zoooom';
|
7 |
|
8 |
$plugin = array(
|
9 |
+
'version' => '1.28',
|
10 |
'plugin_name' => 'WP Image Zoom',
|
11 |
'plugin_file' => str_replace('includes/settings.php', 'image-zoooom.php', __FILE__),
|
12 |
'plugin_server' => 'https://www.silkypress.com',
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Email: diana@burduja.eu
|
|
5 |
Tags: e-commerce, featured image, hover over image zoom, image, image zoom, image zoom plugin, image magnification, image magnifier, jquery picture zoom, magnifier, magnify image, magnifying glass, mouse over image zoom, panorama, picture zoom, product image, product zoom, product magnification, product magnifier, responsive, woocommerce product zoom, woocommerce zoom, woocommerce magnifying glass, zoom, zoom image, zoom plugin, woocommerce image zoom, woocommerce product image zoom, woocommerce zoom magnifier
|
6 |
Requires at least: 3.0.1
|
7 |
Tested up to: 4.9
|
8 |
-
Stable tag: 1.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
Requires PHP: 5.2.4
|
@@ -152,6 +152,9 @@ Alternatively you can upgrade to the Pro version, as there the zoom lens is buil
|
|
152 |
|
153 |
== Changelog ==
|
154 |
|
|
|
|
|
|
|
155 |
= 1.27 =
|
156 |
* Fix: the zoom is hidden behind a wrapper on the Salient theme
|
157 |
* Describe how to apply the zoom with different page builders
|
5 |
Tags: e-commerce, featured image, hover over image zoom, image, image zoom, image zoom plugin, image magnification, image magnifier, jquery picture zoom, magnifier, magnify image, magnifying glass, mouse over image zoom, panorama, picture zoom, product image, product zoom, product magnification, product magnifier, responsive, woocommerce product zoom, woocommerce zoom, woocommerce magnifying glass, zoom, zoom image, zoom plugin, woocommerce image zoom, woocommerce product image zoom, woocommerce zoom magnifier
|
6 |
Requires at least: 3.0.1
|
7 |
Tested up to: 4.9
|
8 |
+
Stable tag: 1.28
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
Requires PHP: 5.2.4
|
152 |
|
153 |
== Changelog ==
|
154 |
|
155 |
+
= 1.28 =
|
156 |
+
* Fix: the zoom is hidden behind a wrapper for all the Mikado-Themes
|
157 |
+
|
158 |
= 1.27 =
|
159 |
* Fix: the zoom is hidden behind a wrapper on the Salient theme
|
160 |
* Describe how to apply the zoom with different page builders
|