AAPF Filter group is not in widget section
AAPF Filter group is not in widget section
AAPF Filter group is not in widget section
Custom Dynamic Tag in Elementor not showing image
I had a look at the wp-block-page-list block rendering callback and it doesn’t seem to provide any nice filters for this. The callback uses get_pages() for getting the list of pages, which means you can use get_pages_query_args and get_pages filter hooks to modify the pages query and the pages list. The difficult part here is … Read more
How to delete widget in WordPress?
How do I cause plugin patterns to appear in the widget areas?
Trying to insert widget code into theme function
I think you could do this with using the dynamic content of Elementor Pro. With the loop grid, there is an option to do a custom query with the query id. From that you would just write. a PHP snippet to do exactly as you are looking for. It may be necessary to also create … Read more
Multiple wp.editor in a custom widget using JQuery
An error with a status code of 500 is an internal error. So there is something wrong with your theme. Your server logs should give you the error. You can find out how to access them from your server hoster. Please take a screenshot of them and update your question.
As pointed out in the comments it’s currently not possible to use the navigation block in a widget. I missed the section in the GitHub issue where they explain more detailed that simply enabling the block wouldn’t solve the problem.