Might have an issue with 2.8
-
Hi Guys, ..
I’ve modified the USER, and added five new POD Fields.
HOME CITY – (social link one) (social link two) and also included a local aviator field.I’m using the bbPress forum plug-in (latest build.)
Was working, but not now: the problem is that the text-input-fields aren’t showing in the forum profile screen.This is one part of the output html when using the CITY profile editor screen.
<div class="pods-submittable-fields"> <div class="pods-form-ui-field pods-dfv-field pods-dfv-field--unloaded"> <span class="pods-dfv-field__loading-indicator" role="progressbar"></span> <script type="application/json" class="pods-dfv-field-data" data-pod="user">{"htmlAttr":{"id":"pods-form-ui-pods-meta-your-country","class":"pods-form-ui-field pods-form-ui-field-type-text pods-form-ui-field-name-pods-meta-your-country","name":"pods_meta_your_country","name_clean":"pods-meta-your-country"},"fieldType":"text","fieldItemData":[],"fieldConfig":{"object_type":"field","storage_type":"post_type","name":"pods_meta_your_country","id":1,"parent":24,"group":"5618","label":"Your country","description":"Your country of origin, simply used for boasting rights only.","weight":0,"type":"text","required":"0","text_allow_shortcode":"0","text_allow_html":"0","text_allowed_html_tags":"strong em a ul ol li b i","text_max_length":"255","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","text_repeatable":"0","post_status":"publish","sister_id":"-- Select One --","help":"","default":null,"attributes":null,"class":"","grouped":0,"output_options":null,"text_placeholder":"","groups":[],"fields":[],"item_id":1},"fieldEmbed":true,"fieldValue":""}</script> </div> <p class="description pods-form-ui-comment pods-form-ui-comment-pods-meta-your-country"> Your country of origin, simply used for boasting rights only.</p> </div>
This is the output when using the built in WP Editor, the text-fields- show, but they are painfully slow to load.
<div class="pods-submittable-fields"> <div class="pods-form-ui-field pods-dfv-field pods-dfv-field--loaded"> <script type="application/json" class="pods-dfv-field-data" data-pod="user">{"htmlAttr":{"id":"pods-form-ui-pods-meta-your-country","class":"pods-form-ui-field pods-form-ui-field-type-text pods-form-ui-field-name-pods-meta-your-country","name":"pods_meta_your_country","name_clean":"pods-meta-your-country"},"fieldType":"text","fieldItemData":[],"fieldConfig":{"object_type":"field","storage_type":"post_type","name":"pods_meta_your_country","id":1,"parent":24,"group":"5618","label":"Your country","description":"Your country of origin, simply used for boasting rights only.","weight":0,"type":"text","required":"0","text_allow_shortcode":"0","text_allow_html":"0","text_allowed_html_tags":"strong em a ul ol li b i","text_max_length":"255","pick_post_status":["publish"],"admin_only":"0","restrict_role":"0","restrict_capability":"0","hidden":"0","read_only":"0","roles_allowed":["administrator"],"rest_read":"0","rest_write":"0","rest_pick_response":"array","rest_pick_depth":"2","unique":"0","text_repeatable":"0","post_status":"publish","sister_id":"-- Select One --","help":"","default":null,"attributes":null,"class":"","grouped":0,"output_options":null,"text_placeholder":"","groups":[],"fields":[],"item_id":1},"fieldEmbed":true,"fieldValue":""}</script> <span></span><div class="pods-field-option"><div class="pods-field-option__field"><div class="pods-dfv-container pods-dfv-container-text"><input type="text" id="pods-form-ui-pods-meta-your-country" name="pods_meta_your_country" data-name-clean="pods-meta-your-country" class="pods-form-ui-field pods-form-ui-field-type-text pods-form-ui-field-name-pods-meta-your-country" placeholder="" maxlength="255" autocomplete="on" value=""></div></div></div></div> <p class="description pods-form-ui-comment pods-form-ui-comment-pods-meta-your-country"> Your country of origin, simply used for boasting rights only.</p> </div>
Hope it makes sense.
Any pointers, greatly appreciated, ..
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Might have an issue with 2.8’ is closed to new replies.