Peter Jaap Blaakmeer

Results 96 issues of Peter Jaap Blaakmeer

Getting this error; ``` Uncaught Error: no such method 'openModal' for modal widget instance ``` Fixed it by replacing; `html.modal('openModal');` with; `popup.openModal();` It looks to me this is backwards compatible...

This package is deprecated: https://github.com/fzaninotto/Faker This is its successor; https://github.com/FakerPHP/Faker

Using the proposed change, we can add a submenu by making a multi-dimensional array; ``` $options = [ 'House' => [ 123 => 'Task 1', 124 => 'Task 2', 125...

We have a modified design for one of our clients and the logo block doesn't exist anymore. We now get this warning; ``` Fatal error: Uncaught Error: Call to a...

Right now, there's no easy way to disable rich snippets / opengraph aside from copying the `yoastseo.phtml` and `schema.phtml` into your theme and removing all code in those files. This...

And/or phtml. I'm terrible at frontending.

enhancement
good first issue