Bigul Malayi
Forum Replies Created
-
Dear neskiclaims & zorzi,
Please let me know the following to track the issue.
1) Your WordPress version
2) PHP version and OS
3) Your theme
4) Other Plug-ins you are using
5) Do you had the same issue with Types 1.2.*[ Signature moderated. ]
Dear bykastar,
It will be hard to achieve. Also note that setting value as 0 will interpret as date 01-01-1970.
[ Signature moderated. ]
Dear enoquenroll,
Sorry it is not possible. Because it is related to our new feature “User Fields”.
[ Signature moderated. ]
Dear webdevbytes,
Types already having “T” icon in Editor toolbar area, please check this image for an example http://d7j863fr5jhrr.cloudfront.net/wp-content/uploads/2011/10/project-edit.png.
It will only display for Custom Post Types or Post/Page having Types Custom Fields.
Please let me know your feedback.
[ Signature moderated. ]
Dear bykastar,
Please describe little more about your issue.
[ Signature moderated. Bigul? You really need to disable that auto signature. ]
Dear th3wildcard,
I can replicate the issue. It is a WordPress behavior. Please add following code in your functions.php of theme to add custom post types to tag & category archives.
<br /> if ( ! function_exists( 'include_custom_post_types' ) ) {<br /> function include_custom_post_types( $query ) {<br /> if ( ! is_preview() && ! is_admin() && ! is_singular() ) {<br /> $args = array(<br /> 'public' => true ,<br /> '_builtin' => false<br /> );<br /> $output = 'names';<br /> $operator = 'and';</p> <p>$post_types = get_post_types( $args, $output, $operator );</p> <p>$post_types = array_merge( $post_types, array( 'post' ) );</p> <p>if ($query->is_feed) {<br /> } else {<br /> $my_post_type = get_query_var( 'post_type' );<br /> if ( empty( $my_post_type ) )<br /> $query->set( 'post_type', $post_types );<br /> }<br /> }<br /> } }<br /> add_action( 'pre_get_posts', 'include_custom_post_types' );<br />[ Signature moderated. ]
Dear Jan Dembowski,
Sorry. I was not aware about it and will not repeat it in future.
[ Signature moderated. ]
Dear th3wildcard,
It is a rare issue. Therefore can you please try it after deactivating other plug-ins(Please take a back up before doing this). If issue exists swicth to default 2012 theme and check.
Please let me know your feedback.
[ Signature moderated. ]
Dear th3wildcard,
Please let me know the following and steps to replicate the issue to track and debug it.
1) Your WordPress version
2) Your Types version
3) PHP version and OS
4) Other plug-ins you are using
5) Your theme.[ Signature moderated. ]
Dear kryvulena,
Thanks for the information.
Please share your mail id. I will contact you.
[ Signature moderated. ]
Dear kryvulena,
Please describe more about third-party CPT’s authors. Which plug-in you are using for this purpose.
Hope you are using latest version of WordPress and Types.
[ Signature moderated. ]
Dear jmichaeledwards,
Please check following links. Hope it will help you.
http://codex.wordpress.org/Post_Type_Templates
http://wp-types.com/documentation/user-guides/creating-wordpress-custom-post-archives/
[ Signature moderated. ]
Dear stephc,
Easy solution for this will be add * symbol with field tittle like the following.
FIELD TITLE <span style=”color:red”>*</span>
Other wise you need to edit the code. We will try to include a simple solution for this soon.
[ Signature moderated. ]
Dear f4k0rg077,
Hope you are using Types repetitive image field. Please let me know the following to track the issue.
1) Your WordPress version
2) Types version you are using
3) Other Plug-ins
4) Your Theme
5) Your OS and PHP version.[ Signature moderated. ]