=== Plugin Name ===
Contributors: bappi.d.great
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VZB6MW3L4F526
Tags: circliful, wp-circliful
Requires at least: 3.0.1
Tested up to: 4.7.2
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add a colorful and customizable circliful in your page, post or in widget.
== Description ==
This plugin will help you to add responsive circliful in anywhere of your site. Nicely organized by custom post type. You can use it using shortcode, custom function and in widget. Use Shortcode: [circliful id='ID'], Template Function: show_circliful(ID) or widget. And finally, if you don't want to use custom post type, just use direct shortcode: [circliful_direct dimension="400" text="120" info="Raised" width="45" fontsize="45" percent="78" fgcolor="red" bgcolor="green" icon="fa-plus" icon_size="35" icon_color="#ccc" border="yes"]. But if you want to use same design in multiple posts/pages, it's easier to use custom post type option.
Demo: http://dev.bappi-d-great.com/circlifuls-page/
== Installation ==
**Way 1:**
1. Download the plugin file
2. Unzip the file into a folder on your hard drive
3. Upload via FTP into your plugins (/wp-content/plugins/) folder
4. Activate the plugin from your dashboard
**Way 2:**
1. From Dashboard > Plugins > Add New > Upload the plugin
2. Activate the plugin
**To show a Circliful**
1. Use [circliful id='ID'] shortcode to show.
2. Use show_circliful(ID) in template file.
3. Or wse widget
4. Use in this way: [circliful_direct dimension="400" text="120" info="Raised" width="45" fontsize="45" percent="78" fgcolor="red" bgcolor="green" icon="fa-plus" icon_size="35" icon_color="#ccc" border="yes"]
== Frequently Asked Questions ==
= Is it responsive? =
Yes
== Screenshots ==
1. Display
2. Direct Short Code
3. Custom Post Type
4. Widget Settings
== Changelog ==
= 4.2 =
* Version compatibility
= 1.1 =
* Released for first time