Version Description
- Fixed layout error on General Settings page in Firefox
Download this release
Release Info
Developer | Ecwid |
Plugin | Ecwid Ecommerce Shopping Cart |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.2.1
- css/settings.css +10 -11
- readme.txt +4 -1
- templates/general-settings-initial.php +12 -6
- templates/general-settings.php +13 -8
css/settings.css
CHANGED
@@ -272,17 +272,16 @@ display: none;
|
|
272 |
|
273 |
.general-settings .greeting-box {
|
274 |
height: 141px;
|
275 |
-
padding-left: 190px;
|
276 |
padding-bottom: 12px;
|
277 |
-
display: table-cell;
|
278 |
-
vertical-align: middle;
|
279 |
-
position: relative;
|
280 |
}
|
281 |
|
282 |
-
.general-settings .greeting-image {
|
283 |
-
|
284 |
-
|
285 |
-
|
|
|
|
|
|
|
286 |
}
|
287 |
|
288 |
.general-settings .greeting-box .main-message {
|
@@ -292,9 +291,9 @@ display: none;
|
|
292 |
}
|
293 |
|
294 |
.general-settings .greeting-box .secondary-message {
|
295 |
-
font-size:
|
296 |
-
padding-top:
|
297 |
-
line-height:
|
298 |
}
|
299 |
|
300 |
.general-settings ol {
|
272 |
|
273 |
.general-settings .greeting-box {
|
274 |
height: 141px;
|
|
|
275 |
padding-bottom: 12px;
|
|
|
|
|
|
|
276 |
}
|
277 |
|
278 |
+
.general-settings .greeting-box .image-container {
|
279 |
+
padding-right: 20px;
|
280 |
+
}
|
281 |
+
|
282 |
+
.general-settings .greeting-box > div {
|
283 |
+
display: table-cell;
|
284 |
+
vertical-align: middle;
|
285 |
}
|
286 |
|
287 |
.general-settings .greeting-box .main-message {
|
291 |
}
|
292 |
|
293 |
.general-settings .greeting-box .secondary-message {
|
294 |
+
font-size: 17px;
|
295 |
+
padding-top: 13px;
|
296 |
+
line-height: 23px;
|
297 |
}
|
298 |
|
299 |
.general-settings ol {
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Ecwid Team
|
|
3 |
Tags: ecwid, shopping cart, ecommerce, wordpress ecommerce, wp e-commerce, paypal, e-commerce, online store, store, shop, cart, online shop, shopping, digital goods, downloadable products, product catalog, ecomerce, products, facebook, f-commerce
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.8
|
6 |
-
Stable tag: 2.2
|
7 |
|
8 |
Ecwid is a free full-featured shopping cart that can easily be added to any blog
|
9 |
and takes less than 5 minutes to set up.
|
@@ -78,6 +78,9 @@ http://codex.wordpress.org/Managing_Plugins#Installing_Plugins
|
|
78 |
- Knowledge Base: [http://kb.ecwid.com](http://kb.ecwid.com)
|
79 |
|
80 |
== Changelog ==
|
|
|
|
|
|
|
81 |
= 2.2 =
|
82 |
- Improved compatibility with the new Wordpress version 3.8 which brings great features like brand new responsive theme, revamped admin backend and other improvements. Ecwid plugin is now ready for that, so your store will work perfectly with the new Wordpress version
|
83 |
- The plugin settings pages are now available in seven languages: English, Italian, Russian, French, German, Spanish, Brazilian Portuguese. Ecwid itself is available in 45 languages, so customers from all over the world can purchase from your store
|
3 |
Tags: ecwid, shopping cart, ecommerce, wordpress ecommerce, wp e-commerce, paypal, e-commerce, online store, store, shop, cart, online shop, shopping, digital goods, downloadable products, product catalog, ecomerce, products, facebook, f-commerce
|
4 |
Requires at least: 2.8
|
5 |
Tested up to: 3.8
|
6 |
+
Stable tag: 2.2.1
|
7 |
|
8 |
Ecwid is a free full-featured shopping cart that can easily be added to any blog
|
9 |
and takes less than 5 minutes to set up.
|
78 |
- Knowledge Base: [http://kb.ecwid.com](http://kb.ecwid.com)
|
79 |
|
80 |
== Changelog ==
|
81 |
+
= 2.2.1 =
|
82 |
+
- Fixed layout error on General Settings page in Firefox
|
83 |
+
|
84 |
= 2.2 =
|
85 |
- Improved compatibility with the new Wordpress version 3.8 which brings great features like brand new responsive theme, revamped admin backend and other improvements. Ecwid plugin is now ready for that, so your store will work perfectly with the new Wordpress version
|
86 |
- The plugin settings pages are now available in seven languages: English, Italian, Russian, French, German, Spanish, Brazilian Portuguese. Ecwid itself is available in 45 languages, so customers from all over the world can purchase from your store
|
templates/general-settings-initial.php
CHANGED
@@ -8,16 +8,22 @@
|
|
8 |
|
9 |
<input type="hidden" name="settings_section" value="general" />
|
10 |
|
11 |
-
<div class="greeting-box"
|
12 |
-
<div class="main-message">
|
13 |
|
14 |
-
|
|
|
15 |
</div>
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</div>
|
19 |
|
20 |
-
<img class="greeting-image" src="<?php echo(esc_attr(ECWID_PLUGIN_URL)); ?>/images/store_inprogress.png" width="142" />
|
21 |
</div>
|
22 |
<hr />
|
23 |
|
8 |
|
9 |
<input type="hidden" name="settings_section" value="general" />
|
10 |
|
11 |
+
<div class="greeting-box">
|
|
|
12 |
|
13 |
+
<div class="image-container">
|
14 |
+
<img class="greeting-image" src="<?php echo(esc_attr(ECWID_PLUGIN_URL)); ?>/images/store_inprogress.png" width="142" />
|
15 |
</div>
|
16 |
+
|
17 |
+
<div class="messages-container">
|
18 |
+
<div class="main-message">
|
19 |
+
|
20 |
+
<?php _e('Thank you for choosing Ecwid to build your online store.', 'ecwid-shopping-cart'); ?>
|
21 |
+
</div>
|
22 |
+
<div class="secondary-message">
|
23 |
+
<?php _e('The first step towards opening your online business: <br />Let’s get started and add a store to your WordPress website in <strong>3</strong> simple steps.', 'ecwid-shopping-cart'); ?>
|
24 |
+
</div>
|
25 |
</div>
|
26 |
|
|
|
27 |
</div>
|
28 |
<hr />
|
29 |
|
templates/general-settings.php
CHANGED
@@ -9,17 +9,22 @@
|
|
9 |
<input type="hidden" name="settings_section" value="general" />
|
10 |
|
11 |
<div class="greeting-box complete">
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
</div>
|
24 |
<hr />
|
25 |
<div class="section">
|
9 |
<input type="hidden" name="settings_section" value="general" />
|
10 |
|
11 |
<div class="greeting-box complete">
|
12 |
+
<div class="image-container">
|
13 |
+
<img class="greeting-image" src="<?php echo(esc_attr(ECWID_PLUGIN_URL)); ?>/images/store_ready.png" width="142" />
|
14 |
+
</div>
|
15 |
+
|
16 |
+
<div class="messages-container">
|
17 |
+
<?php if ($_GET['settings-updated']): ?>
|
18 |
|
19 |
+
<div class="main-message"><?php _e('Congratulations!', 'ecwid-shopping-cart'); ?></div>
|
20 |
+
<div class="secondary-message"?><?php _e('Your Ecwid store is now connected to your WordPress website.', 'ecwid-shopping-cart'); ?></div>
|
21 |
|
22 |
+
<?php else: ?>
|
23 |
|
24 |
+
<div class="main-message"><?php _e('Greetings!', 'ecwid-shopping-cart'); ?></div>
|
25 |
+
<div class="secondary-message"?><?php _e('Your Ecwid store is connected to your WordPress website.', 'ecwid-shopping-cart'); ?></div>
|
26 |
+
<?php endif; ?>
|
27 |
+
</div>
|
28 |
</div>
|
29 |
<hr />
|
30 |
<div class="section">
|