You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+21-24
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# STARTER
2
2
3
-
Starter WooCommerce theme, how it looks/works by default see here https://starter.rsdev.in/.
3
+
# WARNING! VERSION # 2 RELEASED!
4
+
## But documentation still outstanding! It will be updated in next two days (**if fucking Russia not invade my country Ukraine**)
4
5
Open source, free to use - [MIT](https://choosealicense.com/licenses/mit/) license.
5
6
6
7
@@ -22,12 +23,12 @@ Open source, free to use - [MIT](https://choosealicense.com/licenses/mit/) licen
22
23
23
24
24
25
# ❔ About
25
-
This theme **keeps your time**: it provides main ecommerce pages ready to easy and fast customize (home, catalog, single page) and a few great **features which usually used or must have**.
26
+
This theme **keeps your time**: it provides main ecommerce pages ready for easy and fast customize (home, catalog, single page) and a few great **features which usually used or must have**.
26
27
27
28
#### ✔️ 6 main reasons to use Starter
28
29
1.**easy to customize**[layout](https://github.com/chyvak1831/starter/wiki/Templates)
29
30
2. it developed in according with [WPCS](https://github.com/WordPress/WordPress-Coding-Standards) so existing custom **code is secure**
30
-
3.**load speed ready**: load time for dekstop is **under 1 second**, for is mobile **under 3 seconds**; the weight of homepage and catalog is only **about 300kb**, the weight of single product page is only **about 200kb**.
31
+
3.**load speed ready**: load time for dekstop is **under 1 second**, for mobile is**under 3 seconds**; the weight of homepage and catalog is only **about 300kb**, the weight of single product page is only **about 200kb**.
<imgsrc="https://raw.githubusercontent.com/chyvak1831/starter_img/master/archive/v1.2.0/screenshots/weight_single.jpg"alt="Weight single product page">
@@ -51,18 +52,13 @@ This theme **keeps your time**: it provides main ecommerce pages ready to easy a
51
52
52
53
### ✅ Requirements
53
54
Probably Starter will works with other plugin versions - but with versions below it's tested.
You can to install: <strong>"ACF Pro"</strong> - <em>all features available</em> or <strong>Basic ACF</strong> - <em>is not available Home Page features</em> and you'll not see <em>comment images</em> in admin due gallery and repeater features are not available in free version.<br>
Tested with versions <a href="https://nodejs.org/download/release/v14.8.0/">v14.8.0</a> and <a href="https://nodejs.org/download/release/v14.15.3/">v14.15.3</a>, but it should works with any 14.x version.<br>
105
-
Due short life-cycle of node <a href="https://nodejs.org/en/about/releases/">v15</a> Starter <strong>will never officially compatible with node v15</strong>.
106
-
</details>
107
-
* gulp = 2.3.0 (how to install - see next step Setup)
* [Node.js](https://nodejs.org/) = 17.x.x (**IMPORTANT for Windows: be sure that you're using x86 version, e.g. [v17](https://nodejs.org/download/release/v17.0.0/node-v17.0.0-x86.msi))
104
+
* gulp = 4.0.2 (how to install - see next step Setup)
108
105
109
106
### 🔧 Setup
110
107
1. Install [Requirements](#-requirements)
@@ -116,7 +113,7 @@ Probably Starter will works with other plugin versions - but with versions below
116
113
```bash
117
114
npm i
118
115
```
119
-
4. Setup your local domain in `config.js`: replace each `yourdomain` into your local domain - it's required for [browserSync](https://browsersync.io/docs/gulp) and for [Critical CSS](https://github.com/chyvak1831/starter/wiki/CSS)
116
+
4. Setup your local domain in `config.js`: replace `yourdomain` into your local domain - it's required for [browserSync](https://browsersync.io/docs/gulp) and for [Critical CSS](https://github.com/chyvak1831/starter/wiki/CSS)
120
117
121
118
### 🚀 Build commands
122
119
@@ -133,18 +130,18 @@ Open site with port 4000 to get [browserSync](https://browsersync.io/docs/gulp)
133
130
134
131
135
132
### 👍 Highly recommended/integrated to theme plugins
136
-
*[WP Widget in Navigation](https://wordpress.org/plugins/wp-widget-in-navigation/) >= 2.0.1 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
137
-
*[TI WooCommerce Wishlist](https://wordpress.org/plugins/ti-woocommerce-wishlist/) >= 1.21.2 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
133
+
*[TI WooCommerce Wishlist](https://wordpress.org/plugins/ti-woocommerce-wishlist/) >= 1.40.1 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
138
134
<details><summary>Show details</summary>
139
135
After installation go to TI Wishlist and setup minimum recommnded settings. You can to play with other settings.
*[WP Widget in Navigation](https://wordpress.org/plugins/wp-widget-in-navigation/) >= 3.0.1 (see [Widgets (search, minicart, wishlist) in menu](https://github.com/chyvak1831/starter/wiki/Menus))
0 commit comments