UnderstrapFramework
|
28b8e76175
|
Merge pull request #1055 from noelspringer/woocommerce-3.8.0
Update Woocommerce cart template for WC 3.8.0
|
2019-12-13 11:15:03 +00:00 |
UnderstrapFramework
|
00cf4043d3
|
Merge pull request #1057 from IanDelMar/theme-settings
Add filter hooks
|
2019-12-13 11:14:15 +00:00 |
UnderstrapFramework
|
311d330c72
|
Merge pull request #1058 from IanDelMar/patch-8
Fix static hero CSS class
|
2019-12-13 11:13:44 +00:00 |
UnderstrapFramework
|
87360068c1
|
Merge pull request #1060 from IanDelMar/aria-current
Add aria-current
|
2019-12-13 11:12:51 +00:00 |
UnderstrapFramework
|
cd6b58df53
|
Merge pull request #1061 from IanDelMar/strict-comparison
Use strict comparison
|
2019-12-13 11:12:11 +00:00 |
UnderstrapFramework
|
7f9412557d
|
Merge pull request #1063 from IanDelMar/header-aria-label
Add aria-label to <nav>
|
2019-12-13 11:11:48 +00:00 |
UnderstrapFramework
|
063e91e2b5
|
Merge pull request #1064 from IanDelMar/header-strict-comparision
Use strict comparison
|
2019-12-13 11:05:15 +00:00 |
UnderstrapFramework
|
d7a7be8a3b
|
Merge pull request #1072 from IanDelMar/body-attributes
Body attributes
|
2019-12-13 11:04:04 +00:00 |
UnderstrapFramework
|
f4e3ebec5d
|
Merge pull request #1079 from eversionsystems/patch-1
Modify understrap_pagination ul class
|
2019-12-13 11:01:13 +00:00 |
Andrew Schultz
|
522bb8fdf2
|
Add ability to modify ul classes
The second parameter to the function was not being utilized. I have made it output any classes passed to the class tag of the list.
|
2019-12-13 17:28:06 +07:00 |
IanDelMar
|
e980abf7ca
|
Merge branch 'master' into header-aria-label
|
2019-12-13 08:30:59 +01:00 |
IanDelMar
|
a5c9784349
|
Add aria-labelledby
|
2019-12-13 08:26:10 +01:00 |
UnderstrapFramework
|
36aa3366b2
|
Update README.md
|
2019-12-06 10:50:24 +00:00 |
UnderstrapFramework
|
fe9d3fbc37
|
Merge pull request #1062 from IanDelMar/header-blank-line
Remove blank line
|
2019-12-04 22:26:58 +00:00 |
UnderstrapFramework
|
a2311c8f67
|
Merge pull request #1069 from IanDelMar/file-headers-period
No period for summary in file headers
|
2019-12-04 22:26:35 +00:00 |
UnderstrapFramework
|
d506a57269
|
Merge pull request #1073 from IanDelMar/patch-9
Add id to nav
|
2019-12-04 22:25:18 +00:00 |
IanDelMar
|
c636a000ec
|
Add id to nav
|
2019-12-03 09:38:02 +01:00 |
IanDelMar
|
5877e21228
|
Use heading instead of aria-label
See #1063 for a discussion
|
2019-12-03 08:50:22 +01:00 |
IanDelMar
|
7a63872671
|
Move schema markup to body element
Removes schema markup from the div#wrapper-navbar element.
Re-adds the schema markup on the body element via filter.
|
2019-12-03 08:19:45 +01:00 |
IanDelMar
|
a2bbdb0eb7
|
Add understrap_body_attributes()
Function to display attributes for the body element. Attributes may be added via the filter `understrap_body_attributes`
|
2019-12-03 08:15:46 +01:00 |
IanDelMar
|
628601415b
|
No period for summary in file headers
According to WP's PHP documentation standards on file headers. See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#6-file-headers.
|
2019-11-14 18:16:31 +01:00 |
IanDelMar
|
b64ba79f79
|
Use strict comparison
|
2019-11-12 08:56:12 +01:00 |
IanDelMar
|
27824b3c9c
|
Add aria-label to <nav>
|
2019-11-12 08:51:05 +01:00 |
IanDelMar
|
c159b33564
|
Remove blank line
|
2019-11-12 08:47:45 +01:00 |
IanDelMar
|
a4f7316e08
|
Use strict comparison
|
2019-11-09 12:12:25 +01:00 |
IanDelMar
|
c985f696ac
|
Add aria-current
See https://core.trac.wordpress.org/changeset/42808
|
2019-11-09 11:20:38 +01:00 |
IanDelMar
|
0efdd8c821
|
Fix static hero CSS class
Wrong CSS class mistakenly introduced in PR #802
|
2019-11-07 22:47:45 +01:00 |
IanDelMar
|
10c2597b64
|
Make priority filterable
|
2019-11-07 22:11:14 +01:00 |
IanDelMar
|
95415cd098
|
Fix identation
|
2019-11-07 22:05:37 +01:00 |
IanDelMar
|
527118bd2f
|
Add filter to theme default settings
|
2019-11-07 11:16:16 +01:00 |
Noel Springer
|
59ec5c4a43
|
Update Woocommerce cart template for WC 3.8.0
* cart.php (3.7.0=>3.8.0)
|
2019-11-06 18:25:28 +10:00 |
IanDelMar
|
aaf2da70f0
|
Add missing parameter type
|
2019-11-03 10:45:09 +01:00 |
dependabot[bot]
|
35b33ef0d5
|
Bump fstream from 1.0.11 to 1.0.12
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-30 10:19:13 +00:00 |
dependabot[bot]
|
fb159dc538
|
Bump lodash.mergewith from 4.6.1 to 4.6.2
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-30 10:19:08 +00:00 |
dependabot[bot]
|
aee07bb0ed
|
Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-30 10:19:07 +00:00 |
dependabot[bot]
|
ba49b68f62
|
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-10-30 10:18:54 +00:00 |
UnderstrapFramework
|
91cba1ccac
|
NavWalker link to more info
|
2019-10-30 10:16:58 +00:00 |
UnderstrapFramework
|
90bbcfe29e
|
Added wp-admin functions
|
2019-10-29 16:20:33 +00:00 |
UnderstrapFramework
|
ccd1075c89
|
Create wp-admin.php
|
2019-10-29 16:18:14 +00:00 |
Cedric
|
41d7a44fcf
|
Update .jscsrc
Array has duplicate items: "js/**.min.js"
|
2019-10-16 09:46:20 +02:00 |
IanDelMar
|
4ba652edfe
|
Fix typo
|
2019-10-06 09:59:56 +02:00 |
lilumi
|
7a02eed85c
|
fix travis config
|
2019-09-30 00:08:49 +03:00 |
lilumi
|
a31199a7a1
|
make correct modification date for generated css files
|
2019-09-29 13:16:42 +03:00 |
Lilumi Odi
|
16144fd330
|
add "custom-editor-style" to minify process
|
2019-09-28 16:30:03 +03:00 |
Lilumi Odi
|
ac0713dfca
|
Add "custom-editor-style.scss" and any other sass file to watch and compile process.
Add all js files to the 'scripts' gulp task.
|
2019-09-28 16:27:30 +03:00 |
Pavlic
|
681898a422
|
Update template-tags.php
Removes unnecessary space inside the author <a> tag and adds it just before opening it
|
2019-08-28 03:11:43 +03:00 |
Gary Kealy
|
c8c8caee62
|
Use get_template_directory()
|
2019-07-30 21:31:01 +01:00 |
IanDelMar
|
669b75104b
|
Add DocBlocks
* Add DocBlocks for functions
* Rename argument for `understrap_tiny_mce_style_formats`
* Use wp_json_encode instead of json_encode
|
2019-07-23 10:31:23 +02:00 |
IanDelMar
|
660ccc6f8c
|
Use https
|
2019-07-23 06:06:19 +02:00 |
IanDelMar
|
7ad430f3e9
|
Use bootstrap class
Use `.sr-only` for `.screen-reader-text`
|
2019-07-22 04:52:40 +02:00 |