Title: CHBD Simple jQuery Modal
Author: arefin2k
Published: <strong>June 10, 2014</strong>
Last modified: June 10, 2014

---

Search plugins

![](https://ps.w.org/chbd-simple-jquery-modal/assets/banner-772x250.png?rev=929392)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/chbd-simple-jquery-modal_439330.svg)

# CHBD Simple jQuery Modal

 By [arefin2k](https://profiles.wordpress.org/arefin2k/)

[Download](https://downloads.wordpress.org/plugin/chbd-simple-jquery-modal.zip)

 * [Details](https://wordpress.org/plugins/chbd-simple-jquery-modal/#description)
 * [Reviews](https://wordpress.org/plugins/chbd-simple-jquery-modal/#reviews)
 *  [Installation](https://wordpress.org/plugins/chbd-simple-jquery-modal/#installation)
 * [Development](https://wordpress.org/plugins/chbd-simple-jquery-modal/#developers)

 [Support](https://wordpress.org/support/plugin/chbd-simple-jquery-modal/)

## Description

This plugin will help users to show some nice sorts of jquery styles based on modal
features into their websites.

Live Demo: http://www.arefin.me/plugins/chbd-simple-jquery-modal/

#### Plugin Features

 * Shortcode is Enabled.
 * Customization is Easy.
 * Coding Knowledge is Not Obligatory.
 * Small in Size.
 * Total 5 Types of Modal Styles are Included.

## Screenshots

[⌊CHBD Simple jQuery Plugin in Front End⌉⌊CHBD Simple jQuery Plugin in Front End⌉[

CHBD Simple jQuery Plugin in Front End

[⌊CHBD Simple jQuery Plugin Usage Codes⌉⌊CHBD Simple jQuery Plugin Usage Codes⌉[

CHBD Simple jQuery Plugin Usage Codes

## Installation

#### How to Setup

 1. After downloading the plugin, extract the ‘chbd-simple-jquery-modal.zip’ file to
    your computer.
 2. Upload (if you use FTP) or put (if you use local computer) the extracted folder
    into ‘wp-content/plugins’ directory.
 3. Now go to WordPress Plugin Dashboard.
 4. In plugin list, you will see the plugin name you currently installed.
 5. Just click on ‘Activate’ link and your plugin will be successfully installed.

#### How to Use

 1. There are total five kinds of modals (popup, notify, dialog, hint and title) in
    this plugin. The usage procedures of all of these are very similar. You will just
    need to add 1, 2, 3, 4, 5 as the last characters in shortcode names and the plugin
    will work differently.
 2. Popup Modal:

2a. In order to use the popup modal, use the shortcode as below: [chbd_modal_1 id
=”1″ color=”white” bgcolor=”green” place=”bottomCenter” text=”Put Text Here” description
=”Put Description Here”]

2b. In this shortcode, id, color, bgcolor, place, text and description attributes
are used. You can use one or more attributes. If you do not place one attribute,
that will pick up the default value.

2c. The default values of these attributes are: id = There is no default value for
id. If you left this value blank, plugin will not work. If you use multiple instances
of popup modal then you will have to set the id as 1, 2, 3 etc. This is not mandatory
that you will have to use 1 or any, but become sure that you do not use same id 
in different instances. color = Default is ‘#ffffff’ bgcolor = Default is ‘#439330’
place = Default is ‘bottomCenter’. Other possible values are ‘bottomLeft’, ‘bottomRight’,‘
leftTop’, ‘leftCenter’, ‘rightTop’, ‘rightCenter’. text = Default is ‘Put Your Text’.
description = Default is ‘Put Your Description’.

 1. Notify Modal:

3a. In order to use the notify modal, use the shortcode as below: [chbd_modal_2 
id=”1″ color=”white” bgcolor=”green” duaration=”2500″ text=”Put Text Here” description
=”Put Description Here”]

3b. In this shortcode, id, color, bgcolor, duration, text and description attributes
are used. You can use one or more attributes. If you do not place one attribute,
that will pick up the default value.

3c. The default values of these attributes are: id = There is no default value for
id. If you left this value blank, plugin will not work. If you use multiple instances
of popup modal then you will have to set the id as 1, 2, 3 etc. This is not mandatory
that you will have to use 1 or any, but become sure that you do not use same id 
in different instances. color = Default is ‘#ffffff’ bgcolor = Default is ‘#439330’
duration = Default is ‘2500’. Here duration refers to animation duration. text =
Default is ‘Put Your Text’. description = Default is ‘Put Your Description’.

 1. Dialog Modal:

4a. In order to use the dialog modal, use the shortcode as below: [chbd_modal_3 
id=”1″ color=”white” bgcolor=”green” text=”Put Text Here” header=”Put Header Here”
description=”Put Description Here”]

4b. In this shortcode, id, color, bgcolor, text, header and description attributes
are used. You can use one or more attributes. If you do not place one attribute,
that will pick up the default value.

4c. The default values of these attributes are: id = There is no default value for
id. If you left this value blank, plugin will not work. If you use multiple instances
of popup modal then you will have to set the id as 1, 2, 3 etc. This is not mandatory
that you will have to use 1 or any, but become sure that you do not use same id 
in different instances. color = Default is ‘#ffffff’ bgcolor = Default is ‘#439330’
text = Default is ‘Put Your Text’. header = Default is ‘Put Your Header’. description
= Default is ‘Put Your Description’.

 1. Hint Modal:

5a. In order to use the hint modal, use the shortcode as below: [chbd_modal_4 id
=”1″ color=”white” bgcolor=”green” text=”Put Text Here” description=”Put Description
Here”]

5b. In this shortcode, id, color, bgcolor, text and description attributes are used.
You can use one or more attributes. If you do not place one attribute, that will
pick up the default value.

5c. The default values of these attributes are: id = There is no default value for
id. If you left this value blank, plugin will not work. If you use multiple instances
of popup modal then you will have to set the id as 1, 2, 3 etc. This is not mandatory
that you will have to use 1 or any, but become sure that you do not use same id 
in different instances. color = Default is ‘#ffffff’ bgcolor = Default is ‘#439330’
text = Default is ‘Put Your Text’. description = Default is ‘Put Your Description’.

 1. Title Modal:

6a. In order to use the title modal, use the shortcode as below: [chbd_modal_5 id
=”1″ color=”white” bgcolor=”green” text=”Put Text Here” description=”Put Description
Here”]

6b. In this shortcode, id, color, bgcolor, text and description attributes are used.
You can use one or more attributes. If you do not place one attribute, that will
pick up the default value.

6c. The default values of these attributes are: id = There is no default value for
id. If you left this value blank, plugin will not work. If you use multiple instances
of popup modal then you will have to set the id as 1, 2, 3 etc. This is not mandatory
that you will have to use 1 or any, but become sure that you do not use same id 
in different instances. color = Default is ‘#ffffff’ bgcolor = Default is ‘#439330’
text = Default is ‘Put Your Text’. description = Default is ‘Put Your Description’.

## FAQ

  Do I need to know any coding to setup and use the plugin?

No, you do not need to know any kind of coding to setup this plugin. You will just
need to follow the installation direction. Then you can do it. You can also see 
the live demo to get informed how plugin works.

  Does the plugin support the option panel so that anybody can change the color,
background etc. through a visual interface?

No, this plugin currently does not include any visual feature.

  Can I customize the css or any other portion of this plugin easily?

Yes, you can easily customize any kind of design of this plugin if you have some
coding knowledge, because this plugin is very user-friendly.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“CHBD Simple jQuery Modal” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ arefin2k ](https://profiles.wordpress.org/arefin2k/)

[Translate “CHBD Simple jQuery Modal” into your language.](https://translate.wordpress.org/projects/wp-plugins/chbd-simple-jquery-modal)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/chbd-simple-jquery-modal/),
check out the [SVN repository](https://plugins.svn.wordpress.org/chbd-simple-jquery-modal/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/chbd-simple-jquery-modal/)
by [RSS](https://plugins.trac.wordpress.org/log/chbd-simple-jquery-modal/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1

 * Initial release

## Meta

 *  Version **1.1**
 *  Last updated **12 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **3.9.40**
 *  [Advanced View](https://wordpress.org/plugins/chbd-simple-jquery-modal/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ arefin2k ](https://profiles.wordpress.org/arefin2k/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/chbd-simple-jquery-modal/)