diff --git a/README.txt b/README.txt new file mode 100755 index 0000000..19a2cfa --- /dev/null +++ b/README.txt @@ -0,0 +1,85 @@ +=== pootle button === + +Contributors: pootlepress +Plugin Name: pootle button +Plugin URI: http://www.pootlepress.com/pootle-button +Tags: button, buttons, button builder, buttons builder, make button, add button, insert button, create button, button in editor, pootle button, pootle, cool button +Author URI: http://www.pootlepress.com +Author: PootlePress +Donate link: +Requires at least: 4.1.0 +Tested up to: 4.4.2 +Stable tag: 1.0.0 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-3.0.html + +== Description == + += What is pootle button? = + +pootle button is a wordpress plugin that helps in building awesome buttons. + += What can I do with pootle button? = + +With pootle buttons you can: + + * Add buttons easily in wordpress editor + * Have cool buttons with gradient background by choosing second background color + * Set custom hover color for button + * Have border with desired border thickness and color + * Have buttons with rounded corners + * Choose any size for your button + * Align your button left, center or right + += What makes pootle button so cool? = + +Pootle button makes managing buttons, the most important part of a website's User Interface, incredibly easy + + * Feels as much like WordPress + * Integrated well into wordpress editor + += Can I see pootle button in action? = + + Yes! Watch this video. +[vimeo https://vimeo.com/157408478] + +== Usage == + +Install and activate the plugin. In your WordPress dashboard simply add a new page to start using pootle button! + +== Installation == + +Installing "pootle button" can be done either by searching for "pootle button" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps: + +1. Download the plugin via WordPress.org. +2. Upload the ZIP file through the "Plugins > Add New > Upload" screen in your WordPress dashboard. +3. Activate the plugin through the 'Plugins' menu in WordPress +4. Visit the settings screen and configure, as desired. + +== Frequently Asked Questions == + += Where can I get help & support = + +For help & support please head over to http://docs.pootlepress.com where there are loads of helpful articles and you can submit a support ticket. + += How do I contribute? = + +We encourage everyone to contribute their ideas, thoughts and code snippets. This can be done by forking the [repository over at GitHub](https://github.com/pootlepress/pootle-page-builder/). + +== Screenshots == + +1. Insert button button in WordPress editor + +2. Button General Settings + +3. Button Colors Settings + +4. Button Border Settings + +5. Editing existing buttons + +== Upgrade Notice == + += 1.0.0 = +* 2016-03-03 +* Initial release. It's alive! diff --git a/assets/dialog.php b/assets/dialog.php index 4ae066e..ba72438 100644 --- a/assets/dialog.php +++ b/assets/dialog.php @@ -1,3 +1,6 @@ + @@ -182,6 +185,19 @@ +
+ + +
+
+ + +

Colors

@@ -214,23 +230,10 @@
-
- - -
-
- - -
@@ -250,7 +253,7 @@ $submit = $( '#submit' ); params.editing = true; $style_inputs.each( function () { diff --git a/pootle-buttons.php b/pootle-button.php similarity index 98% rename from pootle-buttons.php rename to pootle-button.php index 23e2d58..1086f56 100644 --- a/pootle-buttons.php +++ b/pootle-button.php @@ -1,6 +1,6 @@