Changeset 3212341
- Timestamp:
- 12/24/2024 12:11:21 AM (16 months ago)
- Location:
- simple-image-popup/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
simple-image-popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-image-popup/trunk/readme.txt
r3211328 r3212341 1 1 === Simple Image Popup === 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 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.7.1 10 Requires PHP: 7.4 11 Stable tag: 2.5.5 12 License: GPLv2 or later 11 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html 14 15 == Description == 12 16 13 17 A simple way to show a popup image on your website with various enhancements including conditional display and accessibility features. 14 18 15 == Description ==16 19 Use this plugin to display an image popup for promotions, alerts, or messages. Key features include: 17 20 - Simple activation/deactivation of the popup. … … 29 32 30 33 == Installation == 34 31 35 From your WordPress dashboard: 32 36 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 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 37 41 38 42 == Frequently Asked Questions == 43 39 44 = How do I make the popup appear only on certain pages or posts? = 40 45 Enable "Conditional Display" in the plugin settings, then select the posts or pages you want the popup to appear on. … … 44 49 45 50 == Changelog == 51 46 52 = 2.5.3 = 47 53 * Added JavaScript and styling to only show the "Select Posts/Pages" field if "Conditional Display" is enabled. -
simple-image-popup/trunk/simple-image-popup.php
r3211328 r3212341 9 9 * License: GPL v2 or later 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 * Version: 2.5. 411 * Version: 2.5.5 12 12 */ 13 13
Note: See TracChangeset
for help on using the changeset viewer.