Andreas Lagerkvist

Results 9 issues of Andreas Lagerkvist

I'm trying to prevent a link with a `route-href` attribute from navigating to the new URL. When I configure the router to use `hashChange` instead of `pushState` it works fine....

Would be great if they were separate files so that you can include the basic theme without the fullscreen feature for low res.

Would you consider adding support for Yoast SEO? When you make changes to meta titles/descriptions etc? We've had issues with clients accidentally adding noindex to certain post type archives etc...

I'm experiencing some weird behaviour after having created a repeatable field group which has 3 rich text editors. I'm using the PHP API to create my fields, and in short...

Like the title says; If you add, then remove, and then re-add a field it doesn't appear in the admin. Example: ```

When adding a dropdown field using the PHP API the last value in the dropdown gets duplicated in the top. With this code: ``` simple_fields_register_field_group('sections_group', array( [...] array( 'slug' =>...

Any chance you could add support for scroll-padding?

enhancement

I can't find anything in the documentation, or quickly browsing through the plugin code. ChatGPT was no help either. Is there any way to enable the copy/paste functionality for fields...

feature request

Would you consider adding a filter around the $data that is sent to Red_Item::create()? It would need to take the $data and the $post_id. Use case is that we want...