Commit graph

57 commits

Author SHA1 Message Date
Jason Crist
5bd54019bf
fg2 is not always set (#7569) 2023-12-20 14:04:04 -05:00
Jason Crist
b5de7d829f
Default featured images to false and leverage theme mod values that have already been set (#7567)
* Default featured images to false and leverage theme mod values that have already been set
* defaulting all options to be available, defaulting page display to false (or previous theme mod value)

Co-authored-by: Aurorum  <43215253+Aurorum@users.noreply.github.com>
2023-12-20 13:43:42 -05:00
Aurorum
448a2ecbaa
Varia: Include Jetpack Content Options (#7518)
* Varia: Fix Jetpack Content Options

* Ensure options take effect
2023-12-05 13:09:18 +00:00
Jason Crist
caa5ae2c88
Add appearance tools to all Varia themes (#6428) 2022-09-01 12:01:24 -04:00
Jason Crist
c02fde2b1b
Revert "Added block template support to Varia. (#4250)" (#4262)
This reverts commit 5870dcd995.
WP.com doesn't seem ready for this change yet. Reverting until it is.
2021-07-21 10:44:20 -04:00
Jason Crist
5870dcd995
Added block template support to Varia. (#4250) 2021-07-21 09:47:30 -04:00
Jeff Ong
4fab218a0e
Varia: remove unused comment walker (#3989)
* Remove unused class.

* Remove require comment walker.
2021-06-03 08:41:55 -07:00
Danny Dudzic
9bce516afc Varia: Fix fatal 2021-02-24 02:26:27 +01:00
Ben Dwyer
5a410e23c4 All Themes: Fix whitespace in functions.php 2021-02-18 10:17:16 +00:00
Ben Dwyer
2173942579 Color Annotations: Check for the existence of color annotations in a more robust way 2021-02-12 21:06:40 +00:00
Maggie Cabrera
1ce2e3c545 explicitedly required the color utils file to avoid uncaught errors on child themes 2021-02-10 17:00:08 +01:00
Maggie Cabrera
1804b460e8 script version numbers tied to theme version 2021-02-10 12:55:13 +00:00
Maggie
21071c342e Update varia/functions.php
Co-authored-by: Jeff Ong <jeff.ong@automattic.com>
2021-02-10 12:55:13 +00:00
Maggie Cabrera
b0b8e02b77 Varia refactor and css variables built into hever 2021-02-10 12:55:12 +00:00
Ben Dwyer
1174b184f4 Varia: Add a customiser option to show featured images on pages 2021-02-09 15:16:27 +00:00
Maggie Cabrera
eab6fe30c8 fixed ponyfill routes 2021-01-29 17:22:46 +00:00
Maggie Cabrera
e55ac69b87 added IE11 ponyfill 2021-01-29 17:22:46 +00:00
Maggie Cabrera
a2fb202b0d css variable approach to color annotations 2021-01-29 17:22:45 +00:00
Ben Dwyer
afc9ab312a remove support for link color as this will need extra code to get it working properly 2021-01-29 09:37:21 +00:00
Ben Dwyer
ae13b4e606 Add support for newer Gutenberg features to Seedlet and Varia themes 2021-01-29 09:33:23 +00:00
Jeff Ong
8e579c3776 Remove duplicate and improve function namespacing. 2021-01-20 15:55:12 -05:00
Kjell Reigstad
007f935b85 Begin refactor to more closely match #2985 2021-01-12 08:49:08 -05:00
Enej Bajgoric
ebe631590d Optimization: Only add the mobile nav script if using enbale_side_menu is set. 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
Maggie Cabrera
ca60017dfd lock scroll when mobile menu is open 2020-12-17 11:36:48 +01:00
Ben Dwyer
657657bc5f Move the option to the menu setion 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
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
24cf9893c1 Update the Alves theme to have the mobile nav on the side. 2020-12-17 11:36:47 +01:00
Maggie Cabrera
ca6a66889d fixed inheritance for pullquote bg color 2020-09-23 09:25:16 +02:00
Allan Cole
4dc9ce461f
Varia: Code tidying. 2020-05-21 12:14:31 -04:00
Allan Cole
c3a11f8970 Varia: Revise conditionals to fix array offset issue, cody tidying. 2020-05-21 12:07:32 -04:00
Allan Cole
e4d50634b5 Varia: Code tidying. 2020-05-05 13:08:17 -04:00
Allan Cole
5ba5693b41 Varia: Clean up conditional statment. 2020-05-05 10:33:49 -04:00
Allan Cole
a28de42a7b Varia: Remove unnecessary editor colors. Code tidying. 2020-05-04 17:54:31 -04:00
Allan Cole
fc0e76c5ca Varia: Adding custom color values to editor palettes.
- Keeping the grey variant colors to prevent disruptions in existing sites.
2020-05-01 16:44:24 -04:00
Weston Ruter
8fee6913ab
Skip skip-link-focus-fix in AMP 2019-11-11 01:02:35 -08:00
Takashi Irie
b54ed42378
Merge pull request #1563 from Automattic/enhancement/add-wc-support-alves
Alves: Add WooCommerce support
2019-10-31 15:37:37 +00:00
Allan Cole
754a4c466d Varia: Restore featured images for Pages (v2) 2019-10-30 11:17:12 -04:00
Allan Cole
04af4330b8 Merge branch 'fix/varia-issue-1461' into fix/varia-issue-1461-v2 2019-10-30 11:05:45 -04:00
Allan Cole
eba34038e2
Merge pull request #1565 from Automattic/fix/varia-fix-1488
Varia: Restore the “Skip cropping” option to custom-logo setup.
2019-10-28 15:27:42 -04:00
Allan Cole
4dc9e2e29b Merge branch 'master' into enhancement/add-wc-support 2019-10-24 11:14:13 -04:00
Andrés
a8de6d3282
Update global styles namespace (#1550) 2019-10-24 15:07:27 +02:00
Allan Cole
6d6f41c0fd Varia: Restore featured images for pages, add support for Jetpack content-options. 2019-10-23 19:14:37 -04:00
Allan Cole
594ac257d3 Varia: Add “Skip cropping” option to site-logo setup. 2019-10-23 13:02:46 -04:00
Allan Cole
1d9a9ead93 Varia: resync with master. 2019-10-21 13:44:57 -04:00
Andrés
d7b68f0e51 Varia: declare support for Global Styles 2019-10-15 12:06:11 +02:00
Allan Cole
63670b1c6d Varia: Restructure WC styles to only appear when WC is active 2019-10-09 18:27:31 -04:00
Allan Cole
5aebca6fe9 Varia: Remove featured image support for Pages 2019-10-01 12:16:23 -04:00