Version Description
- CSS testimonialswidget_testimonial_list fix #2
Download this release
Release Info
Developer | comprock |
Plugin | Testimonials Widget |
Version | 0.2.8 |
Comparing to | |
See all releases |
Code changes from version 0.2.7 to 0.2.8
- readme.txt +5 -2
- testimonials-widget.css +1 -1
- testimonials-widget.php +1 -1
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.
|
8 |
|
9 |
Testimonials widget plugin allows you display testimonials in a widget on your WordPress blog.
|
10 |
|
@@ -86,7 +86,7 @@ Use CSS.
|
|
86 |
display: none;
|
87 |
}`
|
88 |
|
89 |
-
= Testimonials widget is not showing
|
90 |
|
91 |
The usual problem is that jQuery is included twice. Once by WordPress and again by a theme. Remove the jQuery version included by your theme and you should be fine.
|
92 |
|
@@ -142,6 +142,9 @@ Change the value of the variable `$testimonialswidget_admin_userlevel` on line 3
|
|
142 |
= trunk =
|
143 |
-
|
144 |
|
|
|
|
|
|
|
145 |
= 0.2.7 =
|
146 |
* CSS testimonialswidget_testimonial_list fix
|
147 |
|
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.8
|
8 |
|
9 |
Testimonials widget plugin allows you display testimonials in a widget on your WordPress blog.
|
10 |
|
86 |
display: none;
|
87 |
}`
|
88 |
|
89 |
+
= Testimonials widget is not showing or rotating =
|
90 |
|
91 |
The usual problem is that jQuery is included twice. Once by WordPress and again by a theme. Remove the jQuery version included by your theme and you should be fine.
|
92 |
|
142 |
= trunk =
|
143 |
-
|
144 |
|
145 |
+
= 0.2.8 =
|
146 |
+
* CSS testimonialswidget_testimonial_list fix #2
|
147 |
+
|
148 |
= 0.2.7 =
|
149 |
* CSS testimonialswidget_testimonial_list fix
|
150 |
|
testimonials-widget.css
CHANGED
@@ -48,7 +48,7 @@ h4.testimonialswidget {
|
|
48 |
margin: 0;
|
49 |
}
|
50 |
.testimonialswidget_testimonial_list {
|
51 |
-
position:
|
52 |
top: initial;
|
53 |
left: initial;
|
54 |
display: block;
|
48 |
margin: 0;
|
49 |
}
|
50 |
.testimonialswidget_testimonial_list {
|
51 |
+
position: relative;
|
52 |
top: initial;
|
53 |
left: initial;
|
54 |
display: block;
|
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 |
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.8
|
6 |
Author: Michael Cannon
|
7 |
Author URI: http://typo3vagabond.com/about-typo3-vagabond/hire-michael/
|
8 |
License: GPL2
|