From bc9a3444d26932dbcdae1299cbdf494cbc1571cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Z=C3=B6ller?= Date: Wed, 2 Sep 2015 12:11:21 +0200 Subject: [PATCH 1/2] Update readme.txt Added note for requirements ( see gh-60 ) Why the hack the description is shown under 'Other Notes' on the WordPress Plugin Repository? --- readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.txt b/readme.txt index 90c75fc..11afd8a 100644 --- a/readme.txt +++ b/readme.txt @@ -15,6 +15,10 @@ Wordpress plugin to add shortcodes for Twitter Bootstrap 3.3 Bootstrap Shortcodes allow quick and easy implementation of Twitter Bootstrap components through the TinyMCE rich-editor. +## Requirements +The plugin works out of the box with bootstrap based themes. +If you don't use a bootstrap based theme make sure to enable the enqueue of JS and CSS in the settings. + ## Supported Shortcodes We add a row of buttons to the bottom of your post editor Visual mode, each of which gives options for inserting Bootstrap's most popular components. From 69f8ffc83ac775cdce0e2fd7cc5879de9a89c852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Z=C3=B6ller?= Date: Wed, 2 Sep 2015 19:48:29 +0200 Subject: [PATCH 2/2] Update readme.txt --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 11afd8a..d58fbd4 100644 --- a/readme.txt +++ b/readme.txt @@ -16,8 +16,8 @@ Wordpress plugin to add shortcodes for Twitter Bootstrap 3.3 Bootstrap Shortcodes allow quick and easy implementation of Twitter Bootstrap components through the TinyMCE rich-editor. ## Requirements -The plugin works out of the box with bootstrap based themes. -If you don't use a bootstrap based theme make sure to enable the enqueue of JS and CSS in the settings. +The plugin works out of the box! +Except: You use a bootstrap based theme - make sure to disable the enqueue of JS and CSS in the settings. (Because then they are already present) ## Supported Shortcodes