Manoj Kumar

Results 13 comments of Manoj Kumar

Here you go, an array of three objects: [ { "type": "Annotation", "body": [ { "type": "TextualBody", "value": "haagagag", "purpose": "commenting" } ], "target": { "source": "http://image-annotator.local/wp-content/uploads/2022/07/5uk2x0pg-scaled.jpg", "selector": { "type":...

![image](https://user-images.githubusercontent.com/11471878/177860499-2621b77c-c5c6-4ca0-8d09-4a94e7f3690d.png) I am making this plugin for WordPress, it is working fine after some initial debugging. But when I output this in the frontend, there are these errors. You can...

The removeChild errors are gone but only the iterable error persists: ![image](https://user-images.githubusercontent.com/11471878/177881635-981ac9be-d5bd-47c5-99ff-568e895f022a.png) Not sure how the control goes magically to undefined when until the last line it's in the memory:...

> The demo link currently returns 404 for me. > > Hm, difficult to say what's going on here. Looks like the problem has something to do with the annotation...

> To be certain, are you asking just which would be better? or which would actually succeed? Asking because we may not be able to necessarily say which field type...

> I wonder what's coming in as parto f the `format_parts` array that's coming from the `$args['form_format']` on line 339. I guess after Google redirects the page URL: https://website/profile/?code=big_code&scope=email+profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+openid&authuser=1&prompt=consent The...

> `cmb2_print_metabox_form` takes an array of `$args` as the third param and `form_format` is one of those args. So first place to check is what's being passed in in the...

> Can you provide us w/ the code that's in `wp-content/themes/freeio-child/template-jobs/misc/profile-form.php`? Yeah, sure. ```php

Thanks, @jtsternberg You are a star. Much appreciated!