Jeff Ong
62eb7d9fbc
Rebase trunk.
2021-01-05 11:44:16 -05:00
Jeff Ong
ebdcfd06a8
Remove margin from quote block.
2021-01-04 13:05:28 -05:00
Jack Lenox
c5bf1b94fe
Varia: update child themes re overflow: scroll
...
See #2842
2020-12-18 15:06:41 +00:00
Maggie Cabrera
440ed6c8fe
changed versions
2020-12-17 12:11:27 +01:00
Maggie Cabrera
4f92864c65
fixed woocommerce toggle with adminbar and marketing bar present
2020-12-17 11:36:48 +01:00
Enej Bajgoric
048cacb060
Fix the admin-bar top spacing.
...
This was tested on the .com side to make sure that whent he admin bar is used the top spacing works as expeted.
2020-12-17 11:36:48 +01:00
Enej Bajgoric
98068e6a77
Rebuild all the other themes
2020-12-17 11:36:48 +01:00
Enej Bajgoric
f22159e815
Fix position of the menu button, update support for woo nav to work the same way as regualar nav
2020-12-17 11:36:48 +01:00
Enej Bajgoric
ca1ba9919f
Simplify: Refactor functions to just include one function that adds the 3 required filters/actions
2020-12-17 11:36:48 +01:00
Enej Bajgoric
5fc14b6351
Revert the border-radius change since it is not needed any more.
2020-12-17 11:36:48 +01:00
Maggie Cabrera
1fcc23c790
display contents solution
2020-12-17 11:36:48 +01:00
Maggie Cabrera
9996c9caba
compiled styles
2020-12-17 11:36:48 +01:00
Maggie Cabrera
ddc961c071
changed menu container selector
2020-12-17 11:36:48 +01:00
Maggie Cabrera
e60a1e0050
styles for dropdown menu
2020-12-17 11:36:48 +01:00
Maggie Cabrera
aedfbd8616
used template areas for menu layout
2020-12-17 11:36:48 +01:00
Enej Bajgoric
1306582c8a
Only add the container class if we are in the new enable_side_menu mode since it could casue issues with backwards compatiblity and css
2020-12-17 11:36:48 +01:00
Enej Bajgoric
70c96b52de
Fix the menu container class.
2020-12-17 11:36:48 +01:00
Enej Bajgoric
58728625ce
Use css grid to style the side nav
2020-12-17 11:36:47 +01:00
Enej Bajgoric
ecec58072b
Move functions to after theme setup call
2020-12-17 11:36:47 +01:00
Enej Bajgoric
11cbcc675b
Move functions to Varia add customizer control
2020-12-17 11:36:47 +01:00
Enej Bajgoric
69d57b8758
Update scss files to be more DRY
2020-12-17 11:36:47 +01:00
Enej Bajgoric
626ba8c1b6
Updates to take into accout the theme switch.
2020-12-17 11:36:47 +01:00
Enej Bajgoric
6c078f86fc
Updates to take into accout the site logo & when the menu is not there.
2020-12-17 11:36:47 +01:00
Enej Bajgoric
7fa2ec4ff3
Include the varia_mobile_nav_on_side function in all the themes.
...
This makes sure that the user will not get a PHP warning if theu are not running the latest version of varia that has that function.
Since varia doesn't have that feature enabled this PR removes the function as well.
2020-12-17 11:36:47 +01:00
Enej Bajgoric
5e371dd302
Update the Morden theme to have the mobile nav on the side.
2020-12-17 11:36:47 +01:00
Ben Dwyer
955e49eb9b
update version numbers
2020-11-30 20:17:39 +00:00
Milind More
8c8ce86c9f
GH-2847 Adds Morden Theme as reader theme.
2020-11-23 16:50:34 +05:30
Jason Crist
c69defa26b
Returning .pot files to git version control
2020-11-12 09:36:04 -05:00
Jason Crist
0f3883049b
Removing Resources excluded via .gitignore
2020-11-11 17:30:23 -05:00
Maggie Cabrera
3ab69f56ec
changed default value for get_theme_mod
2020-11-11 13:10:17 +01:00
Maggie Cabrera
66505e491e
bumped versions again because gh was behind svn
2020-11-11 11:05:17 +01:00
Maggie Cabrera
7659640926
bumped versions up
2020-11-11 10:58:33 +01:00
Maggie Cabrera
7a7ae0c509
fixed conditional class not working corectly
2020-11-11 09:57:33 +01:00
Ben Dwyer
da967ec349
Merge pull request #2786 from Automattic/udpate/varia-version-numbers
...
Update version numbers for all varia themes
2020-11-06 18:55:01 +00:00
Ben Dwyer
8557e178df
Update version numbers for all varia themes
2020-11-06 18:52:51 +00:00
Ben Dwyer
bb993271d6
add support for site logo in the header to morden
2020-11-06 11:47:35 +00:00
Ben Dwyer
952143998c
stack the site logo on alves and hever
2020-11-06 11:34:30 +00:00
Ben Dwyer
2e234b79a6
Merge pull request #2764 from Automattic/fix/1722-body-open-header
...
Add ‘wp_body_open’ hook to Varia Child themes
2020-11-04 17:42:01 +00:00
Ben Dwyer
38f63adc59
Merge pull request #1666 from Automattic/update/1142
...
Varia child themes: Adjust license information
2020-11-04 17:19:51 +00:00
Jason Crist
e7bc0b3bab
Add ‘wp_body_open’ hook to Varia Child themes
...
RE: #1722 all themes should have the wp_body_open() call made
immediately after the body is opened.
https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook
This change adds that support to all of the Varia child themes that have
a custom header. (Varia parent theme had already been enhanced.)
2020-11-04 10:25:13 -05:00
Jason Crist
335e240b1e
Compiled Varia Child Themes to address #2257 .
...
Fix for Varia was previously put in place with this change: https://github.com/Automattic/themes/pull/2654
This change compiles that into all of the Varia child themes.
2020-10-22 14:29:09 -04:00
Noah Allen
2b1de5eef9
Fix editor styles for verse block for all varia child themes ( #2661 )
2020-10-21 16:05:44 -07:00
Ben Dwyer
709fbc5596
rebuild all child themes
2020-09-24 17:08:28 +01:00
Maggie Cabrera
1666d8c814
fixed messed up varia+children versions
2020-09-24 12:40:49 +02:00
Maggie Cabrera
ca6a66889d
fixed inheritance for pullquote bg color
2020-09-23 09:25:16 +02:00
Ben Dwyer
fb21619e46
Merge pull request #2469 from Automattic/fix/varia-building
...
Varia: Make the build jobs sequential
2020-09-17 16:05:32 +01:00
Ben Dwyer
405023f6ef
fix version numbers for varia child themes
2020-09-17 15:46:15 +01:00
Ben Dwyer
ab4c2c91d4
Varia: Make the build jobs sequential
2020-09-17 14:14:00 +01:00
Ben Dwyer
697db260e7
update RTL numbers
2020-09-16 14:22:26 +01:00
Ben Dwyer
d7a5aba5b2
update all varia children
2020-09-16 14:12:30 +01:00