=== Plugin Name === Contributors: SdeWijs Donate link: https://www.mollie.com/pay/link/1006571/D2A4A1C0/2.5/Koffie%20voor%20de%20Grinthorst/a60be34ef573cefa17c1a00e90002f526b723683 Tags: images, zoomify, shortcode Requires at least: 3.0.1 Tested up to: 4.8 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin offers an easy way to embed zoomify .zif files in your WordPress website. == Description == This Zoomify plugin for WordPress allows you to upload .zif files to your media directory. You can then create the Zoomify imagebox with toolbar by using the shortcode [zoomify file="fileUrl" skin="Default/Dark/Light" zoomlevel=100] (zoomlevel is optional), where "fileUrl" is the url/permalink to the zif-file. The skin parameter has three options: Default, Dark and Light. If the skin parameter is omitted in the shortcode the Default skin will be used. For example, if the permalink to your file is http://example.com/wp-content/uploads/2016/10/myAwesomemap.zif, the shortcode will look like this [zoomify file="http://example.com/wp-content/uploads/2016/10/myAwesomemap.zif", skin="Default"]. If copy-pasting this example does not work, please type out the shortcode manually in your WP editor so the double quotes are properly formatted. I am not connected to Zoomify in any way, I coded this plugin for personal use and figured this may come in handy for other Zoomify users. For now the plugin only supports one Zoomify image per page or post, but support for more images will be added in the future. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Upload your .zif files via the WordPress media section 4. Use the shortcode [zoomify file="fileUrl" skin="Default"] shortcode to create the Zoomify box on any post or page. == Frequently Asked Questions == = What Zoomify options can I use in this plugin = This plugin now supports all options that are available in Zoomify Free edition: * zskinpath * zinitialx * zinitialy * zinitialzoom * zminzoom * zmaxzoom * znavigatorvisible * ztoolbarvisible * zslidervisible * zlogovisible * zfullpagevisible * zfullpageinitial * zprogressvisible * ztooltipsvisible Please use the notation for the parameters as described above. The plugin translates these to the parameters Zoomify needs. The Zoomify documentation provides more detail about the parameters and their settings. = Can I have more then one Zoomify image on a page or post? = At the moment this plugin only supports one Zoomify image per page or post. = Can I add more skins to the plugin? = You can by uploading your custom skins to [your site url]/wp-content/plugins/gh-zoomify/assets/Skins] and use the foldername in the shortcode. Please use the Zoomify style to name the folder. First letter uppercase and no spaces. For example 'Mycustomskin'. = Can I apply extra styling to the Zoomify container block? = The styling of the containerblock is kept as clean as possible, so you can style away by selecting #zoomifyContainer in your own CSS file or your theme's custom CSS section. == Screenshots == == Changelog == = 1.0 = * First stable release = 1.1 = * Added initial zoom parameter to finetune the initial image presented to the site visitor = 1.1.2.1 = * Bugfixes = 1.1.2.2 = * Fixed path to custom skin directory and updated plugin description to inform about possible issues when copy-pasting the example code. The double quotes are not always recognized or properly formatted when pasted in the WP editor. As an alternative, users should manually type the shortcode. = 1.1.2.3 = * Updated plugin description. Removed link to free .zif converter which no longer produces .zif files. = 1.2 = * Added support for all available options in Zoomify Free edition * Updates FAQ's with a list of available options == Upgrade Notice == = 1.2 = * Added support for all available options in Zoomify Free edition * Updates FAQ's with a list of available options