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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ In short: this add-on runs on the Ninja Forms plugin engine where you can config
18
18
19
19
## Playground
20
20
21
-
If you would like to have a quick play, you can quickly spawn a temporary WordPress site using TasteWP with this URL:<br/>
22
-
https://tastewp.com/recipe/5384480fa0
21
+
If you would like to have a quick play, you can quickly spawn a temporary WordPress site using TasteWP with this URL:
22
+
<https://tastewp.com/recipe/fba0d4f1cd>
23
23
24
24
Just note that it will last 6 days only and that you'll have to create a [new whitelist entry](https://www.videomail.io/whitelist) for that.
25
25
@@ -34,25 +34,25 @@ Just note that it will last 6 days only and that you'll have to create a [new wh
34
34
2.2.3 Symlink videomail-for-ninja-forms like that: `ln -s ~/code/binarykitchen/videomail-for-ninja-forms ~/Local\ Sites/videomail-for-ninja-forms/app/public/wp-content/plugins/videomail-for-ninja-forms`
35
35
2.2.4. Activate it on WP admin side
36
36
2.2.5 Import the template form from ./examples/nf_form_video_contact_us.nff
37
-
2.2.6 Download the PHP Error Log plugin from https://wordpress.org/plugins/error-log-monitor/ and install it locally
37
+
2.2.6 Download the PHP Error Log plugin from <https://wordpress.org/plugins/error-log-monitor> and install it locally
38
38
2.2.7. Activate it on WP admin side
39
39
3. Install latest nodejs, best with [nvm](https://github.com/creationix/nvm)
40
40
4.`npm install` to install dependencies
41
-
5.`gulp watch --host x --port y` which will open Google Chrome and automatically reloads upon changes (PHP, JS and CSS). Defaults to https://localhost:8890
41
+
5.`gulp watch --host x --port y` which will open Google Chrome and automatically reloads upon changes (PHP, JS and CSS). Defaults to <https://localhost:8890>
42
42
43
43
Note: depending on your OS the `gulp watch` command might result into errors;
44
44
45
45
### Arch Linux Issues
46
46
47
-
- Afraid have to amend `sudo` before `npm run mh` or so. <-------- !!!
48
-
- Can't use .local domain as it's [reserved under Arch Linux](https://community.localwp.com/t/local-tld-is-not-resolved-when-in-hosts-file-if-used-on-arch-based-linux/43793/6)
47
+
- Afraid have to amend `sudo` before `npm run mh` or so.
48
+
- Can't use .local domain as it's [reserved under Arch Linux](https://community.localwp.com/t/local-tld-is-not-resolved-when-in-hosts-file-if-used-on-arch-based-linux/43793/6).
49
49
50
50
### Customize host or port
51
51
52
52
For custom hosts or ports, you can customize `gulp watch` like that:
53
53
54
54
`gulp watch --port=8890 --host=wp` and that will open this page for you:
0 commit comments