Reply To: [Assigned] Conditional by post-date
Dear Jared, You are completely right, at the moment its only possible to do this with a custom date field. Im going to post a request to the developers for adding this in a future release. Please let...
View ArticleReply To: [Waiting for user feedback] Page redirect issue with Types and...
It should'nt rewrite anything. The only thing I know it does is add a /en, /fr or /nl indicator; which it does for every page except this custom post type one.
View ArticleReply To: [Assigned] CRED repeating field: customize (Add Another) and...
Dear Hassan, This feature has been scheduled for CRED 1.3. I will close this thread for now and if you find problems in next version, please open a new thread. Please let me know if you are satisfied...
View ArticleReply To: [Assigned] Search page problem
Dear Kristin, I don't think Types has the chance to interfere here. The thing is that what you describe sounds like normal behaviour, what do you expect the $post variable to have? Have you tried...
View ArticleReply To: [Waiting for user confirmation] Limit number of characters input to...
Yes good idea thanks. Is validation on the to-do list at all out of interest?
View ArticleReply To: [Assigned] Taxonomy in field table
Dear Khurram, I will get in touch with our developers to see the current status of this feature. Please let me know if you are satisfied with my answer and if I can help you with any other questions...
View ArticleAdding Bespoke Types
Hi, I was looking for a way to support a client who needs a new field type which will basically be a text field populated with data from a JavaScript based system on a page. I came across the section...
View ArticleReply To: [Assigned] Attaching a link of a PDF to a featured image
Dear Mark, Lets say you have created 2 custom fields: pdf-thumbnail and pdf-file. The code you need in your View Template is: <a href="[types field="pdf-file" raw="true"][/types]"> [types...
View ArticleReply To: [Waiting for user confirmation] Rewrite Urls
Hi Just to let you know i used the above plugin and it worked on some posts but it couldn't help with the structure like /aga-cookers/aga-intelligent-management-system where aga cookers is the parent...
View ArticleReply To: [Waiting for user confirmation] Changing Children Template when...
Problem fixed. Thank you for your help !
View ArticleWordPress 3.6 + Types
Just updated to wordpress 3.6 and All single fields have gone from custom fields on pages. This might be a huge issues with some people, so i'm going to hold off updating until you're able to bring...
View ArticleFilter view results with wordpress menu
I'm trying to achieve something similar to your ecommerce example but I want to use a menu to filter specific items in a taxonomy rather than using a parametric search. My site is for sports related...
View ArticleReply To: [Assigned] New to views
Dear TalT, What do you mean by "page view" and "post view"? Can you show me a screenshot to clarify? Thanks, Caridad
View ArticleReply To: [Assigned] Rewrite Urls
Dear Chris, There is a possible conflict/collision for a URL structure without using the post type slug. By default, WP does not allow this by design because the post type slugs are there to isolate...
View ArticleReply To: [Assigned] How to translate default labels for parametric search
Dear Hassan, I have opened a ticket for the developers to register this string for translation. Meanwhile, have you tried with something like this? [wpv-control taxonomy="manufacturer" type="select"...
View ArticleReply To: Target = blank for cred form
Also I can't seem to get this hook to work. add_filter('cred_success_redirect_707', 'custom_redirect_for_form_with_id_707',10,3); function custom_redirect_for_form_with_id_707($url, $post_id,...
View ArticleReply To: [Assigned] php integration of views
That should work Gary. I've done something very similar before. Can you do var_dump($ID); So that you are sure you get the ID correctly? If you are getting the ID back correctly, you may try this...
View ArticleReply To: [Waiting for user confirmation] Comments not showing
Hi, WP_DEBUG is returning nothing to do with the Types plugin.
View ArticleReply To: [Assigned] php integration of views
Hi Stanislav - This is the code I am using in my single-portfolio.php page: <?php $ID = types_render_field( "sidebar-select-view", array( "raw" => "true")); $title = get_the_title($ID);...
View Article