Meteor Slides - Version 1.2.2

Version Description

  • Added slideshow navigation, added Italian, Portuguese, and Spanish translations.
Download this release

Release Info

Developer jleuze
Plugin Icon 128x128 Meteor Slides
Version 1.2.2
Comparing to
See all releases

Code changes from version 1.2.1 to 1.2.2

css/meteor-slides.css CHANGED
@@ -12,6 +12,11 @@
12
  overflow: hidden;
13
  }
14
 
 
 
 
 
 
15
  #meteor-slideshow .slide {
16
  margin: 0;
17
  padding: 0;
@@ -32,4 +37,51 @@
32
  margin: 0;
33
  padding: 0;
34
  border: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  }
12
  overflow: hidden;
13
  }
14
 
15
+ .slides {
16
+ margin: 0;
17
+ padding: 0;
18
+ }
19
+
20
  #meteor-slideshow .slide {
21
  margin: 0;
22
  padding: 0;
37
  margin: 0;
38
  padding: 0;
39
  border: 0;
40
+ }
41
+
42
+ ul#meteor-nav {
43
+ display: none;
44
+ list-style: none;
45
+ position: relative;
46
+ top: 0px;
47
+ z-index: 50;
48
+ margin: 0;
49
+ padding: 0;
50
+ }
51
+
52
+ *ul#meteor-nav {
53
+ position: absolute;
54
+ }
55
+
56
+ #meteor-nav #prev {
57
+ float: left;
58
+ margin: 0;
59
+ }
60
+
61
+ #meteor-nav #next {
62
+ float: right;
63
+ margin: 0;
64
+ }
65
+
66
+ #meteor-nav a {
67
+ display: block;
68
+ width: 25px;
69
+ text-indent: -9999px;
70
+ outline: none;
71
+ }
72
+
73
+ #meteor-nav #prev a {
74
+ background: url('../images/prev.png') no-repeat center right;
75
+ }
76
+
77
+ #meteor-nav #prev a:hover {
78
+ background: url('../images/prev.png') no-repeat center left;
79
+ }
80
+
81
+ #meteor-nav #next a {
82
+ background: url('../images/next.png') no-repeat center left;
83
+ }
84
+
85
+ #meteor-nav #next a:hover {
86
+ background: url('../images/next.png') no-repeat center right;
87
  }
images/next.png ADDED
Binary file
images/prev.png ADDED
Binary file
js/slideshow.js CHANGED
@@ -6,13 +6,37 @@ var $slidespeed = parseInt( meteorslidessettings.meteorslideshowspeed );
6
 
7
  var $slidetimeout = parseInt( meteorslidessettings.meteorslideshowduration );
8
 
 
 
 
 
9
  var $slidetransition = meteorslidessettings.meteorslideshowtransition;
10
 
