jozik
Forum Replies Created
-
Types use default WP settings. Do you think it do not match concerning comments? Did you have this working when registering post type outside of Types?
Which filters are you adding manually?
If I understand – it’s about ordering meta boxes on post edit page?
We had thoughts on that, but for now user can move boxes using built-in drag and drop.
By previous system you think of:
1. some other installation
2. same installation before Types plugin activated?Is problematic post type created using Types plugin?
You had this problem before Types?
Does WP version differs from issue to issue?Hello, are you using Views with Types?
Types itself for now can’t manage custom shortcodes inside shortcode property.We noticed that error and we’re working on improving post relationship fields code.
Will post here soon about fix.We’re working on improving repeater fields code.
Added this to our queue and will post here soon about fix.
ThanksChild post is essentially clone of WP’s $post.
I think it is not instance of class you need.echo get_the_post_thumbnail( $child_post->ID, ‘post-thumbnail’, $attr = ” );
Can you create some debug output so we can see what is in there?
print_r($child_post->fields);Can you try adding prefix ‘wpcf-‘ if field is created with Types plugin?
Is that field with multiple values or single value (non-repetitive field)?Thanks, I’ll pass to our team.
Hello Sebastian,
I’ll pass your suggestions to team.About other:
– Clicking “Add Another Field” …
I just tested it and see it’s working fine.
Can you exactly desribe step-by-step how to reproduce error?Thanks for reporting this.
Is numeric field only field type you’re having problem with?
Do you use latest Types and CPTUI version?Hello misgwd,
for now it is handled by Views plugin.You are having problems just with Types WYSIWYG or with WP editor too?
Tutorial you linked to is looking right.
Do some other formatting appear to be wrong or just line breaks?
I can’t keep formating 100% as I want due to WP editor restrictions.