Changeset 1692423
- Timestamp:
- 07/07/2017 10:39:08 AM (9 years ago)
- Location:
- modal-for-elementor/trunk
- Files:
-
- 3 edited
-
modal-for-elementor.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
widgets/popup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modal-for-elementor/trunk/modal-for-elementor.php
r1675427 r1692423 3 3 * Plugin Name: Modal For Elementor 4 4 * Description: Modal plugin for Elementor Page Builder 5 * Version: 0.1. 55 * Version: 0.1.6 6 6 * Author: Luis Marques 7 7 * Author URI: https://facebook.com/Luisbeonline … … 71 71 'has_archive' => false, 72 72 'rewrite' => array('slug' => 'elementor-popup'), 73 'menu_icon' => 'dashicons-slides', 73 74 'public' => true, 74 75 'exclude_from_search' => true, -
modal-for-elementor/trunk/readme.txt
r1682137 r1692423 1 1 === Modal For Elementor === 2 Contributors: Luis Marques 3 Donate link: https://paypal.me/LuisFMarques/5 2 4 Tags: Modal, Popup, elementor 3 5 Requires at least: 4.4 4 Tested up to: 4. 75 Stable tag: 4. 76 Tested up to: 4.8 7 Stable tag: 4.8 6 8 License: GPLv2 or later 7 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 21 Select the popup you want to show when button is clicked. 20 22 23 https://youtu.be/M3B9aLLTXKY 24 21 25 22 26 == Installation == … … 29 33 30 34 == Changelog == 35 = 0.1.6 = 36 * Minor bug fixes 31 37 32 38 = 0.1.5 = -
modal-for-elementor/trunk/widgets/popup.php
r1675427 r1692423 561 561 <!-- Popup --> 562 562 <div class="modal fade" id="popup-<?php echo $selectedPopup->post->ID; ?>" tabindex="-1" role="dialog" aria-labelledby="popup-<?php echo $selectedPopup->post->ID; ?>-label"> 563 < div class="modal-dialog" role="document">563 <!-- <div class="modal-dialog" role="document"> --> 564 564 <div class="modal-content"> 565 565 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> … … 571 571 </div> 572 572 </div> 573 < /div>573 <!-- </div> --> 574 574 </div> 575 575 <?php
Note: See TracChangeset
for help on using the changeset viewer.