Plugin Directory

Changeset 1692423


Ignore:
Timestamp:
07/07/2017 10:39:08 AM (9 years ago)
Author:
LuisBeOnline
Message:

minor bug changes

Location:
modal-for-elementor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • modal-for-elementor/trunk/modal-for-elementor.php

    r1675427 r1692423  
    33* Plugin Name: Modal For Elementor
    44* Description: Modal plugin for Elementor Page Builder
    5 * Version: 0.1.5
     5* Version: 0.1.6
    66* Author: Luis Marques
    77* Author URI: https://facebook.com/Luisbeonline
     
    7171      'has_archive' => false,
    7272      'rewrite' => array('slug' => 'elementor-popup'),
     73      'menu_icon'             => 'dashicons-slides',
    7374      'public' => true,
    7475      'exclude_from_search' => true,
  • modal-for-elementor/trunk/readme.txt

    r1682137 r1692423  
    11=== Modal For Elementor ===
     2Contributors: Luis Marques
     3Donate link: https://paypal.me/LuisFMarques/5
    24Tags: Modal, Popup, elementor
    35Requires at least: 4.4
    4 Tested up to: 4.7
    5 Stable tag: 4.7
     6Tested up to: 4.8
     7Stable tag: 4.8
    68License: GPLv2 or later
    79License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1921Select the popup you want to show when button is clicked.
    2022
     23https://youtu.be/M3B9aLLTXKY
     24
    2125
    2226== Installation ==
     
    2933
    3034== Changelog ==
     35= 0.1.6 =
     36* Minor bug fixes
    3137
    3238= 0.1.5 =
  • modal-for-elementor/trunk/widgets/popup.php

    r1675427 r1692423  
    561561            <!-- Popup -->
    562562            <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"> -->
    564564                <div class="modal-content">
    565565                    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
     
    571571                  </div>
    572572                </div>
    573               </div>
     573              <!-- </div> -->
    574574            </div>
    575575            <?php
Note: See TracChangeset for help on using the changeset viewer.