Jonathan Stegall

Results 119 comments of Jonathan Stegall

In #334, we changed the client side code duplication to a server side template. This needs to be done on this branch, too.

The CSS part of of #327 is included in ab7f51ba45f1d4ad7c5a64a02ef0898865d36850.

Start: a90abb8d03cdbb3efede2901e675cd29fb1e789b

The thing to note is that it should be possible if we can get the parameters right, because usually the `wp_remote` methods end up using curl anyway. The possible deal...

Off the top of my head, I don't remember, but the only thing I can think of is maybe the ability to manually run a push/pull would be nice. Push...

In #471, I've added some work that I hope will begin to make this possible to fix. It may not address all the cases where this is a problem, but...

Well here's one way of doing this that I've been testing. In the `head` of my document: ``` const arcAds = new ArcAds({ dfp: { id: 'myid' } }); window.addLazyLoad...

@pm-harshad-mane yes, I think this ended up being what we use. I ultimately made a [WordPress plugin](https://github.com/MinnPost/arcads-dfp-acm-provider) that uses this library.

As a test, I tried running this combination of filters, but I think [this criteria](https://github.com/Automattic/Co-Authors-Plus/blob/master/co-authors-plus.php#L404-L423) prevents it from running. It does cause a PHP error because default author is not...

One way that does appear to work is to change the `coauthors_meta_box` method after it runs the already existing default user filter. I'm not sure what implications this might have,...