Commit Graph

1564 Commits

Author SHA1 Message Date
IanDelMar 8bfabce83d
Fix indentation 2018-12-25 19:09:25 +01:00
Noel Springer 1db1455322 Fix for issue #876
* Increase width of coupon code input field on laptop/desktop.
* Rebuild CSS.

* On screen sizes greater than 768px wide the coupon code input field is too
  narrow and the placeholder text "Coupon code" appears to be truncated.
2018-12-22 14:14:10 +10:00
Holger f1d17707db
Merge pull request #850 from IanDelMar/patch-3
Create .editorconfig
2018-12-18 14:25:19 +01:00
Holger fecf45dff4
Merge pull request #855 from IanDelMar/header
Conditional pingback & child theme friendliness Thx again @IanDelMar
2018-12-18 14:23:56 +01:00
Holger b9fc5ef0e1
Merge pull request #856 from IanDelMar/wpcs
Fix formatting issues - wow...thx @IanDelMar !
2018-12-18 14:23:10 +01:00
Holger bf8cc921a9
Merge pull request #859 from stevygee/master
Fix dropdown when setting depth=0 in wp_nav_menu thx @stevygee !
2018-12-18 14:22:21 +01:00
Holger c857dfb2ef
Merge pull request #868 from Fatshape/patch-1
Woocommerce Form Lost Password 3.5.2 update - Thx @Fatshape !
2018-12-18 14:21:31 +01:00
KoenemannH c88bd9256d See https://github.com/understrap/understrap/issues/873 2018-12-14 08:42:59 +01:00
Davor Lonzaric bd659d9456
WooCommerce 3.5.2 update
Added do_action( 'woocommerce_before_lost_password_form' ); and do_action( 'woocommerce_after_lost_password_form' );
2018-12-11 02:11:25 +01:00
Stefan Grassberger cf4d843cde
Fix dropdown when setting depth=0 in wp_nav_menu 2018-11-23 17:25:38 +01:00
IanDelMar 59407d69ef Remove superfluous space 2018-11-19 00:48:38 +01:00
IanDelMar 47b5893376 Fix identation 2018-11-19 00:47:07 +01:00
IanDelMar 97cde9c3c5 Fix indentation 2018-11-19 00:46:30 +01:00
IanDelMar 7ee9cfd18e Fix indentation & space usage 2018-11-19 00:44:58 +01:00
IanDelMar b653d6f2ce Fix identation 2018-11-19 00:43:14 +01:00
IanDelMar c8274df833 Fix indentation & space usage 2018-11-19 00:41:38 +01:00
IanDelMar cf15b3eb76 Fix space usage 2018-11-19 00:40:25 +01:00
IanDelMar 8ecfeb4436 Fix indentation 2018-11-19 00:38:50 +01:00
IanDelMar b1f541fcfc Fix indentation & space usage 2018-11-19 00:37:53 +01:00
IanDelMar ee459e936b Fix indentation & space usage 2018-11-19 00:37:12 +01:00
IanDelMar 024ddea2ab Fix space usage 2018-11-19 00:27:49 +01:00
IanDelMar 9c8be5118d Fix indentation & space usage 2018-11-19 00:26:03 +01:00
IanDelMar eff5910640 Fix space usage 2018-11-19 00:24:26 +01:00
IanDelMar 76a5c0fd36 Update content-page.php 2018-11-19 00:20:20 +01:00
IanDelMar d94e811686 Update content-search.php 2018-11-19 00:19:54 +01:00
IanDelMar 5831ba385b Update content-single.php 2018-11-19 00:18:55 +01:00
IanDelMar 35096acab3 Update content.php 2018-11-19 00:18:19 +01:00
IanDelMar ba909450b6 Update fullwidthpage.php 2018-11-19 00:12:12 +01:00
IanDelMar 7835682f36 Update empty.php 2018-11-19 00:10:53 +01:00
IanDelMar 4bbad708f4 Update both-sidebarspage.php 2018-11-19 00:10:04 +01:00
IanDelMar 5237c66a47
Update blank.php 2018-11-19 00:07:38 +01:00
IanDelMar b7a4f2359e Fix indentation 2018-11-19 00:03:59 +01:00
IanDelMar ce43038054 Fix missing new line at end of file 2018-11-19 00:01:59 +01:00
IanDelMar 00ead17491 Fix indentation 2018-11-18 23:59:12 +01:00
IanDelMar cfa59e691c Fix indentation 2018-11-18 23:59:06 +01:00
IanDelMar 05bc567e5d Update sidebar-statichero.php 2018-11-18 23:57:22 +01:00
IanDelMar 623d970421 Fix indentation & space usage 2018-11-18 23:55:54 +01:00
IanDelMar 63870cc487 Fix indentation & space usage 2018-11-18 23:47:21 +01:00
IanDelMar c038da308a Fix space usage, indentation, readability 2018-11-18 23:45:32 +01:00
IanDelMar 56035343db Add missing space 2018-11-18 22:01:04 +01:00
IanDelMar 5ff95a5989 Fix indentation & space usage 2018-11-18 21:59:03 +01:00
IanDelMar c71ba33ea7 Fix indentation & space usage 2018-11-18 21:52:47 +01:00
IanDelMar 7bfca59655 Fix indentation & space usage 2018-11-18 21:49:45 +01:00
IanDelMar 23f7c2ab4d Fix indentation 2018-11-18 21:45:52 +01:00
IanDelMar d979bf8a5a Update comments.php 2018-11-18 21:25:27 +01:00
IanDelMar 51c5f93019 Fix space usage, indentation 2018-11-18 21:05:13 +01:00
IanDelMar 4b3a789172 Add mobile-web-app meta as action
Allows a child theme to remove the meta tags without changing the header.php.
2018-11-18 16:28:39 +01:00
IanDelMar 95767decb0 Conditionally add pingback
and allow child theme to remove it without changing the header.php.
2018-11-18 16:26:49 +01:00
Holger 05cbe7bedf
Merge pull request #802 from IanDelMar/fix-for-#796
Fix for #796 - Thx @IanDelMar !
2018-11-16 08:07:53 +01:00
KoenemannH 1208774d79 Clean up gulp file and package.json according to https://github.com/understrap/understrap/issues/853 2018-11-16 08:04:10 +01:00