codemonkeynorth
codemonkeynorth
Hi @zaus i think you already are aware of this (it's on the homepage instructions). the only solution I can find on the back end is to add this function...
Hi, I was just looking at the docs and I couldn't see a way to alter the image data? (eg `setPixel(x,y, rgba)` etc) Was wondering if I missed something? Essentially...
**Expected behavior** `itemProp`, `itemScope` and `itemType` should be created on elements **Observed behavior** javascript error for `itemprop`, `itemscope` and `itemtype` on html elements **Steps involved to reproduce the problem** add...
* install `intervention/image` and `intervention/imagecache` with composer => observe error with QueryBuilder (PHP 8.0) ```php Rareloop\Lumberjack\QueryBuilder::get(): Return value must be of type Tightenco\Collect\Support\Collection, Illuminate\Support\Collection returned in QueryBuilder.php line 177 at...
is there any difference between: `await transform.DOScale(1, 1).ToUniTask(cancellationToken: token);` and `await transform.DOScale(1, 1).WithCancellation(token);` Presumably the first one can be assigned to a variable and returned ? Thanks
We are currently using this https://github.com/joppuyo/acf-image-aspect-ratio-crop which creates a field type `image_aspect_ratio_crop` I can seemingly use it by adapting `FieldFactory.php` ``` case 'image': case 'img': case 'image_aspect_ratio_crop': //
would be good if we could get a `Group` field in the library as far as I know it just prefixes `groupname_` so if eg my Group is `hero` and...
Hi, I've got an image within a flexible content block and I'm trying to get its ID so I can pass it to a WP function ``` $blocks = $post->acf->flexibleContent('flexible_content_blocks');...
(as noted here https://wordpress.org/support/topic/use-custom-permalink-of-custom-taxonomy-archive-producing-404/#post-9952476) if Custom Post Type has a custom rewrite slug, then this plugin breaks when ticking `"Use custom permalink of custom taxonomy archive"` you can go to...
From previous tests I believe `?[hash]` without an actual querystring parameter does not necessarily decache. Is there a simple option to change the pattern to use eg `?h=[hash]` or `filename.[hash].ext`...