Brian Gardner
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Powder] sticky headerThis was a feature added in the latest update.
Forum: Themes and Templates
In reply to: [Powder] sticky headerCan you provide a link to your site?
Forum: Themes and Templates
In reply to: [Frost] complete layout change after Frost updateHi @sbase, just wanted to circle back to confirm things are working after the Zoom call we had to go through this. If so, would you mind marking this as resolved? Thanks!
Forum: Themes and Templates
In reply to: [Frost] Logo Margins and Padding in Site HeaderHi Glenn. Do you have a public link you can share so I can see what is going on?
Forum: Themes and Templates
In reply to: [Frost] No Customization in Navigation SubmenusOut of the box, the screenshot below shows the Frost color scheme: Base, Contrast, Primary, Secondary, Neutral:

Looking at your CSS, it appears your color scheme has been customized (likely through Site Editor or theme.json) and is shown as this:
--wp--preset--color--primary: #24418f;
--wp--preset--color--secondary: #e4524e;
--wp--preset--color--tertiary: #ffefdb;
--wp--preset--color--main: #000000;
--wp--preset--color--base: #fff;Forum: Themes and Templates
In reply to: [Frost] No Customization in Navigation SubmenusSomewhere along the way something must have changed—you now have a color of Main, as seen in this CSS variable: var(–wp–preset–color–main).
Forum: Themes and Templates
In reply to: [Frost] No Customization in Navigation SubmenusDid you delete (or change the name of) the Contrast color in the theme? That is what is used for the background color of that submenu, and when checking our your site, it appears the
var(--wp--preset--color--contrast)no longer exists. (Hence why the submenu is now transparent.)Forum: Themes and Templates
In reply to: [Frost] Homepage vs FrontpageHi, unfortunately there are some caveats with the way WordPress handles Front/Home page templates. If you are looking to have a page on your site that displays posts, my recommendation would be to unset the (Set to Posts Page) setting first. Then, inside of your blank page, add a pattern—choosing from the Posts category, which allows you to insert the Query pattern that comes with Frost.
Forum: Reviews
In reply to: [Avant-Garde] Excellent!Thanks, glad you are enjoying it. Appreciate the review!
Forum: Themes and Templates
In reply to: [Powder] How Powder is different from Frost theme?Marking this as resolved.
Forum: Themes and Templates
In reply to: [Powder] How Powder is different from Frost theme?Frost is an experimental theme (owned by WP Engine) that requires the Gutenberg plugin and also includes that library of patterns you mentioned. Powder is a scaled back, stripped down version, meant to serve as a base theme (for child themes, forking, etc) and is one that I personally own. Powder is a fork (itself) of Frost, so there are a lot of similarities, and is also production ready.
Forum: Themes and Templates
In reply to: [Powder] Styling of dropdowns on Archive pageIt would be helpful if you were able to provide a screenshot or link to one.
Forum: Themes and Templates
In reply to: [Powder] Styling of dropdowns on Archive pageYes, the styling of the drop down is handled by the
selectelementForum: Themes and Templates
In reply to: [Design Mode] Blog pageYou could simply create a page called Blog (/blog/) and add your own query loop (via pattern) into that without even needing the Settings > Reading > Posts page option set.
Forum: Themes and Templates
In reply to: [Design Mode] Blog page@helenadenley I think you may have found a bug in the theme. Can you do me a favor and go to the Site Editor > Archive template, click the Query Loop block and then in the right sidebar look for Settings > Inherit query from template and enable it? I believe this will resolve your issue with all posts showing on archive pages. LMK if this works, and if so, I’ll update the theme.