11
  $j(document).ready(function() {
12
- $j('.meteor-slides').cycle({
 
 
13
  fx: $slidetransition,
14
  speed: $slidespeed,
15
  timeout: $slidetimeout,
16
- pause: '1'
 
 
 
17
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  });
6
 
7
  var $slidetimeout = parseInt( meteorslidessettings.meteorslideshowduration );
8
 
9
+ var $slideheight = parseInt( meteorslidessettings.meteorslideshowheight );
10
+
11
+ var $slidewidth = parseInt( meteorslidessettings.meteorslideshowwidth );
12
+
13
  var $slidetransition = meteorslidessettings.meteorslideshowtransition;
14
 
15
  $j(document).ready(function() {
16
+
17
+ $j('.slides').cycle({
18
+
19
  fx: $slidetransition,
20
  speed: $slidespeed,
21
  timeout: $slidetimeout,
22
+ pause: '1',
23
+ prev: '#prev',
24
+ next: '#next'
25
+
26
  });
27
+
28
+ $j('.meteor-slides,#meteor-nav a,.slides').css('height', $slideheight);
29
+
30
+ $j('.meteor-slides,.slides').css('width', $slidewidth);
31
+
32
+ $j(".meteor-slides").hover(function() {
33
+
34
+ $j("ul#meteor-nav").css('display', 'block');
35
+
36
+ }, function() {
37
+
38
+ $j("ul#meteor-nav").css('display', 'none');
39
+
40
+ });
41
+
42
  });
languages/meteor-slides-es_ES.mo ADDED
Binary file
languages/meteor-slides-es_ES.po ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Meteor Slides 1.2\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
+ "PO-Revision-Date: 2010-07-26 21:07-0300\n"
7
+ "Last-Translator: Alexis <alexis@eliseos.net>\n"
8
+ "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e;_x\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-Country: UNITED STATES\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: meteor-slides-plugin.php:76
19
+ msgid "Slides"
20
+ msgstr "Diapositivas"
21
+
22
+ #: meteor-slides-plugin.php:77
23
+ msgid "Slide"
24
+ msgstr "Diapositiva"
25
+
26
+ #: meteor-slides-plugin.php:78
27
+ msgid "Add New"
28
+ msgstr "Nuevo"
29
+
30
+ #: meteor-slides-plugin.php:79
31
+ msgid "Add New Slide"
32
+ msgstr "Añadir nueva diapositiva"
33
+
34
+ #: meteor-slides-plugin.php:80
35
+ msgid "Edit Slide"
36
+ msgstr "Editar diapositiva"
37
+
38
+ #: meteor-slides-plugin.php:81
39
+ msgid "Edit"
40
+ msgstr "Editar"
41
+
42
+ #: meteor-slides-plugin.php:82
43
+ msgid "New Slide"
44
+ msgstr "Nueva diapositiva"
45
+
46
+ #: meteor-slides-plugin.php:83
47
+ #: meteor-slides-plugin.php:87
48
+ msgid "View Slide"
49
+ msgstr "Ver diapositiva"
50
+
51
+ #: meteor-slides-plugin.php:84
52
+ msgid "Search Slides"
53
+ msgstr "Buscar diapositiva"
54
+
55
+ #: meteor-slides-plugin.php:85
56
+ msgid "No slides found"
57
+ msgstr "No se encontro ninguna diapositiva"
58
+
59
+ #: meteor-slides-plugin.php:86
60
+ msgid "No slides found in Trash"
61
+ msgstr "No se encontraron diapositivas en la papelera"
62
+
63
+ #: meteor-slides-plugin.php:119
64
+ msgid "Slide Image"
65
+ msgstr "Imagen de la diapositiva"
66
+
67
+ #: meteor-slides-plugin.php:154
68
+ msgid "Add the URL this slide should link to."
69
+ msgstr "Incluir URL a donde apuntara esta diapositiva"
70
+
71
+ #: meteor-slides-plugin.php:166
72
+ msgid "Slide Link"
73
+ msgstr "Link de diapositiva"
74
+
75
+ #: meteor-slides-plugin.php:230
76
+ msgid "Slides Settings"
77
+ msgstr "Configuración de diapositiva"
78
+
79
+ #: meteor-slides-plugin.php:230
80
+ msgid "Settings"
81
+ msgstr "Configuración"
82
+
83
+ #: meteor-slides-plugin.php:248
84
+ msgid "Configure Slideshow"
85
+ msgstr "Configurar Slideshow"
86
+
87
+ #: meteor-slides-plugin.php:250
88
+ msgid "Slideshow Quantity"
89
+ msgstr "Cantidad de diapositiva"
90
+
91
+ #: meteor-slides-plugin.php:252
92
+ msgid "Slide Height"
93
+ msgstr "Alto de diapositiva"
94
+
95
+ #: meteor-slides-plugin.php:254
96
+ msgid "Slide Width"
97
+ msgstr "Ancho de diapositiva"
98
+
99
+ #: meteor-slides-plugin.php:256
100
+ msgid "Transition Style"
101
+ msgstr "Estilo de las trasiciones"
102
+
103
+ #: meteor-slides-plugin.php:258
104
+ msgid "Transition Speed"
105
+ msgstr "Velocidad de las trasiciones"
106
+
107
+ #: meteor-slides-plugin.php:260
108
+ msgid "Slide Duration"
109
+ msgstr "Duación de las diapositivas"
110
+
111
+ #: meteor-slides-plugin.php:471
112
+ msgid "Add Meteor Slides slideshow to a sidebar"
113
+ msgstr "Incluir Meteor Slides slideshow en la barra lateral"
114
+
115
+ #: meteor-slides-plugin.php:475
116
+ msgid "Meteor Slides Widget"
117
+ msgstr "Meteor Slides Widget"
118
+
119
+ #: meteor-slides-settings.php:7
120
+ msgid "Set up your slideshow using the options below."
121
+ msgstr "Configurá tu slideshow usando las siguientes opciones"
122
+
123
+ #: meteor-slides-settings.php:21
124
+ #: meteor-slides-settings.php:31
125
+ msgid "px"
126
+ msgstr "px"
127
+
128
+ #: meteor-slides-settings.php:41
129
+ msgid "blindX"
130
+ msgstr "blindX"
131
+
132
+ #: meteor-slides-settings.php:41
133
+ msgid "blindY"
134
+ msgstr "blindY"
135
+
136
+ #: meteor-slides-settings.php:41
137
+ msgid "blindZ"
138
+ msgstr "blindZ"
139
+
140
+ #: meteor-slides-settings.php:41
141
+ msgid "cover"
142
+ msgstr "cover"
143
+
144
+ #: meteor-slides-settings.php:41
145
+ msgid "curtainX"
146
+ msgstr "curtainX"
147
+
148
+ #: meteor-slides-settings.php:41
149
+ msgid "curtainY"
150
+ msgstr "curtainY"
151
+
152
+ #: meteor-slides-settings.php:41
153
+ msgid "fade"
154
+ msgstr "fade"
155
+
156
+ #: meteor-slides-settings.php:41
157
+ msgid "fadeZoom"
158
+ msgstr "fadeZoom"
159
+
160
+ #: meteor-slides-settings.php:41
161
+ msgid "growX"
162
+ msgstr "growX"
163
+
164
+ #: meteor-slides-settings.php:41
165
+ msgid "growY"
166
+ msgstr "growY"
167
+
168
+ #: meteor-slides-settings.php:41
169
+ msgid "none"
170
+ msgstr "ninguna"
171
+
172
+ #: meteor-slides-settings.php:41
173
+ msgid "scrollUp"
174
+ msgstr "scrollUp"
175
+
176
+ #: meteor-slides-settings.php:41
177
+ msgid "scrollDown"
178
+ msgstr "scrollDown"
179
+
180
+ #: meteor-slides-settings.php:41
181
+ msgid "scrollLeft"
182
+ msgstr "scrollLeft"
183
+
184
+ #: meteor-slides-settings.php:41
185
+ msgid "scrollRight"
186
+ msgstr "scrollRight"
187
+
188
+ #: meteor-slides-settings.php:41
189
+ msgid "scrollHorz"
190
+ msgstr "scrollHorz"
191
+
192
+ #: meteor-slides-settings.php:41
193
+ msgid "scrollVert"
194
+ msgstr "scrollVert"
195
+
196
+ #: meteor-slides-settings.php:41
197
+ msgid "slideX"
198
+ msgstr "slideX"
199
+
200
+ #: meteor-slides-settings.php:41
201
+ msgid "slideY"
202
+ msgstr "slideY"
203
+
204
+ #: meteor-slides-settings.php:41
205
+ msgid "shuffle"
206
+ msgstr "shuffle"
207
+
208
+ #: meteor-slides-settings.php:41
209
+ msgid "turnUp"
210
+ msgstr "turnUp"
211
+
212
+ #: meteor-slides-settings.php:41
213
+ msgid "turnDown"
214
+ msgstr "turnDown"
215
+
216
+ #: meteor-slides-settings.php:41
217
+ msgid "turnLeft"
218
+ msgstr "turnLeft"
219
+
220
+ #: meteor-slides-settings.php:41
221
+ msgid "turnRight"
222
+ msgstr "turnRight"
223
+
224
+ #: meteor-slides-settings.php:41
225
+ msgid "uncover"
226
+ msgstr "uncover"
227
+
228
+ #: meteor-slides-settings.php:41
229
+ msgid "wipe"
230
+ msgstr "wipe"
231
+
232
+ #: meteor-slides-settings.php:41
233
+ msgid "zoom"
234
+ msgstr "zoom"
235
+
236
+ #: meteor-slides-settings.php:63
237
+ #: meteor-slides-settings.php:73
238
+ msgid "seconds"
239
+ msgstr "segundos"
240
+
241
+ #: meteor-slides-settings.php:87
242
+ msgid "Meteor Slides Settings"
243
+ msgstr "Configuraciones de Meteor Slides"
244
+
245
+ #: meteor-slides-settings.php:101
246
+ msgid "Save Changes"
247
+ msgstr "Guardar cambios"
248
+
249
+ #: meteor-slides-settings.php:107
250
+ msgid "Install Slideshow"
251
+ msgstr "Instrucciones de instalación"
252
+
253
+ #: meteor-slides-settings.php:109
254
+ #, php-format
255
+ msgid "Use %1$s to add this slideshow to your theme, use %2$s to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar."
256
+ msgstr "Incluí la siguinete %1$s línea para insertar el slideshow en tu Tema, o podes usar %2$s para incluirlo en tus entradas o páginas."
257
+
258
+ #: meteor-slides-settings.php:111
259
+ #, php-format
260
+ msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
+ msgstr "Por favor %1$sreportá cualquier pregunta%2$s o problema en los foros de soporte de WordPress."
262
+
languages/meteor-slides-it_IT.mo ADDED
Binary file
languages/meteor-slides-it_IT.po ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Meteor Slides 1.2\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
+ "PO-Revision-Date: 2010-07-23 11:02-0600\n"
7
+ "Last-Translator: Josh Leuze <jleuze@gmail.com>\n"
8
+ "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e;_x\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-Country: UNITED STATES\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: meteor-slides-plugin.php:76
19
+ msgid "Slides"
20
+ msgstr "Slide"
21
+
22
+ #: meteor-slides-plugin.php:77
23
+ msgid "Slide"
24
+ msgstr "Slide"
25
+
26
+ #: meteor-slides-plugin.php:78
27
+ msgid "Add New"
28
+ msgstr "Aggiungi Nuova"
29
+
30
+ #: meteor-slides-plugin.php:79
31
+ msgid "Add New Slide"
32
+ msgstr "Aggiungi Nuova Slide"
33
+
34
+ #: meteor-slides-plugin.php:80
35
+ msgid "Edit Slide"
36
+ msgstr "Modifica Slide"
37
+
38
+ #: meteor-slides-plugin.php:81
39
+ msgid "Edit"
40
+ msgstr "Modifica"
41
+
42
+ #: meteor-slides-plugin.php:82
43
+ msgid "New Slide"
44
+ msgstr "Nuova Slide"
45
+
46
+ #: meteor-slides-plugin.php:83
47
+ #: meteor-slides-plugin.php:87
48
+ msgid "View Slide"
49
+ msgstr "Guarda Slide"
50
+
51
+ #: meteor-slides-plugin.php:84
52
+ msgid "Search Slides"
53
+ msgstr "Cerca Slide"
54
+
55
+ #: meteor-slides-plugin.php:85
56
+ msgid "No slides found"
57
+ msgstr "Non sono state trovate Slide"
58
+
59
+ #: meteor-slides-plugin.php:86
60
+ msgid "No slides found in Trash"
61
+ msgstr "Non ci sono slide nel cestino"
62
+
63
+ #: meteor-slides-plugin.php:119
64
+ msgid "Slide Image"
65
+ msgstr "Immagine della Slide"
66
+
67
+ #: meteor-slides-plugin.php:154
68
+ msgid "Add the URL this slide should link to."
69
+ msgstr "Aggiungi l'URL a cui questa slide linkerà."
70
+
71
+ #: meteor-slides-plugin.php:166
72
+ msgid "Slide Link"
73
+ msgstr "Link della Slide"
74
+
75
+ #: meteor-slides-plugin.php:230
76
+ msgid "Slides Settings"
77
+ msgstr "Impostazioni Slide"
78
+
79
+ #: meteor-slides-plugin.php:230
80
+ msgid "Settings"
81
+ msgstr "Impostazioni"
82
+
83
+ #: meteor-slides-plugin.php:248
84
+ msgid "Configure Slideshow"
85
+ msgstr "Configura Slideshow"
86
+
87
+ #: meteor-slides-plugin.php:250
88
+ msgid "Slideshow Quantity"
89
+ msgstr "Quantità degli Slideshow"
90
+
91
+ #: meteor-slides-plugin.php:252
92
+ msgid "Slide Height"
93
+ msgstr "Altezza Slide"
94
+
95
+ #: meteor-slides-plugin.php:254
96
+ msgid "Slide Width"
97
+ msgstr "Larghezza Slide"
98
+
99
+ #: meteor-slides-plugin.php:256
100
+ msgid "Transition Style"
101
+ msgstr "Stile Transizione"
102
+
103
+ #: meteor-slides-plugin.php:258
104
+ msgid "Transition Speed"
105
+ msgstr "Velocità Transizione"
106
+
107
+ #: meteor-slides-plugin.php:260
108
+ msgid "Slide Duration"
109
+ msgstr "Durata Slide"
110
+
111
+ #: meteor-slides-plugin.php:471
112
+ msgid "Add Meteor Slides slideshow to a sidebar"
113
+ msgstr "Aggiungi il Meteor Slides slideshow in sidebar"
114
+
115
+ #: meteor-slides-plugin.php:475
116
+ msgid "Meteor Slides Widget"
117
+ msgstr ""
118
+
119
+ #: meteor-slides-settings.php:7
120
+ msgid "Set up your slideshow using the options below."
121
+ msgstr "Configura il tuo slideshow usando le opzioni qui sotto."
122
+
123
+ #: meteor-slides-settings.php:21
124
+ #: meteor-slides-settings.php:31
125
+ msgid "px"
126
+ msgstr ""
127
+
128
+ #: meteor-slides-settings.php:41
129
+ msgid "blindX"
130
+ msgstr ""
131
+
132
+ #: meteor-slides-settings.php:41
133
+ msgid "blindY"
134
+ msgstr ""
135
+
136
+ #: meteor-slides-settings.php:41
137
+ msgid "blindZ"
138
+ msgstr ""
139
+
140
+ #: meteor-slides-settings.php:41
141
+ msgid "cover"
142
+ msgstr ""
143
+
144
+ #: meteor-slides-settings.php:41
145
+ msgid "curtainX"
146
+ msgstr ""
147
+
148
+ #: meteor-slides-settings.php:41
149
+ msgid "curtainY"
150
+ msgstr ""
151
+
152
+ #: meteor-slides-settings.php:41
153
+ msgid "fade"
154
+ msgstr ""
155
+
156
+ #: meteor-slides-settings.php:41
157
+ msgid "fadeZoom"
158
+ msgstr ""
159
+
160
+ #: meteor-slides-settings.php:41
161
+ msgid "growX"
162
+ msgstr ""
163
+
164
+ #: meteor-slides-settings.php:41
165
+ msgid "growY"
166
+ msgstr ""
167
+
168
+ #: meteor-slides-settings.php:41
169
+ msgid "none"
170
+ msgstr ""
171
+
172
+ #: meteor-slides-settings.php:41
173
+ msgid "scrollUp"
174
+ msgstr ""
175
+
176
+ #: meteor-slides-settings.php:41
177
+ msgid "scrollDown"
178
+ msgstr ""
179
+
180
+ #: meteor-slides-settings.php:41
181
+ msgid "scrollLeft"
182
+ msgstr ""
183
+
184
+ #: meteor-slides-settings.php:41
185
+ msgid "scrollRight"
186
+ msgstr ""
187
+
188
+ #: meteor-slides-settings.php:41
189
+ msgid "scrollHorz"
190
+ msgstr ""
191
+
192
+ #: meteor-slides-settings.php:41
193
+ msgid "scrollVert"
194
+ msgstr ""
195
+
196
+ #: meteor-slides-settings.php:41
197
+ msgid "slideX"
198
+ msgstr ""
199
+
200
+ #: meteor-slides-settings.php:41
201
+ msgid "slideY"
202
+ msgstr ""
203
+
204
+ #: meteor-slides-settings.php:41
205
+ msgid "shuffle"
206
+ msgstr ""
207
+
208
+ #: meteor-slides-settings.php:41
209
+ msgid "turnUp"
210
+ msgstr ""
211
+
212
+ #: meteor-slides-settings.php:41
213
+ msgid "turnDown"
214
+ msgstr ""
215
+
216
+ #: meteor-slides-settings.php:41
217
+ msgid "turnLeft"
218
+ msgstr ""
219
+
220
+ #: meteor-slides-settings.php:41
221
+ msgid "turnRight"
222
+ msgstr ""
223
+
224
+ #: meteor-slides-settings.php:41
225
+ msgid "uncover"
226
+ msgstr ""
227
+
228
+ #: meteor-slides-settings.php:41
229
+ msgid "wipe"
230
+ msgstr ""
231
+
232
+ #: meteor-slides-settings.php:41
233
+ msgid "zoom"
234
+ msgstr ""
235
+
236
+ #: meteor-slides-settings.php:63
237
+ #: meteor-slides-settings.php:73
238
+ msgid "seconds"
239
+ msgstr "secondi"
240
+
241
+ #: meteor-slides-settings.php:87
242
+ msgid "Meteor Slides Settings"
243
+ msgstr "Impostazioni Meteor Slides"
244
+
245
+ #: meteor-slides-settings.php:101
246
+ msgid "Save Changes"
247
+ msgstr "Salva Cambiamenti"
248
+
249
+ #: meteor-slides-settings.php:107
250
+ msgid "Install Slideshow"
251
+ msgstr "Installa Slideshow"
252
+
253
+ #: meteor-slides-settings.php:109
254
+ #, php-format
255
+ msgid "Use %1$s to add this slideshow to your theme, use %2$s to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar."
256
+ msgstr "Usa %1$s per aggiungere questo slideshow al tuo tema, usa %2$s per aggiungerlo in un Post o Pagina, o usa il Meteor Slides Widget per aggiungerlo in sidebar."
257
+
258
+ #: meteor-slides-settings.php:111
259
+ #, php-format
260
+ msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
+ msgstr "Per favore, %1$sper ogni domanda o problema usa il forum di supporto di wordpress.org.%2$s"
262
+
languages/meteor-slides-pt_BR.mo ADDED
Binary file
languages/meteor-slides-pt_BR.po ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Meteor Slides 1.2\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2010-07-16 13:34-0600\n"
6
+ "PO-Revision-Date: 2010-08-08 10:13-0600\n"
7
+ "Last-Translator: Josh Leuze <mail@jleuze.com>\n"
8
+ "Language-Team: Josh Leuze <mail@jleuze.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e;_x\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-Country: UNITED STATES\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: meteor-slides-plugin.php:76
19
+ msgid "Slides"
20
+ msgstr "Slides"
21
+
22
+ #: meteor-slides-plugin.php:77
23
+ msgid "Slide"
24
+ msgstr "Slide"
25
+
26
+ #: meteor-slides-plugin.php:78
27
+ msgid "Add New"
28
+ msgstr "Adicionar Novo"
29
+
30
+ #: meteor-slides-plugin.php:79
31
+ msgid "Add New Slide"
32
+ msgstr "Adicionar Novo Slide"
33
+
34
+ #: meteor-slides-plugin.php:80
35
+ msgid "Edit Slide"
36
+ msgstr "Editar Slide"
37
+
38
+ #: meteor-slides-plugin.php:81
39
+ msgid "Edit"
40
+ msgstr "Editar"
41
+
42
+ #: meteor-slides-plugin.php:82
43
+ msgid "New Slide"
44
+ msgstr "Novo Slide"
45
+
46
+ #: meteor-slides-plugin.php:83
47
+ #: meteor-slides-plugin.php:87
48
+ msgid "View Slide"
49
+ msgstr "Ver Slide"
50
+
51
+ #: meteor-slides-plugin.php:84
52
+ msgid "Search Slides"
53
+ msgstr "Procurar Slides"
54
+
55
+ #: meteor-slides-plugin.php:85
56
+ msgid "No slides found"
57
+ msgstr "Slides não encontrados"
58
+
59
+ #: meteor-slides-plugin.php:86
60
+ msgid "No slides found in Trash"
61
+ msgstr "Nenhum slide encontrado na lixeira"
62
+
63
+ #: meteor-slides-plugin.php:119
64
+ msgid "Slide Image"
65
+ msgstr "Imagem do Slide"
66
+
67
+ #: meteor-slides-plugin.php:154
68
+ msgid "Add the URL this slide should link to."
69
+ msgstr "Adicionar Link no Slide"
70
+
71
+ #: meteor-slides-plugin.php:166
72
+ msgid "Slide Link"
73
+ msgstr "Link do Slide"
74
+
75
+ #: meteor-slides-plugin.php:230
76
+ msgid "Slides Settings"
77
+ msgstr "Configurações dos Slides"
78
+
79
+ #: meteor-slides-plugin.php:230
80
+ msgid "Settings"
81
+ msgstr "Configurações"
82
+
83
+ #: meteor-slides-plugin.php:248
84
+ msgid "Configure Slideshow"
85
+ msgstr "Configurar Slideshow"
86
+
87
+ #: meteor-slides-plugin.php:250
88
+ msgid "Slideshow Quantity"
89
+ msgstr "Quantidade de Slides"
90
+
91
+ #: meteor-slides-plugin.php:252
92
+ msgid "Slide Height"
93
+ msgstr "Altura do Slide"
94
+
95
+ #: meteor-slides-plugin.php:254
96
+ msgid "Slide Width"
97
+ msgstr "Largura do Slide"
98
+
99
+ #: meteor-slides-plugin.php:256
100
+ msgid "Transition Style"
101
+ msgstr "Estilo de Transição"
102
+
103
+ #: meteor-slides-plugin.php:258
104
+ msgid "Transition Speed"
105
+ msgstr "Velocidade da Transição"
106
+
107
+ #: meteor-slides-plugin.php:260
108
+ msgid "Slide Duration"
109
+ msgstr "Duração do Slide"
110
+
111
+ #: meteor-slides-plugin.php:471
112
+ msgid "Add Meteor Slides slideshow to a sidebar"
113
+ msgstr "Adicionar Meteor Slides em uma sidebar"
114
+
115
+ #: meteor-slides-plugin.php:475
116
+ msgid "Meteor Slides Widget"
117
+ msgstr "Widget do Meteor Slides"
118
+
119
+ #: meteor-slides-settings.php:7
120
+ msgid "Set up your slideshow using the options below."
121
+ msgstr "Configure o seu slideshow usando as opções abaixo."
122
+
123
+ #: meteor-slides-settings.php:21
124
+ #: meteor-slides-settings.php:31
125
+ msgid "px"
126
+ msgstr ""
127
+
128
+ #: meteor-slides-settings.php:41
129
+ msgid "blindX"
130
+ msgstr ""
131
+
132
+ #: meteor-slides-settings.php:41
133
+ msgid "blindY"
134
+ msgstr ""
135
+
136
+ #: meteor-slides-settings.php:41
137
+ msgid "blindZ"
138
+ msgstr ""
139
+
140
+ #: meteor-slides-settings.php:41
141
+ msgid "cover"
142
+ msgstr ""
143
+
144
+ #: meteor-slides-settings.php:41
145
+ msgid "curtainX"
146
+ msgstr ""
147
+
148
+ #: meteor-slides-settings.php:41
149
+ msgid "curtainY"
150
+ msgstr ""
151
+
152
+ #: meteor-slides-settings.php:41
153
+ msgid "fade"
154
+ msgstr ""
155
+
156
+ #: meteor-slides-settings.php:41
157
+ msgid "fadeZoom"
158
+ msgstr ""
159
+
160
+ #: meteor-slides-settings.php:41
161
+ msgid "growX"
162
+ msgstr ""
163
+
164
+ #: meteor-slides-settings.php:41
165
+ msgid "growY"
166
+ msgstr ""
167
+
168
+ #: meteor-slides-settings.php:41
169
+ msgid "none"
170
+ msgstr "nenhum"
171
+
172
+ #: meteor-slides-settings.php:41
173
+ msgid "scrollUp"
174
+ msgstr ""
175
+
176
+ #: meteor-slides-settings.php:41
177
+ msgid "scrollDown"
178
+ msgstr ""
179
+
180
+ #: meteor-slides-settings.php:41
181
+ msgid "scrollLeft"
182
+ msgstr ""
183
+
184
+ #: meteor-slides-settings.php:41
185
+ msgid "scrollRight"
186
+ msgstr ""
187
+
188
+ #: meteor-slides-settings.php:41
189
+ msgid "scrollHorz"
190
+ msgstr ""
191
+
192
+ #: meteor-slides-settings.php:41
193
+ msgid "scrollVert"
194
+ msgstr ""
195
+
196
+ #: meteor-slides-settings.php:41
197
+ msgid "slideX"
198
+ msgstr ""
199
+
200
+ #: meteor-slides-settings.php:41
201
+ msgid "slideY"
202
+ msgstr ""
203
+
204
+ #: meteor-slides-settings.php:41
205
+ msgid "shuffle"
206
+ msgstr ""
207
+
208
+ #: meteor-slides-settings.php:41
209
+ msgid "turnUp"
210
+ msgstr ""
211
+
212
+ #: meteor-slides-settings.php:41
213
+ msgid "turnDown"
214
+ msgstr ""
215
+
216
+ #: meteor-slides-settings.php:41
217
+ msgid "turnLeft"
218
+ msgstr ""
219
+
220
+ #: meteor-slides-settings.php:41
221
+ msgid "turnRight"
222
+ msgstr ""
223
+
224
+ #: meteor-slides-settings.php:41
225
+ msgid "uncover"
226
+ msgstr ""
227
+
228
+ #: meteor-slides-settings.php:41
229
+ msgid "wipe"
230
+ msgstr ""
231
+
232
+ #: meteor-slides-settings.php:41
233
+ msgid "zoom"
234
+ msgstr ""
235
+
236
+ #: meteor-slides-settings.php:63
237
+ #: meteor-slides-settings.php:73
238
+ msgid "seconds"
239
+ msgstr "segundos"
240
+
241
+ #: meteor-slides-settings.php:87
242
+ msgid "Meteor Slides Settings"
243
+ msgstr "Configurações do Meteor Slides"
244
+
245
+ #: meteor-slides-settings.php:101
246
+ msgid "Save Changes"
247
+ msgstr "Salvar Alterações"
248
+
249
+ #: meteor-slides-settings.php:107
250
+ msgid "Install Slideshow"
251
+ msgstr "Instalar Slideshow"
252
+
253
+ #: meteor-slides-settings.php:109
254
+ #, php-format
255
+ msgid "Use %1$s to add this slideshow to your theme, use %2$s to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar."
256
+ msgstr "Use %1$s para incluir esse slideshow em seu tema, use %2$s para incluir no seu Post ou Página, ou use o Widget Meteor Slides para incluir em uma sidebar."
257
+
258
+ #: meteor-slides-settings.php:111
259
+ #, php-format
260
+ msgid "Please %1$spost any questions or problems%2$s in the WordPress.org support forums."
261
+ msgstr ""
262
+
meteor-slides-plugin.php CHANGED
@@ -1,12 +1,12 @@
1
  <?php
2
  /*
3
  Plugin Name: Meteor Slides
4
- Description: Adds a custom post type for slides to WordPress. Use Meteor Slides to create a quick little slideshow for your site.
5
  Plugin URI: http://www.jleuze.com/plugins/meteor-slides
6
  Author: Josh Leuze
7
  Author URI: http://www.jleuze.com/
8
  License: GPL2
9
- Version: 1.2.1
10
  */
11
 
12
  /* Copyright 2010 Josh Leuze (email : mail@jleuze.com)
@@ -243,7 +243,7 @@
243
 
244
  function meteorslides_register_settings(){
245
 
246
- register_setting( 'meteorslides_options', 'meteorslides_options', 'meteorslides_options_validate' );
247
 
248
  add_settings_section('meteorslides_slideshow', __('Configure Slideshow','meteor-slides'), 'meteorslides_section_text', 'meteorslides');
249
 
@@ -258,7 +258,9 @@
258
  add_settings_field('transition_speed', __('Transition Speed','meteor-slides'), 'transition_speed', 'meteorslides', 'meteorslides_slideshow');
259
 
260
  add_settings_field('slide_duration', __('Slide Duration','meteor-slides'), 'slide_duration', 'meteorslides', 'meteorslides_slideshow');
261
-
 
 
262
  }
263
 
264
  // Adds default values for options on settings page
@@ -271,7 +273,7 @@
271
 
272
  if(($tmp['chkbox1']=='on')||(!is_array($tmp))) {
273
 
274
- $arr = array("slideshow_quantity" => "5", "slide_height" => "200", "slide_width" => "940", "transition_style" => "fade", "transition_speed" => "2", "slide_duration" => "5");
275
 
276
  update_option('meteorslides_options', $arr);
277
 
@@ -332,6 +334,14 @@
332
  $options['slide_duration'] = '';
333
 
334
  }
 
 
 
 
 
 
 
 
335
 
336
  return $options;
337
 
@@ -408,6 +418,8 @@
408
 
409
  'meteorslideshowspeed' => $options['transition_speed'] * 1000,
410
  'meteorslideshowduration' => $options['slide_duration'] * 1000,
 
 
411
  'meteorslideshowtransition' => $options['transition_style']
412
 
413
  )
1
  <?php
2
  /*
3
  Plugin Name: Meteor Slides
4
+ Description: Meteor Slides makes it simple to manage a slideshow with WordPress by adding a custom post type for slides.
5
  Plugin URI: http://www.jleuze.com/plugins/meteor-slides
6
  Author: Josh Leuze
7
  Author URI: http://www.jleuze.com/
8
  License: GPL2
9
+ Version: 1.2.2
10
  */
11
 
12
  /* Copyright 2010 Josh Leuze (email : mail@jleuze.com)
243
 
244
  function meteorslides_register_settings(){
245
 
246
+ register_setting( 'meteorslides_options', 'meteorslides_options' );
247
 
248
  add_settings_section('meteorslides_slideshow', __('Configure Slideshow','meteor-slides'), 'meteorslides_section_text', 'meteorslides');
249
 
258
  add_settings_field('transition_speed', __('Transition Speed','meteor-slides'), 'transition_speed', 'meteorslides', 'meteorslides_slideshow');
259
 
260
  add_settings_field('slide_duration', __('Slide Duration','meteor-slides'), 'slide_duration', 'meteorslides', 'meteorslides_slideshow');
261
+
262
+ add_settings_field('slideshow_navigation', __('Slideshow Navigation','meteor-slides'), 'slideshow_navigation', 'meteorslides', 'meteorslides_slideshow');
263
+
264
  }
265
 
266
  // Adds default values for options on settings page
273
 
274
  if(($tmp['chkbox1']=='on')||(!is_array($tmp))) {
275
 
276
+ $arr = array("slideshow_quantity" => "5", "slide_height" => "200", "slide_width" => "940", "transition_style" => "fade", "transition_speed" => "2", "slide_duration" => "5", "slideshow_navigation" => "no");
277
 
278
  update_option('meteorslides_options', $arr);
279
 
334
  $options['slide_duration'] = '';
335
 
336
  }
337
+
338
+ $options['slideshow_navigation'] = trim($input['slideshow_navigation']);
339
+
340
+ if(!preg_match('/^[a-z]{4,20}$/i', $options['slideshow_navigation'])) {
341
+
342
+ $options['slideshow_navigation'] = '';
343
+
344
+ }
345
 
346
  return $options;
347
 
418
 
419
  'meteorslideshowspeed' => $options['transition_speed'] * 1000,
420
  'meteorslideshowduration' => $options['slide_duration'] * 1000,
421
+ 'meteorslideshowheight' => $options['slide_height'],
422
+ 'meteorslideshowwidth' => $options['slide_width'],
423
  'meteorslideshowtransition' => $options['transition_style']
424
 
425
  )
meteor-slides-settings.php CHANGED
@@ -42,7 +42,7 @@
42
 
43
  $options = get_option('meteorslides_options');
44
 
45
- $item = array('blindX' => $blindX, 'blindY' => $blindY, 'blindZ' => $blindZ, 'cover' => $cover, 'curtainX' => $curtainX, 'curtainY' => $curtainY, 'fade' => $fade, 'fadeZoom' => $fadeZoom, 'growX' => $growX, 'growY' => $growY, 'scrollUp' => $scrollUp, 'scrollDown' => $scrollDown, 'scrollLeft' => $scrollLeft, 'scrollRight' => $scrollRight, 'zoom' => $zoom, 'scrollHorz' => $scrollHorz, 'scrollVert' => $scrollVert, 'slideX' => $slideX, 'slideY' => $slideY, 'shuffle' => $shuffle, 'turnUp' => $turnUp, 'turnDown' => $turnDown, 'turnLeft' => $turnLeft, 'turnRight' => $turnRight, 'uncover' => $uncover, 'wipe' => $wipe, 'zoom' => $zoom);
46
 
47
  echo "<select id='transition_style' name='meteorslides_options[transition_style]' style='width:142px;'>";
48
 
@@ -77,6 +77,28 @@
77
  echo "<input id='slide_duration' name='meteorslides_options[slide_duration]' size='20' type='text' value='{$options['slide_duration']}' /> $seconds";
78
 
79
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
 
81
  ?>
82
 
42
 
43
  $options = get_option('meteorslides_options');
44
 
45
+ $item = array('blindX' => $blindX, 'blindY' => $blindY, 'blindZ' => $blindZ, 'cover' => $cover, 'curtainX' => $curtainX, 'curtainY' => $curtainY, 'fade' => $fade, 'fadeZoom' => $fadeZoom, 'growX' => $growX, 'growY' => $growY, 'none' => $none, 'scrollUp' => $scrollUp, 'scrollDown' => $scrollDown, 'scrollLeft' => $scrollLeft, 'scrollRight' => $scrollRight, 'scrollHorz' => $scrollHorz, 'scrollVert' => $scrollVert, 'slideX' => $slideX, 'slideY' => $slideY, 'shuffle' => $shuffle, 'turnUp' => $turnUp, 'turnDown' => $turnDown, 'turnLeft' => $turnLeft, 'turnRight' => $turnRight, 'uncover' => $uncover, 'wipe' => $wipe, 'zoom' => $zoom);
46
 
47
  echo "<select id='transition_style' name='meteorslides_options[transition_style]' style='width:142px;'>";
48
 
77
  echo "<input id='slide_duration' name='meteorslides_options[slide_duration]' size='20' type='text' value='{$options['slide_duration']}' /> $seconds";
78
 
79
  }
80
+
81
+ function slideshow_navigation() {
82
+
83
+ $yes = __('Yes','meteor-slides'); $no = __('No','meteor-slides');;
84
+
85
+ $options = get_option('meteorslides_options');
86
+
87
+ $item = array('no' => $no, 'yes' => $yes);
88
+
89
+ echo "<select id='slideshow_navigation' name='meteorslides_options[slideshow_navigation]' style='width:142px;'>";
90
+
91
+ while (list($key, $val) = each($item)) {
92
+
93
+ $selected = ($options['slideshow_navigation']==$key) ? ' selected="selected"' : '';
94
+
95
+ echo "<option value='$key'$selected>$val</option>";
96
+
97
+ }
98
+
99
+ echo "</select>";
100
+
101
+ }
102
 
103
  ?>
104
 
meteor-slideshow.php CHANGED
@@ -7,26 +7,44 @@
7
  $loop = new WP_Query( array( 'post_type' => 'slide', 'posts_per_page' => $options['slideshow_quantity'] ) ); ?>
8
 
9
  <div id="meteor-slideshow" class="meteor-slides">
 
 
 
 
10
 
11
- <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
- <div id="slide-<?php echo $i; ?>" class="slide">
14
 
15
- <?php if(get_post_meta($post->ID, "slide_url_value", $single = true) != ""): ?>
16
 
17
- <a href="<?php echo get_post_meta($post->ID, "slide_url_value", $single = true); ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('featured-slide'); ?></a>
18
 
19
- <?php else: ?>
20
 
21
- <?php the_post_thumbnail('featured-slide'); ?>
22
 
23
- <?php endif; ?>
24
 
25
- </div><!-- .slide -->
26
 
27
- <?php $i++; ?>
28
 
29
- <?php endwhile; ?>
 
 
30
 
31
  <?php wp_reset_query(); ?>
32
 
7
  $loop = new WP_Query( array( 'post_type' => 'slide', 'posts_per_page' => $options['slideshow_quantity'] ) ); ?>
8
 
9
  <div id="meteor-slideshow" class="meteor-slides">
10
+
11
+ <?php $meteornav = $options['slideshow_navigation'];
12
+
13
+ if($meteornav == yes): ?>
14
 
15
+ <ul id="meteor-nav">
16
+
17
+ <li id="prev"><a href="#">Previous</a></li>
18
+
19
+ <li id="next"><a href="#">Next</a></li>
20
+
21
+ </ul><!-- #meteor-nav -->
22
+
23
+ <?php endif; ?>
24
+
25
+ <div class="slides">
26
+
27
+ <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
28
 
29
+ <div id="slide-<?php echo $i; ?>" class="slide">
30
 
31
+ <?php if(get_post_meta($post->ID, "slide_url_value", $single = true) != ""): ?>
32
 
33
+ <a href="<?php echo get_post_meta($post->ID, "slide_url_value", $single = true); ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('featured-slide'); ?></a>
34
 
35
+ <?php else: ?>
36
 
37
+ <?php the_post_thumbnail('featured-slide'); ?>
38
 
39
+ <?php endif; ?>
40
 
41
+ </div><!-- .slide -->
42
 
43
+ <?php $i++; ?>
44
 
45
+ <?php endwhile; ?>
46
+
47
+ </div><!-- .slides -->
48
 
49
  <?php wp_reset_query(); ?>
50
 
readme.txt CHANGED
@@ -1,12 +1,12 @@
1
  === Plugin Name ===
2
  Contributors: JLeuze
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
4
- Tags: slide, slider, slideshow, custom post types, jquery
5
  Requires at least: 3.0
6
  Tested up to: 3.0
7
- Stable tag: 1.2.1
8
 
9
- Adds a custom post type for slides to WordPress. Use Meteor Slides to create a quick little slideshow for your site.
10
 
11
  == Description ==
12
 
@@ -19,7 +19,7 @@ The slides are managed as featured images through the media library; they will a
19
  * **Easy integration:** Add the slideshow to your site using a template tag, shortcode, or widget.
20
  * **Slideshow settings page:** Control the slide height and width, the number of slides, and the slideshow speed and transition style.
21
  * **Slideshow transition styles:** blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, slideX, slideY, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom.
22
- * **Multiple languages:** English, French, Indonesian, Romanian, Turkish.
23
 
24
  = Future Features =
25
 
@@ -35,7 +35,7 @@ The slides are managed as featured images through the media library; they will a
35
  2. Activate the plugin through the 'Plugins' menu in WordPress
36
  3. Use `<?php if(function_exists('meteor_slideshow')) { meteor_slideshow(); } ?>` to add this slideshow to your theme, use `[meteor_slideshow]` to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar.
37
 
38
- Before adding any slides, go to the Meteor Slides Settings page and set the slide height and width so that those slides are cropped to the correct size.
39
 
40
  = Meteor Slides Screencast =
41
  This short screencast explains how to set up Meteor Slides, create new slides, and add the slideshow to your site using the shortcode or template tag.
@@ -60,21 +60,25 @@ The slides load in the order they were published, you can change the publish dat
60
 
61
  = Why is the slideshow covering up my dropdown menus? =
62
 
63
- The `z-index` on the slideshow is higher than the dropdowns, causing them to be layered below the slides. Lower the `z-index` of `#meteor-slideshow` until the dropdowns are above the slideshow.
64
 
65
  = How do I customize the slideshow's CSS stylesheet? =
66
 
67
- Copy `meteor-slides.css` from `/meteor-slides/css/` to your theme's directory to replace the default stylesheet.
68
 
69
  *Please [post any questions or problems](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post a question or problem in the forums") in the WordPress.org support forums.*
70
 
71
  == Screenshots ==
72
 
73
  1. New Slide Page
74
- 2. Meteor Slides Settings
 
75
 
76
  == Changelog ==
77
 
 
 
 
78
  = 1.2.1 =
79
  * Added French and Romanian translations.
80
 
@@ -98,6 +102,9 @@ Copy `meteor-slides.css` from `/meteor-slides/css/` to your theme's directory to
98
 
99
  == Upgrade Notice ==
100
 
 
 
 
101
  = 1.2.1 =
102
  Meteor Slides 1.2.1 adds French and Romanian translations.
103
 
1
  === Plugin Name ===
2
  Contributors: JLeuze
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mail%40jleuze%2ecom&item_name=Meteor%20Slides%20Donation&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8
4
+ Tags: slide, slides, slider, slideshow, image, custom post types, jquery
5
  Requires at least: 3.0
6
  Tested up to: 3.0
7
+ Stable tag: 1.2.2
8
 
9
+ Meteor Slides makes it simple to manage a slideshow with WordPress by adding a custom post type for slides.
10
 
11
  == Description ==
12
 
19
  * **Easy integration:** Add the slideshow to your site using a template tag, shortcode, or widget.
20
  * **Slideshow settings page:** Control the slide height and width, the number of slides, and the slideshow speed and transition style.
21
  * **Slideshow transition styles:** blindX, blindY, blindZ, cover, curtainX, curtainY, fade, fadeZoom, growX, growY, none, scrollUp, scrollDown, scrollLeft, scrollRight, scrollHorz, scrollVert, slideX, slideY, turnUp, turnDown, turnLeft, turnRight, uncover, wipe, zoom.
22
+ * **Multiple languages:** English, French, Indonesian, Italian, Portuguese, Romanian, Spanish, Turkish.
23
 
24
  = Future Features =
25
 
35
  2. Activate the plugin through the 'Plugins' menu in WordPress
36
  3. Use `<?php if(function_exists('meteor_slideshow')) { meteor_slideshow(); } ?>` to add this slideshow to your theme, use `[meteor_slideshow]` to add it to your Post or Page content, or use the Meteor Slides Widget to add it to a sidebar.
37
 
38
+ **Before adding any slides, go to the Meteor Slides Settings page and set the slide height and width so that those slides are cropped to the correct size.**
39
 
40
  = Meteor Slides Screencast =
41
  This short screencast explains how to set up Meteor Slides, create new slides, and add the slideshow to your site using the shortcode or template tag.
60
 
61
  = Why is the slideshow covering up my dropdown menus? =
62
 
63
+ The `z-index` on the slideshow is higher than the dropdowns, causing them to be layered below the slides. Lower the `z-index` of `#meteor-slideshow` or raise the `z-index` of your dropdowns until the dropdowns are above the slideshow.
64
 
65
  = How do I customize the slideshow's CSS stylesheet? =
66
 
67
+ Copy `meteor-slides.css` from `/meteor-slides/css/` to your theme's directory to replace the plugin's default stylesheet.
68
 
69
  *Please [post any questions or problems](http://wordpress.org/tags/meteor-slides?forum_id=10#postform "Post a question or problem in the forums") in the WordPress.org support forums.*
70
 
71
  == Screenshots ==
72
 
73
  1. New Slide Page
74
+ 2. Edit Slide Page
75
+ 3. Meteor Slides Settings
76
 
77
  == Changelog ==
78
 
79
+ = 1.2.2 =
80
+ * Added slideshow navigation, added Italian, Portuguese, and Spanish translations.
81
+
82
  = 1.2.1 =
83
  * Added French and Romanian translations.
84
 
102
 
103
  == Upgrade Notice ==
104
 
105
+ = 1.2.2 =
106
+ Meteor Slides 1.2.2 adds slideshow navigation and Italian, Portuguese, and Spanish translations.
107
+
108
  = 1.2.1 =
109
  Meteor Slides 1.2.1 adds French and Romanian translations.
110
 
screenshot-2.jpg DELETED
Binary file
screenshot-2.png ADDED
Binary file
screenshot-3.png ADDED
Binary file