Erik van der Bas

Results 179 comments of Erik van der Bas

Can you share a minimal git repo and steps on how to configure the database to recreate this specific issue? Without it we can't do much unfortunately. The functionality you...

So you used Timber at school @MrFortnite1111, that is so nice to hear! Also glad that you were able to solve this issue with some help. Database related issues are...

Hi @webdobe , welcome! It might be the case that an empty menu causes issues in `$context['menu'] = Timber::get_menu();` from the [StarterSite class](https://github.com/timber/starter-theme/blob/f0d6acf966680997a843a6cb811599c6954ebb88/src/StarterSite.php#L44). Normally you would use `Timber::get_menu()` in combination...

@timber/rangers , it seems that using ` Timber::get_menu();` without any parameters can cause this issue. Obvious fix would be twofold: - update starter theme to include a menu location and...

Moved the issue to the starter theme. The changes to fix this are in place, we just need to do some final checks on the code and release a new...

Hey @jasalt , if you want, you can open a PR 👍 @szepeviktor , thanks for debugging!

But them you would also need to set the error message. I would stay true to ACF as close as possible and handle validations yourself via the aforementioned filters.

Hi @alexsoluweb , @Log1x currently has full access to the repo and was willing to take a look at the outstanding PRs although he was struggling to find the time...

Hi @janklubus , feel free to submit a PR for this feature. And if you need any help with that, we can always point you in the right direction.