Testimonials Widget - Version 0.2.7

Version Description

  • CSS testimonialswidget_testimonial_list fix
Download this release

Release Info

Developer comprock
Plugin Icon wp plugin Testimonials Widget
Version 0.2.7
Comparing to
See all releases

Code changes from version 0.2.6 to 0.2.7

readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://typo3vagabond.com/about-typo3-vagabond/donate/
4
  Tags: testimonial, testimonials, quote, quotes, quotations, random quote, sidebar, widget
5
  Requires at least: 3.0
6
  Tested up to: 3.3.1
7
- Stable tag: 0.2.6
8
 
9
  Testimonials widget plugin allows you display testimonials in a widget on your WordPress blog.
10
 
@@ -58,6 +58,12 @@ Check out the [Quotes Collection](http://wordpress.org/extend/plugins/quotes-col
58
 
59
  == Frequently Asked Questions ==
60
 
 
 
 
 
 
 
61
  = What CSS applies to testimonials container? =
62
 
63
  CSS class `testimonialswidget_testimonials` wraps all testimonials. Additionally, shortcode lists are wrapped by `testimonialswidget_testimonials testimonialswidget_testimonials_list`.
@@ -135,6 +141,10 @@ Change the value of the variable `$testimonialswidget_admin_userlevel` on line 3
135
  ==Changelog==
136
  = trunk =
137
  -
 
 
 
 
138
  = 0.2.6 =
139
  * CSS updates for widgets and lists
140
 
4
  Tags: testimonial, testimonials, quote, quotes, quotations, random quote, sidebar, widget
5
  Requires at least: 3.0
6
  Tested up to: 3.3.1
7
+ Stable tag: 0.2.7
8
 
9
  Testimonials widget plugin allows you display testimonials in a widget on your WordPress blog.
10
 
58
 
59
  == Frequently Asked Questions ==
60
 
61
+ = How do you include the actual testimonials for the widget? Where do I quote my customers? I mean, where do I enter the actual text? =
62
+
63
+ Checkout the first screenshot 1 at http://wordpress.org/extend/plugins/testimonials-widget/screenshots/ to see where to manage testimonials.
64
+
65
+ Basically, look down the left side of your WordPress admin area for the Testimonials sections. Click on that section link, then scroll down or click "Add new ttestimonial" to add quotes.
66
+
67
  = What CSS applies to testimonials container? =
68
 
69
  CSS class `testimonialswidget_testimonials` wraps all testimonials. Additionally, shortcode lists are wrapped by `testimonialswidget_testimonials testimonialswidget_testimonials_list`.
141
  ==Changelog==
142
  = trunk =
143
  -
144
+
145
+ = 0.2.7 =
146
+ * CSS testimonialswidget_testimonial_list fix
147
+
148
  = 0.2.6 =
149
  * CSS updates for widgets and lists
150
 
screenshot-1.png CHANGED
Binary file
testimonials-widget.css CHANGED
@@ -19,15 +19,15 @@
19
  /* See http://www.w3schools.com/css/pr_gen_quotes.asp */
20
  q:lang(en)
21
  {
22
- quotes: "“" "”" "‘" "’";
23
  }
24
 
25
  /* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */
26
  /*
27
  q:before, q:after {
28
- content:"";
29
  }
30
- */
31
 
32
  .testimonialswidget_testimonials {
33
  position: relative;
@@ -47,3 +47,9 @@ q:before, q:after {
47
  h4.testimonialswidget {
48
  margin: 0;
49
  }
 
 
 
 
 
 
19
  /* See http://www.w3schools.com/css/pr_gen_quotes.asp */
20
  q:lang(en)
21
  {
22
+ quotes: "“" "”" "‘" "’";
23
  }
24
 
25
  /* Uncomment the block below if you want to get rid of the quotation marks before and after the quote */
26
  /*
27
  q:before, q:after {
28
+ content:"";
29
  }
30
+ */
31
 
32
  .testimonialswidget_testimonials {
33
  position: relative;
47
  h4.testimonialswidget {
48
  margin: 0;
49
  }
50
+ .testimonialswidget_testimonial_list {
51
+ position: initial;
52
+ top: initial;
53
+ left: initial;
54
+ display: block;
55
+ }
testimonials-widget.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Testimonials Widget
4
  Description: Testimonial widget plugin helps you display testimonials in a sidebar on your WordPress blog.
5
- Version: 0.2.6
6
  Author: Michael Cannon
7
  Author URI: http://typo3vagabond.com/about-typo3-vagabond/hire-michael/
8
  License: GPL2
2
  /*
3
  Plugin Name: Testimonials Widget
4
  Description: Testimonial widget plugin helps you display testimonials in a sidebar on your WordPress blog.
5
+ Version: 0.2.7
6
  Author: Michael Cannon
7
  Author URI: http://typo3vagabond.com/about-typo3-vagabond/hire-michael/
8
  License: GPL2