Christopher Allford
686872a237
Merge pull request #28134 from woocommerce/add/2021-compat
...
Add support for Twenty Twenty-One theme
2020-11-24 16:26:34 -08:00
Jonathan Sadowski
a8c2bac9b2
Update the my account page colors
2020-11-24 18:02:06 -06:00
Jonathan Sadowski
c29aafd66d
Update targeting for account page styles
2020-11-24 17:52:17 -06:00
jonathansadowski
ebbf6b9d2e
Merge branch 'add/2021-compat' into add/2021-compat-my-account-page
2020-11-24 17:45:43 -06:00
Nestor Soriano
6fef73f469
Fix overlapping elements in shop items.
2020-11-24 15:36:14 -08:00
jonathansadowski
2f3701739d
Merge pull request #28395 from woocommerce/update/2021-compat-cart
...
Twenty Twenty-One: Cart Page
2020-11-24 17:09:41 -06:00
Christopher Allford
333e2e5137
Merge pull request #28333 from woocommerce/add/2021-compat-single-product
...
Add single product page compatibility for Twenty Twenty-One
2020-11-24 15:09:14 -08:00
Jonathan Sadowski
50690010c6
Adjust the margin around display of variable product price on single product page
2020-11-24 17:01:20 -06:00
Christopher Allford
73a9d865f1
Removed bullet points from shipping method selection during checkout
2020-11-24 14:56:15 -08:00
Jonathan Sadowski
cbe07cf35e
Make tabs look tabby
2020-11-24 16:49:16 -06:00
Christopher Allford
0e8e15645d
Corrected cart page according to design
2020-11-24 14:44:42 -08:00
Christopher Allford
d343527949
Corrected the "on sale" badge display
2020-11-24 14:06:04 -08:00
Jonathan Sadowski
3aeab3571e
Fix height of add to cart button
2020-11-24 15:53:58 -06:00
Christopher Allford
c3a940be6f
Merge pull request #28343 from woocommerce/update/twenty-twenty-one-home-page-css
...
Add home page compatibility for Twenty Twenty-One theme
2020-11-24 13:45:45 -08:00
Jonathan Sadowski
fb4b9db3f1
Remove cart padding; set proceed to checkout button width to 100%
2020-11-24 14:48:17 -06:00
jonathansadowski
9ebb754195
Merge branch 'add/2021-compat' into fix/28304
2020-11-24 14:17:40 -06:00
Christopher Allford
3921ac3b50
Adjusted the dark mode
2020-11-24 11:08:44 -08:00
Christopher Allford
4795ee86dd
Adjusted the checkbox
2020-11-24 10:35:10 -08:00
Christopher Allford
fa47b11816
Adjusted the checkbox visibility
2020-11-24 10:19:24 -08:00
Nestor Soriano
71d85558ef
Changes on "My Account" menu items based on mockup from designer:
...
- Even darker
- Smaller font
- Reduce space between items
- Un-bold
2020-11-24 16:24:36 +01:00
vedanshujain
ede094bba8
Removed old styles that conflicts with new.
2020-11-24 17:12:17 +05:30
Nestor Soriano
14af0c432b
Fixes in the "My Account" page for 2021 theme
...
- Adjust padding under the "My Account" title (was too big)
- Adjust color of menu items (was too light)
- Adjust thickness of underline on menu items hover (was too thick)
- Add some space between the "Hello" line and the next paragraph
2020-11-24 11:02:59 +01:00
vedanshujain
a0b999191e
Merge fixups
2020-11-24 14:26:23 +05:30
Christopher Allford
9d61226987
Fixed the apply_coupon button
2020-11-23 21:50:19 -08:00
Christopher Allford
a9601fbebf
Added appropriate styling to checkout page
2020-11-23 21:26:31 -08:00
Jonathan Sadowski
9d4d419d1c
Remove non-WooCommerce specific h2 styles
2020-11-23 16:50:29 -06:00
jonathansadowski
f88c19c3af
Merge branch 'add/2021-compat' into update/twenty-twenty-one-home-page-css
2020-11-23 16:20:11 -06:00
Jonathan Sadowski
e86889b080
Remove non-WooCommerce specific wp-block-cover styles
2020-11-23 16:17:21 -06:00
Jonathan Sadowski
4016b58142
Calculate width for product li; improve smaller viewport
2020-11-23 16:07:04 -06:00
vedanshujain
528e7b7d91
More style fixes
2020-11-24 00:40:01 +05:30
vedanshujain
08ec8d2547
Style fixes for cart page for 2021 theme.
2020-11-24 00:39:54 +05:30
Jonathan Sadowski
6240b41215
Update badge to have dynamic width
2020-11-23 10:41:01 -06:00
Jonathan Sadowski
313b2bd073
Update styling for homepage category
2020-11-23 00:24:11 -06:00
Jonathan Sadowski
b92c528540
2021 Compat: Update the style of the "sale" badge
2020-11-22 22:44:56 -06:00
Rodrigo Primo
aa2565b4d7
Start adjusting the product categories widget in the home page for the 2021 theme
2020-11-19 18:15:18 -03:00
Rodrigo Primo
31914b52d7
Adjust font-weight of the section titles in the home page for the 2021 theme
2020-11-19 18:15:18 -03:00
Rodrigo Primo
673b50b4fd
Fix the layout of banner in the home page for the 2021 theme
2020-11-19 18:15:10 -03:00
Jonathan Sadowski
192611980a
Improve content-area padding at smaller viewports
2020-11-18 13:39:38 -06:00
Jonathan Sadowski
bf92437b23
Improve margin beneath short description
2020-11-18 13:25:53 -06:00
Rodrigo Primo
5c8491c862
Remove jQuery code that does nothing
...
This commit replaces a block of jQuery code that I believe does nothing. I found it while starting the work to make our JS code compatible with jQuery 3 as it uses jQuery.fn.keyup() which has been deprecated.
As far as I can understand, this block of code is supposed to change the focus to the coupon description when the user hits the tab key while the focus is on the title field. It doesn't work because the keyup event is not fired for the tab key. The current behavior is that when the user hits the tab key, the focus changes to the "Generate coupon code" button, and if the tab key is pressed another time, the focus changes to the description text field. Which seems fine to me and that is why I'm suggesting we remove this code instead of fixing it.
I believe it was added in this c15b8e817c
commit six years ago and unfortunatelly the commit doesn't provide much information on why it was added.
2020-11-17 14:39:55 -03:00
Jonathan Sadowski
a05e55d119
Improve the readability of cart confirmation
2020-11-17 09:48:42 -06:00
Jonathan Sadowski
07d8855488
Fix related products alignment at lower breakpoints
2020-11-17 09:37:56 -06:00
Jonathan Sadowski
655166b6da
Adjust margin on price, related product h2, and variations table
2020-11-17 09:04:25 -06:00
Christopher Allford
ea888a4a21
Revert "Added support for file in checkout ajax."
2020-11-16 09:04:15 -08:00
Jonathan Sadowski
0f85f1d754
Fix save payment method checkbox in checkout
2020-11-16 09:23:56 -06:00
Jonathan Sadowski
67b3d1c5fb
Fix stretched product admin images
2020-11-14 10:27:42 -05:00
Jonathan Sadowski
58e4b01f06
Apply related products fix to all products
2020-11-13 15:22:22 -05:00
Jonathan Sadowski
996736bf97
Display block overlay on checkout
2020-11-13 14:59:11 -05:00
Jonathan Sadowski
45515928c6
Darkmode support on checkout payment box
2020-11-13 14:53:19 -05:00
Jonathan Sadowski
0e92af159d
Fix additional info spacing #28272
2020-11-13 11:14:22 -05:00