WP Image Zoom - Version 1.27

Version Description

  • Fix: the zoom is hidden behind a wrapper on the Salient theme
  • Describe how to apply the zoom with different page builders
Download this release

Release Info

Developer diana_burduja
Plugin Icon 128x128 WP Image Zoom
Version 1.27
Comparing to
See all releases

Code changes from version 1.26 to 1.27

Files changed (3) hide show
  1. image-zoooom.php +5 -1
  2. includes/settings.php +1 -1
  3. readme.txt +15 -4
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.26
7
  * Author: SilkyPress
8
  * Author URI: https://www.silkypress.com
9
  * License: GPL2
@@ -293,6 +293,10 @@ 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
  );
297
 
298
  foreach( $wrapper_themes as $_v ) {
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.27
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
+ array(
297
+ 'rule' => '#boxed { z-index: 840 !important; }',
298
+ 'themes' => array('salient'),
299
+ ),
300
  );
301
 
302
  foreach( $wrapper_themes as $_v ) {
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.26',
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.27',
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.26
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
  Requires PHP: 5.2.4
@@ -31,6 +31,16 @@ Your visitors will be able to see the beautiful details of your images. This wil
31
  * **Works with WooCommerce** - easily enable the zoom on all your products' images. Only a checkbox away.
32
  * **Works in Pages and Posts** - within the post's/page's editor you'll find a button for applying the zooming effect on any image.
33
 
 
 
 
 
 
 
 
 
 
 
34
  = Why should you upgrade to WP Image Zoom Pro? =
35
 
36
  * Responsive (the zoom window will fit to the browser width)
@@ -80,9 +90,6 @@ OR...
80
  = Does it work with caching plugins ? =
81
  Yes
82
 
83
- = If I have Visual Composer installed, how do I apply the zoom? =
84
- You can apply the zoom on the Single Image element from Visual Composer. See the following [screenshot](https://ps.w.org/wp-image-zoooom/assets/screenshot-7.jpg).
85
-
86
  = The zoom will show up only on the first image on my WooCommerce gallery =
87
  The zoom should work fine with all the images on the default WooCommerce gallery, but some themes replace entirely the gallery with a [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/) or a another gallery/carousel/slider. Note that this plugin doesn't change the gallery, it only tries to add a zoom to the present gallery and we cannot guarantee compatibility with each gallery/carousel/slider implementation out there.
88
 
@@ -145,6 +152,10 @@ Alternatively you can upgrade to the Pro version, as there the zoom lens is buil
145
 
146
  == Changelog ==
147
 
 
 
 
 
148
  = 1.26 =
149
  * 11/08/2018
150
  * Fix: add back prettyPhoto for the Sovereign theme
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.27
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
  Requires PHP: 5.2.4
31
  * **Works with WooCommerce** - easily enable the zoom on all your products' images. Only a checkbox away.
32
  * **Works in Pages and Posts** - within the post's/page's editor you'll find a button for applying the zooming effect on any image.
33
 
34
+ = Using the plugin with a page bulider =
35
+ For applying the zoom on an image on a page/post from within a page builder, you need to add the "zoooom" CSS class to the image. Here are screenshots on how to do this with the most popular page builders:
36
+ * Gutenberg - [screenshot](https://www.silkypress.com/wp-content/uploads/2018/10/zoom-gutenberg.png)
37
+ * Visual Composer - [screenshot](https://www.silkypress.com/wp-content/uploads/2017/05/image-zoom-js_composer.png). Please use the "large" or "full" for the Image Size setting
38
+ * Page Builder by SiteOrigin - [screenshot](https://www.silkypress.com/wp-content/uploads/2016/02/zoom-siteorigin.png)
39
+ * Elementor Page Builder - [screenshot](https://www.silkypress.com/wp-content/uploads/2016/09/image-zoom-elementor.png). It works with all the Image Size options, except Custom.
40
+ * Beaver Builder - [screenshot](https://www.silkypress.com/wp-content/uploads/2017/06/image-zoom-beaver-builder.png)
41
+ * Divi Builder - [screenshot](https://www.silkypress.com/wp-content/uploads/2016/09/divi-builder.png)
42
+ The zoom works alright only with Image elements. Unfortunately, trying to apply the zoom on an image gallery will make the zoom work only on the first image of the gallery. With the WP Image Zoom Pro the zoom can also be applied on image galleries.
43
+
44
  = Why should you upgrade to WP Image Zoom Pro? =
45
 
46
  * Responsive (the zoom window will fit to the browser width)
90
  = Does it work with caching plugins ? =
91
  Yes
92
 
 
 
 
93
  = The zoom will show up only on the first image on my WooCommerce gallery =
94
  The zoom should work fine with all the images on the default WooCommerce gallery, but some themes replace entirely the gallery with a [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/) or a another gallery/carousel/slider. Note that this plugin doesn't change the gallery, it only tries to add a zoom to the present gallery and we cannot guarantee compatibility with each gallery/carousel/slider implementation out there.
95
 
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
158
+
159
  = 1.26 =
160
  * 11/08/2018
161
  * Fix: add back prettyPhoto for the Sovereign theme