Chuck Reynolds

Results 11 issues of Chuck Reynolds

I don't see any options for post formats... to noindex them or if we choose to index them, anywhere to add meta information for them? Am I missing something or?

[Type] Enhancement
[Extension type] Free
[Extension Manager]

I see that issue #192 has already mentioned the `40rem` doesn't work on some iPhones... I typically use 42... but I'm asking if we can get a couple breakpoint variables...

improvement
Hacktoberfest

### Version info **Milligram:** `"milligram": "^1.3.0",` **Other (e.g. normalize.css, node.js, npm, bower, browser, operating system) (if applicable):** `"node-normalize-scss": "^3.0.0",` `"node-sass": "^4.9.0"` ### Expected behavior Images would shrink vertically along with...

Hacktoberfest

### Version info **Milligram:** `"milligram": "^1.3.0",` **Other (e.g. normalize.css, node.js, npm, bower, browser, operating system) (if applicable):** `"node-normalize-scss": "^3.0.0",` `"node-sass": "^4.9.0"` ### Steps to reproduce It's not a bug; it's...

improvement

This plugin seems to load core js files on frontend regardless if option `Enable Asset Loading Restrictions` is true: * `/wp-includes/js/underscore.min.js` * `/wp-includes/js/backbone.min.js` Also add in: * `/wp-content/plugins/custom-contact-forms/wp-api/wp-api.js` These don't...

Instead of using `[all_fields]` I need the email notification a little customized... adding html around the fields works fine but when there's a Paragraph Text field; the content within it...

if form success = true notify slack channel

enhancement

https://github.com/JacksonBates/tweet-delete-bot/blob/a8d1b2173ed5b2e7a8751bf24ea68ee72bf74183/src/screen_name.js#L1

readme says `Stable Tag: 1.4` https://plugins.svn.wordpress.org/batcache/tags/1.4/readme.txt readme in github says `Stable Tag: 1.2` file says `Version 1.2` in 1.4 branch https://plugins.svn.wordpress.org/batcache/tags/1.4/batcache.php _i haven't diff'd files with what's on wp repo...

I've tried setting the Sender with phpmailer_init action but that did nothing. ``` php function mail_return_path( $phpmailer ) { $phpmailer->Sender = '[email protected]'; } add_action( 'phpmailer_init', 'mail_return_path' ); ``` Any help...