sringwood
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Feature RequestsYes, I can work around it. Thanks
Forum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Feature RequestsI am using the Kadence theme.
Here is an example of what I am talking about: https://kadence.nevetssoftware.com/custom-layout/
I have not selected a font size for the teaser text and am expecting it to be 20px, instead it is 16px and from the Firefox inspector the size comes from /wp-content/uploads/custom-layouts/style.css?ver=9 and this rule
.cl-template h1, .cl-template h2, .cl-template h3, .cl-template h4, .cl-template h5, .cl-template h6, .cl-template div, .cl-template span, .cl-template a, .cl-template p, .cl-template img, .cl-template em, .cl-template big, .cl-template small, .cl-template strike, .cl-template strong, .cl-template b, .cl-template u, .cl-template i, .cl-template section { margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal; font-style: inherit; font-size: 16px; /* font-family: inherit; */ vertical-align: baseline; text-decoration: none; line-height: 1.2; color: inherit; border-style: solid; overflow-wrap: break-word; word-break: break-word; font-family: Arial, Helvetica, sans-serif; box-shadow: none; }
Thanks
SteveForum: Plugins
In reply to: [Custom Layouts - Post + Product grids made easy] Feature RequestsI wish that the included CSS did not set things (unless set by the user) like font family, font size and such so that theme settings are honored.
Forum: Plugins
In reply to: [Block Pattern Builder] Missing patternsFigured out the issue in the 5.5 beta, the function to register a pattern is now register_block_pattern()
Would be nice to be able to categorize the patterns
Forum: Plugins
In reply to: [Block Pattern Builder] Missing patternsTried the plugin in 5.5 Beta. Allows creating the pattern, but like above, it does not show in the list of available patterns when creating content and adding a block.