Comparison not parsing to URL
Hi I'm trying to create a comparison using the tutorial at this link: http://wp-types.com/documentation/user-guides/creating-side-by-side-feature-comparison-with-views/ I have made the listing with...
View ArticleReply To: [Assigned] Still waiting for a solution for striplashes
Dear Kathy, There is a new release of Types planned for today with this fix included. Please let me know if you are satisfied with my answer and if I can help you with any other questions you might...
View Articlesliders: Having problems with DOM id´s Generated..
/* Plugin Name: WP Views Plugin URI: http://wp-types.com/ Description: When you need to create lists of items, Views is the solution. Views will query the content from the database, iterate through it...
View ArticleReply To: [Waiting for user confirmation] Setting the post content value...
Thanks Luo for the prompt response.. It works perfectly, but only when the post_content field is a part of the form. If I excluded it from the form nothing is saved in the field. What I want to do is...
View ArticleReply To: [Assigned] plugins data duplicate themselves after post content
Dear Louam, Change the code to the following so that shortcodes are also processed: add_shortcode('raw-content', 'raw_content_shortcode'); function raw_content_shortcode() { global $post; return...
View ArticleReply To: [Assigned] demo downloader- getting error
Dear MeiT, I tried with the Magazine theme and its works fine. I think you can ignore that error can you check if it worked anyway? Please let me know if you are satisfied with my answer and if I can...
View ArticleReply To: [Waiting for user confirmation] Front end filters search by keyword
Yea, im actually doing that, I have a field that has the title info, along with the actual post title. So If I have a text field, How do I have it search by keyword on a text custom field?
View ArticleHow to redirect a user after deleting a post by CRED shortcode?
Hi, The delete-link created by CRED shortcode works fine to me, but after deleting the post, the user still see the post (which is not logic) so i'd like to redirect him to a certain page. How could...
View ArticleReply To: [Assigned] Front end filters search by keyword
Dear Timothy, All changes only in " View Query – Choose what content to load" section. Please don't touch "View Layout – Edit the layout" section this time. For first you need to modify "Custom field...
View ArticleReply To: [Waiting for user confirmation] Front end filters search by keyword
Ok, not sure if I follow still. So I have a field called "wpcf-menu-item-title" that I created to put the names of menu items in for a restaurant menu. Those are the fields I want to have the user...
View ArticleReply To: [Resolved] Is it possible to use Users as children of posts?
Max, I have a similar set up as your, though maybe not as large. How I have solved this for my purposes is basically this. Members (companies) of our association are set up as a custom post type. Each...
View ArticleReply To: [Assigned] CRED Create Post form does not display correctly in IE
I don't know what was causing the form to display improperly in IE, but I resolved the issue by going back and creating a new form and inserting it on the page. The first time I tried this it failed....
View ArticleReply To: [Assigned] Meta HTML box in a View edit page doesn\'t save
Dear Kareem, Try following the instructions here to resolve your problem: http://wp-types.com/faq/why-do-i-get-a-500-server-error-when-editing-a-view/ Please let me know if you are satisfied with my...
View ArticleReply To: [Waiting for user confirmation] Parent/Child CPT Permalink...
Great, that seems to have worked. I'm almost able to achieve the functionality required, I wonder if you can help me on the conditional mentioned above...
View ArticleReply To: [Resolved] CRED Create Post form does not display correctly in IE
Update. On all the forms where I had this problem, I had some text and a couple of links (to help files) above the shortcode for the forms. I simply went in and place a line feed /CR (hit the Enter...
View ArticleReply To: [Assigned] Displaying views in CRED forms
Dear Simon, Im trying all sorts of different combinations between views and forms and I never get the memory error. Can you send me admin access to your test site or a dump of the database to my email...
View ArticleReply To: [Assigned] Layout view not saved
Dear Jean-Philippe, I dont think there is a problem between ACF and Types because they both use postmeta, but with different naming. But it could be. In Types you can control other plugins fields with...
View ArticleReply To: [Assigned] Parent/Child CPT Permalink Structure Problem
Dear dmfzw, The name of the attribute is used as the name of the variable: [wpv-if type="wpcf-type" evaluate="$type = 'country'" debug="true"]Show Country Template[/wpv-if] Please let me know if you...
View ArticleReply To: [Assigned] In a WPMS site, are taxonomies and custom post types...
Dear David, They are available site by site. To make it easier, you can use embedded types and views in a theme and it will auto-import some settings for you. Take a look here:...
View ArticleViews: Removing top pagination?
I'm trying to put pagination at the bottom of a view, and it works with the following code: [wpv-pagination] … code … [/wpv-pagination] But I can't remove the pagination from the top (Meta HTML). Or...
View Article