Mike Hemberger
Mike Hemberger
Button is not showing up in a repeatable group field with a WYSIWYG sub field.
 The config could be something like: ``` 'parent_slugs' => array( 'parent_shorcode_slug' ), ```
**Is your enhancement related to a problem? Please describe.** We are currently testing ads.txt on a multisite install where we'd like each subsite to have the option of separate ads.txt...
First off, thanks for this library, it seems extremely useful! When generating images to be used as a background image (Cover Block, etc) there are 2 requirements in order to...
Using the release/2.3.0 branch but it may happen with master too? I have `[sc_events_list category="webinars-featured" display="upcoming" number="200"]` on a page. There are currently NO upcoming events in "Webinars Featured" calendar...
Re: https://github.com/awesomemotive/sugarcalendar-core/issues/225#issuecomment-983998461 1. The `[sc_event_list]` shortcode and `sc_get_events_list()` function should be allowed to pass multiple statuses. We have a need where we want "upcoming" AND "in-progress" in the same list....
Per a discussion with JJJ, this was working at one point but is no longer fully-functional. A great scenario is using a WooCommerce shop for free/paid events, where the products...
I'm not sure if this is a PHP 8.x thing or not, but the line here: ``` __( 'Welcome to Shared Counts. Please see %1$the documentation%2$s for more information.', 'shared-counts'...
### Is your enhancement related to a problem? Please describe. Right now alt text generation fails when basic authentication is enabled because OpenAI (or whichever provider) can't access the image...
We need to set _all_ of the properties at the start of the class. ``` public $global_groups = array(); public $no_mc_groups = array(); public $cache = array(); public $mc =...