Brian Coords
Forum Replies Created
-
Forum: Plugins
In reply to: [MightyShare - Auto-Generated Social Media Images] PHP NoticesYes thanks!
Noting here that I’ve seen similar issues – the latest update loads some opinionated sitewide CSS that is causing issues.
Forum: Fixing WordPress
In reply to: WordPress 6.3 fluid typography being ignoredYes that helps! In our case we were using css variables as the values for
layout.contentSize
andlayout.wideSize
but it looks like the issue goes away if I just put the pixel values for now.Thank you for adding the link here.
Forum: Fixing WordPress
In reply to: WordPress 6.3 fluid typography being ignoredWe’re seeing the same thing – wondering if you were able to resolve it?
Forum: Themes and Templates
In reply to: [Understrap] including from childtheme functionsCan you update your code like this and see if it works:
require_once get_stylesheet_directory() . '/inc/my-algo.php';
and ensure the the
my-algo.php
file is sitting in your child theme’s/inc/
folder?You may be able to do something like this:
[type=button],[type=reset],[type=submit],button{-webkit-appearance:none}
to override the button appearance.Understrap is and will remain free.
Please update to the latest version to see if that fixes your issue.
Forum: Plugins
In reply to: [CB Custom Beaver Builder Modules] Button list: three of four lost formattingSorry for the trouble! This is addressed in 1.5.9
Forum: Plugins
In reply to: [CB Custom Beaver Builder Modules] Translations ?That’s a great idea. I’ll see what I need to do.
Forum: Reviews
In reply to: [CB Custom Beaver Builder Modules] this is worth a bunch of money!!Thanks for the review!
Forum: Reviews
In reply to: [CB Custom Beaver Builder Modules] Great additional OptionsField connections added in version 1.5!
Forum: Plugins
In reply to: [CB Custom Beaver Builder Modules] SCOUT MODULEHey thanks for the question. I’m pretty sure it has to do with the way the CSS gets cached by Beaver Builder. For now you should be able to put 0px into the offset option as an override, but I’m going to address this with an update in the next day or two.