jozik
Forum Replies Created
-
Hi Scalary,
can you say which WP version you used to get that warning?Thanks,
SrdjanRight, images uploaded using Types can be found in Media Library and deleted as any other image.
Hi Nathan,
can you describe little more how are you using posts_nav_link()?
= Which theme you’re using?
= Which template is calling navigation?
= Are there enough posts created to get navigation?Default WP themes work fine with custom post navigation.
Thanks,
SrdjanHi Mark,
thanks for your feedback.We’re currently working on optimizing Types.
It would help if you can tell:1. What Types do on slow page? (rendering fields, conditionals…)
2. How many fields are on page? (rendered)
3. Are fields single or repetitive?
4. Any logs
5. Anything else you find useful…Thanks
Fixes are added for next release for both issues.
Thanks.Fixes are added for next release for both issues.
Thanks.We reviewed Types initialization code. With new update (released very soon) your issue should be fixed. After we release it: can you confirm that functionality is back? Thanks.
You’re right, some part of code is reviewed and not working same as before.
1. We enabled do_shortcode support when ‘raw’ is TRUE. Do you think it should be enabled only for WYSIWYG ield type in RAW mode?
2. Do you suggest to allow writing 0 value for Numeric field?
On which screen it happens?
Can you attach screenshot?Thanks
Hi nikklone, we included fix for this.
is_array( $fields )
is needed in few places.Thanks, we included fix for this too.
About second one – you’re right and fix is added.
Hi sophos,
about first comment – look for code:$passed = wpcf_cd_admin_compare( $condition[‘operation’],
$value, $condition[‘value’] );That’s where $passed is possibly set to TRUE.
Thanks, fix is added.