Changeset 3211327
- Timestamp:
- 12/21/2024 02:18:17 AM (16 months ago)
- Location:
- simple-image-popup/tags/2.5.4
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from simple-image-popup)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simple-image-popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-image-popup/tags/2.5.4/trunk/readme.txt
r3211326 r3211327 1 1 === Simple Image Popup === 2 3 Contributors: mrdigital 4 Plugin Name: Simple Image Popup 5 Tags: image, popup, simple, lightbox, alert, image popup, conditional display, accessibility 6 Author URI: https://www.mrdigital.com.au 7 Author: Sean Freitas 8 Requires at least: 5.6 9 Tested up to: 6.1.1 10 Requires PHP: 5.6 11 Stable tag: 2.5.3 12 License: GPLv2 or later 2 Contributors: mrdigital 3 Tags: popup, image, lightbox, conditional, accessibility 4 Author URI: https://www.mrdigital.com.au 5 Author: Sean Freitas 6 Requires at least: 5.6 7 Tested up to: 6.1.1 8 Requires PHP: 5.6 9 Stable tag: 2.5.4 10 License: GPLv2 or later 13 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html 14 15 == Description ==16 12 17 13 A simple way to show a popup image on your website with various enhancements including conditional display and accessibility features. 18 14 15 == Description == 19 16 Use this plugin to display an image popup for promotions, alerts, or messages. Key features include: 20 17 - Simple activation/deactivation of the popup. … … 32 29 33 30 == Installation == 34 35 31 From your WordPress dashboard: 36 32 37 1. **Visit** Plugins > Add New 38 2. **Search** for "Simple Image Popup" 39 3. **Click** "Install Now" and then "Activate" 40 4. **Go to** Settings > Simple Image Popup to configure your popup settings 33 1. **Visit** Plugins > Add New 34 2. **Search** for "Simple Image Popup" 35 3. **Click** "Install Now" and then "Activate" 36 4. **Go to** Settings > Simple Image Popup to configure your popup settings 41 37 42 38 == Frequently Asked Questions == 43 44 39 = How do I make the popup appear only on certain pages or posts? = 45 40 Enable "Conditional Display" in the plugin settings, then select the posts or pages you want the popup to appear on. … … 49 44 50 45 == Changelog == 51 52 46 = 2.5.3 = 53 47 * Added JavaScript and styling to only show the "Select Posts/Pages" field if "Conditional Display" is enabled. -
simple-image-popup/tags/2.5.4/trunk/simple-image-popup.php
r3211326 r3211327 9 9 * License: GPL v2 or later 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 * Version: 2.5. 311 * Version: 2.5.4 12 12 */ 13 13
Note: See TracChangeset
for help on using the changeset viewer.