हे प्लगइन WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी चाचणी झालेले नाही. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता आहे.

Modal

वर्णन

Modal is a WordPress plugin that enables you to create modal dialogs from posts or pages.

Features include:

  • Create a modal dialog from any page or post.
  • Define the size of the dialog.

स्क्रीनशॉट

  • A form in a standard page – uses the LaunchRock Plugin
  • The same form loaded in a modal dialog using the Modal plugin.

स्थापना

  1. Install Modal either via the WordPress.org plugin directory, or by uploading the files to your server
  2. Activate Modal,
  3. Insert the [modal …] short-code wherever you want the modal page/post to appear.

This is an example use (using the Contact Form plugin CSS classes to style the form):

[modal class="mt-button"
       slug="sign-up"
       content_selector="div.content div.container"
       title_selector="div.page-title h2"
       width="1000"
       height="370"
       load_scripts="no"]

Sign-up now!

[/modal]

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“Modal” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “Modal” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0.7

  • Fix: fix description error in plug-in page.

1.0.6

  • Fix: fix typo in plug-in page.

1.0.5

  • Other: add screenshots to the plug-in page.

1.0.4

  • Feature: add a close button to the modal dialog.

1.0.3

  • Fix: remove html escaping from link label.

1.0.2

  • Feature: add support for class attribute.

1.0.1

  • Fix: remove font style definition which may conflict with the theme styles.

1.0.0

  • Initial release