Ray Elliott
395f47fb4c
center align .site-footer
2020-05-08 12:24:49 +00:00
Ray Elliott
e8d43c0f79
do not include fonteawesome by default
2020-05-08 11:59:44 +00:00
Ray Elliott
f7ae24aa05
change default fonts to montserrat, roboto
2020-05-08 11:59:13 +00:00
Ray Elliott
ac2cea0d8a
add browsersync locally
2020-05-08 11:11:39 +00:00
UnderstrapFramework
d4c6dd4c43
Merge pull request #1163 from IanDelMar/patch-1
...
Add missing forward slash
2020-04-30 13:27:38 +01:00
IanDelMar
1d78ec2255
Fix missing forward slash
...
Forward slash was missing do to changes in gulpfile.json (see #1161 ).
Fixes #1162
2020-04-30 14:16:26 +02:00
UnderstrapFramework
40bf881aa9
Merge pull request #1155 from IanDelMar/custom-comments
...
Update comments
2020-04-29 19:22:46 +01:00
IanDelMar
092e4cb156
Fix string literal in number_format_i18n()
2020-04-29 19:26:14 +02:00
UnderstrapFramework
cb9587fb2b
Merge pull request #1147 from IanDelMar/patch-5
...
Add script and style to theme support for html5
2020-04-28 14:30:08 +01:00
UnderstrapFramework
fa4d143d8f
Merge pull request #1161 from IanDelMar/gulp-dist
...
Update gulp dist & gulp dist-product
2020-04-28 14:16:50 +01:00
IanDelMar
e7dcb5bbb7
Fix description
...
Taks copy-assets is called on postinstall (see package.json).
2020-04-28 15:11:25 +02:00
IanDelMar
27572a2117
Update task dist-prod
2020-04-28 15:07:49 +02:00
IanDelMar
7ea00a95c9
Remove Bower
...
Bower has been dropped a while ago
2020-04-28 15:03:27 +02:00
IanDelMar
1d5013961e
Update task dist
...
Fixes #1066
2020-04-28 14:58:29 +02:00
UnderstrapFramework
7e61a803f1
Merge pull request #1149 from IanDelMar/deps
...
Update dependencies
2020-04-28 13:41:15 +01:00
IanDelMar
0860210d27
Merge branch 'master' into deps
2020-04-28 14:33:38 +02:00
IanDelMar
a230482355
Bump gulp-sass and node-sass
...
* Bumps gulp-sass from 4.0.2 to 4.1.0.
* Bumps node-sass from 4.13.1 to 4.14.0.
2020-04-28 14:31:35 +02:00
IanDelMar
7a783d1cd6
Fix indentation
2020-04-28 14:04:59 +02:00
IanDelMar
76ee06b67a
Merge branch 'master' into patch-5
2020-04-28 14:03:01 +02:00
UnderstrapFramework
0b7c43420f
Merge pull request #1156 from IanDelMar/wpcs
...
Fix WPCS errors and warnings + escaping
2020-04-28 09:43:51 +01:00
UnderstrapFramework
246f123b57
Merge pull request #1160 from IanDelMar/patch-1
...
Update CONTRIBUTING.md
2020-04-28 09:43:30 +01:00
IanDelMar
ba6f43b6f9
Update CONTRIBUTING.md
...
Closes #1125
2020-04-28 05:04:29 +02:00
IanDelMar
ffdf78867e
Remove content-none from <ul>
...
See #1016
2020-04-22 08:07:50 +02:00
IanDelMar
c4eeba9d3a
Update translator comment
2020-04-22 07:56:54 +02:00
IanDelMar
860d8c123a
Fix WPCS errors and warnings + escaping
...
Fixes many WPCS errors and warnings
Also:
* Partly removes excessive php opening/closing tags.
* Uses printf for better readability in loop-templates/content-none.php.
* Adds understrap_kses_title() to escape post titles.
* Adds understrap_escape_the_archive_description() to escape the archive description.
* Fixes missing '__' after esc_html in author.php.
* Updates the phpcs.xml to reflect all the changes.
* Updates composer dependencies and scripts.
2020-04-19 12:08:39 +02:00
IanDelMar
ce387ff7bd
Fix DocBlock
2020-04-19 00:34:08 +02:00
IanDelMar
59ed94cb34
Comments are closed to inc/custom-comments.php
...
Uses the comment_form_comments_closed hook to display the comments close note.
2020-04-19 00:24:25 +02:00
IanDelMar
e4cf59e251
Use str_replace to add Bootstrap classes
...
Advantages:
- Uses WP's default field HTML which has changed and differs from the version in this file.
- Uses WP's default translations. No need to have the strings in the theme language files anymore.
2020-04-18 20:55:25 +02:00
IanDelMar
ae52ff3702
Update composer dependencies and scripts
2020-04-18 10:22:43 +02:00
IanDelMar
884615d845
Remove gulp-rimraf and gulp-ignore
...
* Removes the deprecated 'gulp-rimraf'
* Replaces 'gulp-rimraf' by 'del' in task 'cleancss'
* Removes 'gulp-ignore' which was only used in task 'cleancss'
2020-04-14 09:53:33 +02:00
UnderstrapFramework
064e1d4534
Merge pull request #1137 from IanDelMar/patch-4
...
Fix DocBlocks
2020-04-14 08:21:53 +01:00
IanDelMar
09a1985c25
Update composer dependencies
...
* Updates composer.json
* Bumps dealerdirect/phpcodesniffer-composer-installer from version 0.5.0 to v0.6.2
2020-04-14 09:18:15 +02:00
IanDelMar
b5f4ca61d8
Update URLs
2020-04-14 08:36:09 +02:00
IanDelMar
7ba9dca959
Remove task 'cssnano'
...
The task is a relic. gulp-cssnano has been removed in commit 1208774
.
2020-04-14 08:23:01 +02:00
IanDelMar
9d1bee8c94
Update composer dependencies
2020-04-13 20:19:57 +02:00
IanDelMar
a5251a8d9b
Remove gulp-watch
...
gulp-watch was added in 207879eb1b
but never used. UnderStrap uses gulp's watch method.
2020-04-13 18:10:55 +02:00
IanDelMar
bb81469491
Move all dependencies to devDependencies
...
UnderStrap has no runtime node dependencies, so all dependencies are devDependencies.
2020-04-13 17:36:36 +02:00
IanDelMar
33ae79e627
Remove gulp-autoprefixer
...
gulp-autoprefixer was replaced by autoprefixer in #965
2020-04-13 17:17:46 +02:00
IanDelMar
d88dca56dc
Update dependencies
...
Bumps
2020-04-13 17:05:53 +02:00
UnderstrapFramework
a74cd40cf4
Merge pull request #1135 from understrap/dependabot/npm_and_yarn/acorn-5.7.4
...
Bump acorn from 5.7.3 to 5.7.4
2020-04-13 13:31:18 +01:00
IanDelMar
e84fca387a
Add script and style to theme support for html5
...
In HTML5, the type attribute is not required for the <script> and <style> tags. Including the attribute on these tags (type="text/javascript", for example) will trigger a validation warning in HTML validation tools.
From WordPress 5.3, two new arguments are supported for the html5 theme feature, script and style. When these arguments are passed, the type attribute will not be output for those tags.
See https://make.wordpress.org/core/2019/10/15/miscellaneous-developer-focused-changes-in-5-3/
2020-04-13 12:09:59 +02:00
IanDelMar
7630599003
Fix DocBlocks
2020-03-19 17:12:32 +01:00
dependabot[bot]
771a3b0b40
Bump acorn from 5.7.3 to 5.7.4
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-03-15 20:11:07 +00:00
UnderstrapFramework
e8c4eb1eca
Merge pull request #1127 from gillespieza/aligncenter_fix
...
Aligncenter fix
2020-03-15 09:25:27 +00:00
UnderstrapFramework
1a441a26ef
Merge pull request #1134 from understrap/revert-1128-typography_fixes
...
Revert "Typography fixes: blockquotes"
2020-03-15 09:25:11 +00:00
UnderstrapFramework
34e1bde984
Revert "Typography fixes: blockquotes"
2020-03-15 09:22:16 +00:00
UnderstrapFramework
45cc45e22e
Merge pull request #1128 from gillespieza/typography_fixes
...
Typography fixes: blockquotes
2020-03-15 09:21:02 +00:00
UnderstrapFramework
1f7327c7e4
Merge pull request #1101 from IanDelMar/patch-1
...
Move action hook outside if
2020-03-15 09:16:27 +00:00
Amanda Dominy
6be4239fc1
Extend .blockquote
...
The default class added to blockquotes when using WordPress Blocks (Gutenberg) is .wp-block-quote. Users may not know to add .blockquote to that, so extending the WordPress class to match the Bootstrap 4 class.
2020-02-29 12:52:07 +00:00
Amanda Dominy
53c7d59767
Fix aligncenter images
...
Images with .aligncenter still aren't centered with only the style .mx-auto because they need to be set to display:block as well.
2020-02-29 12:46:41 +00:00