Title: Ultimate Modal
Author: Claudio Sanches
Published: <strong>اپریل 22, 2013</strong>
Last modified: اگست 10, 2020

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/ultimate-modal.svg)

# Ultimate Modal

 منجانب [Claudio Sanches](https://profiles.wordpress.org/claudiosanches/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/ultimate-modal.1.4.2.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/ultimate-modal/#description)
 * [جائزے](https://ur.wordpress.org/plugins/ultimate-modal/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/ultimate-modal/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/ultimate-modal/#developers)

 [معاونت](https://wordpress.org/support/plugin/ultimate-modal/)

## تفصیل

Displays a modal on your WordPress site, configuring the contents with an editor.

Check the [Screenshots](https://wordpress.org/plugins/ultimate-modal/screenshots/)
for examples.

#### Credits

 * jquery.cookie by [Klaus Hartl](https://github.com/carhartl)
 * Icon by [Victor Erixon](http://www.iconfinder.com/iconsets/eightyshades)

### License

Ultimate Modal is free software: you can redistribute it and/or modify it under 
the terms of the GNU General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.

Ultimate Modal is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Ultimate
Modal. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).

## اسکرین شاٹس

 * [[
 * Settings page.
 * [[
 * Plugin in action.

## انسٹالیشن

 * Upload plugin files to your plugins folder, or install using WordPress built-
   in Add New Plugin installer;
 * Activate the plugin;
 * Navigate to Settings -> Ultimate Modal and fill the options.

## عمومی سوالات

### What is the plugin license?

 * This plugin is released under a GPL license.

### How to display or hide on some pages?

Use the `ultimatemodal_is_visible` filter to control the display.

Example to hide in pages:

    ```
    /**
     * Hide the modal in pages.
     *
     * @param  bool $display
     *
     * @return bool
     */
    function ultimatemodal_hide_in_pages( $display ) {
        if ( is_page() ) {
            $display = false;
        }

        return $display;
    }

    add_filter( 'ultimatemodal_is_visible', 'ultimatemodal_hide_in_pages' );
    ```

## جائزے

![](https://secure.gravatar.com/avatar/571dd9dce38fcf0913811750c6c0bfa2be06ea7950766209695e5b759a4c566c?
s=60&d=retro&r=g)

### 󠀁[not bad](https://wordpress.org/support/topic/not-bad-40/)󠁿

 [zzxjoanw](https://profiles.wordpress.org/zzxjoanw/) جنوری 31, 2017

Pro: Easy to use, the modal can be turned on/off with a switch. Bad: The preview
option doesn’t display the content. Only one modal can be created at a time.

![](https://secure.gravatar.com/avatar/6a5c8a2f5134ba8076eef61bb1f2a1aa0dd85fab95e659e0c2733a904df366d8?
s=60&d=retro&r=g)

### 󠀁[Ótimo](https://wordpress.org/support/topic/otimo-119/)󠁿

 [OXIDIGITAL – Criação de Sites e Lojas Virtuais Personalizadas](https://profiles.wordpress.org/oxidigital/)
نومبر 30, 2016

Funciona perfeitamente! 🙂

 [ تمام 8 جائزے پڑھیں ](https://wordpress.org/support/plugin/ultimate-modal/reviews/)

## شراکت دار اور ڈیویلپرز

“Ultimate Modal” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ Claudio Sanches ](https://profiles.wordpress.org/claudiosanches/)

[“Ultimate Modal” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/ultimate-modal)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/ultimate-modal/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/ultimate-modal/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/ultimate-modal/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/ultimate-modal/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.4.2 – 18/03/2014

 * Added the `ultimatemodal_is_visible` filter.

#### 1.4.1 – 05/03/2014

 * Fixed the modal cookie creation.

#### 1.4.0 – 04/03/2014

 * Allowed auto embed / oEmbed in the modal content.
 * Improved the cookie renewal when save the plugin settings.
 * Improved the modal close, to prevent errors with videos and audios.

#### 1.3.0 – 16/12/2013

 * Fixed some code standards.
 * Added ability to run the modal shortcodes.
 * Added option to configure delay in the modal.

#### 1.2.2 – 13/12/2013

 * Fixed some code standards.
 * Added support to WordPress 3.8.

#### 1.2.1 – 29/10/2013

 * Fixed a bug in plugins page.
 * Fixed the scripts load in admin.

#### 1.2.0 – 27/10/2013

 * Added option to preview the modal in plugin settings page.
 * Added method to reset the cookie when alter the modal content.
 * Fixed the textdomain for new WordPress 3.7 standard.

#### 1.1.1 – 24/05/2013

 * Fixed standards.
 * Removed filter the_action in favor to wpautop() function.

#### 1.1.0 – 24/05/2013

 * Removed the modal_js_vars method in favor to wp_localize_script.
 * Improved use of JSHint to validate the javascript files.

#### 1.0.0

 * Initial Version.

## میٹا

 *  Version **1.4.2**
 *  Last updated **6 سال پہلے**
 *  Active installations **100+**
 *  WordPress version ** 3.8 یا اس سے جدید **
 *  Tested up to **5.5.18**
 *  Language
 * [English (US)](https://wordpress.org/plugins/ultimate-modal/)
 * Tags
 * [modal](https://ur.wordpress.org/plugins/tags/modal/)[popup](https://ur.wordpress.org/plugins/tags/popup/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/ultimate-modal/advanced/)

## درجہ بندیاں

 4.8 out of 5 stars.

 *  [  7 5-star reviews     ](https://wordpress.org/support/plugin/ultimate-modal/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/ultimate-modal/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/ultimate-modal/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/ultimate-modal/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/ultimate-modal/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ultimate-modal/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ultimate-modal/reviews/)

## شراکت دار

 *   [ Claudio Sanches ](https://profiles.wordpress.org/claudiosanches/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/ultimate-modal/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://claudiosmweb.com/doacoes/)