alexvandervegt
Forum Replies Created
-
Forum: Plugins
In reply to: [WP REST Yoast Meta] NvmDone
Is support for this plugin death?
Forum: Plugins
In reply to: [WP REST Yoast Meta] json ld dataYeah ofcourse, did not thought about that.
Thanks!
Forum: Plugins
In reply to: [WP REST Yoast Meta] json ld dataI found the problem, your hook is excuted before mine.
When i adjust
add_action( ‘init’, [ $this, ‘register_rest_prepare_hooks’ ] );
to
add_action( ‘init’, [ $this, ‘register_rest_prepare_hooks’ ], 50 );
Everything works as expected. Is this something you can change?
Forum: Plugins
In reply to: [WP REST Yoast Meta] json ld dataThis is perfect!
Since you are in fire, I have another question, I do not see the yoast meta and json ld appear for custom post types in the wp rest api?
Forum: Plugins
In reply to: [WP REST Yoast Meta] json ld dataThanks! Please give me a headsup when its done ??
Forum: Plugins
In reply to: [REST Gutenberg] ACF supportDo you plan to release this feature?
Forum: Plugins
In reply to: [REST Gutenberg] ACF supportSure, this is the output of an ACF block in Gutenberg
{ blockName: "acf/teaser", attrs: { id: "block_5d8b73de2cc55", name: "acf/teaser", data: { title: "Vaatwassers", _title: "field_5d8b7356f46db", image: 26507, _image: "field_5d8b735ff46dc", links_0_link: { title: "Afzuigsysteem", url: "https://domain.com/test/afzuigsysteem/", target: "" }, _links_0_link: "field_5d8b7373f46de", links_1_link: { title: "BORA Professional 2.0", url: "https://domain.com/test/test-professional-20/", target: "" }, _links_1_link: "field_5d8b7373f46de", links: 2, _links: "field_5d8b7368f46dd" }, align: "", mode: "preview" }, innerBlocks: [ ], innerHTML: "", innerContent: [ ] }
For example the image field only has an id, where the acf output has a whole image array. Also the links field only has an integer where is should be an array.
- This reply was modified 5 years, 2 months ago by alexvandervegt.
- This reply was modified 5 years, 2 months ago by alexvandervegt.
- This reply was modified 5 years, 2 months ago by alexvandervegt.
Forum: Plugins
In reply to: [Advanced Custom Fields: Widget] Widget does not see my ACF field groups.Please read the manual, this plugin is adopted in ACF 5+ no need for it anymore.
Forum: Plugins
In reply to: [Advanced Custom Fields: Widget] Need some help with your documentationYep
Forum: Plugins
In reply to: [Advanced Custom Fields: Widget] Need some help with your documentationYou need to follow this guide:
Or this one if you use ACF 5+:
But please note my plugin is not needed anymore in ACF 5+. Its adopted by ACF itself.
Forum: Plugins
In reply to: [Advanced Custom Fields: Widget] Seems broken with ACF 4.4.3Thats because you did not make any ACF groups i think, please read the readme supplied in the previous post carefully.
Forum: Plugins
In reply to: [Advanced Custom Fields: Widget] ACF front end widget filed issueHi Yorgos,
This is not a regular widget, this plugin is created to develop new widgets using ACF.
More information can be found here:
https://www.directbasing.com/resources/wordpress/advanced-custom-fields-widget/
Forum: Plugins
In reply to: [Advanced Custom Fields: Widget] ACF front end widget filed issueOk, can you post your code so I can have a look?
Forum: Plugins
In reply to: [Advanced Custom Fields: Widget] ACF front end widget filed issueWhich version of ACF are you using?