Erik van der Bas

Results 30 issues of Erik van der Bas

Related: - #2873 ## Issue The Timber\Post::factory() is private and thus cannot be overwritten. So there was no way to alter the query to get the children. ## Solution Added...

2.0

### Expected Behavior ```php $this->meta('related_project'); $projects = $this->meta('related_project', [ 'transform_value' => true, ]); // Projects is still now an array instead of id's ``` ### Actual behavior When a field...

bug
2.x Future

As discussed recently with the Timber core team, we have come to the conclusion that a lot of tickets/feature requests are about how we handle image in Timber. This ticket...

2.x Future

Related: - #2682 ## Issue > As discussed in #2676, we could add a `User::profile_link()` method that get’s the link the profile admin page if a user is logged in....

> Gotcha, in my case, I never uses the footer.php solution in my 100+ timber projects :D So I think running those two hooks mimics that. I self-assigned this to...

Now Timber 2.0 is released I went though this repo and written down the things that could use some love. I could create a PR for 1,2, 4,5 and cleanup...

help wanted
2.x

I am working with block.json files in WordPress. This is a preview on how such a block looks like: https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/ It seems that poedit is not able to extract this...

Feature Request

Hi and thank you for this code! I am currently using this in a WordPress project and ran into two issues. I will make to seperate issues to cover this....

I ran into an error where Geocoding returned null when there was actually an error with my API key and restrictions. I finally found out when debugging the `Reponse` Class....

Related: - #2041 ## Issue When you render a post preview in a dynamic block this will cause an infinite loop. ## Solution When fetching the content from the excerpt...