Mike Hemberger

Results 30 issues of Mike Hemberger

Button is not showing up in a repeatable group field with a WYSIWYG sub field.

![screen_shot_2017-06-15_at_3_51_49_pm](https://user-images.githubusercontent.com/540990/27199095-cb737c40-51e2-11e7-81dc-b414f5a67082.png) 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...

help wanted
needs:documentation

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....

type-feature
component-shortcodes

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 =...