Reply To: [Assigned] View not showing new items
When you're logged in, click on the "Suppliers" option on the menu to see the list of Suppliers. It shows 3 instead of 5. Click on one, then click on the blue "Edit _____" button. That brings up what...
View ArticleEdit product forms for custom price plans not working
Hi, Just a follow-up from this thread: http://wp-types.com/forums/topic/custom-views-and-edit-product-forms-for-price-plans/#post-206599 Since creating the new plans the supplied code no longer works....
View ArticleHow to check for widget view_id so it is not affected by pagenavi_paged()?
I am using the pagenavi plugin for pagination but, I have a problem with sidebar Views. I am using the code suggested by you and Caridad for setting the page number in functions.php. In main content...
View ArticleReply To: [Resolved] Review system how to get average rating
Yeah! I only wish you were doing it THIS month!
View ArticleReply To: [Resolved] Review system how to get average rating
Yup, I already had two others who were hoping I did it last year and beginning 2014. But with writing tutorials I don't make a living, so I have to prioritize too ;-).
View ArticleReply To: [Resolved] Review system how to get average rating
I understand, just wanted to add my two cents. Will look forward to it.
View ArticleReply To: [Assigned] Image link to a different image in lightbox
Dear David, You need to enable PHP debuggin as well, please check here how to do that: http://wp-types.com/documentation/user-guides/debugging-types-and-views/ I need to see the error when this blank...
View ArticleReply To: [Waiting for user confirmation] Google Map in Content Template
Sorry to be stupid – I read that, and I understand how to call latitude and longitude!!!! What I don't understand is how to "make" a Google map from this…. I think I misunderstood what the Google Maps...
View ArticleReply To: [Assigned] Many to Many Display Issue
Dear Vince, I think your relationship is wrong, see what I mean: 1) You have Tunnel CPT page 2) You want to show coaches and tunnels of the current Tunnel 3) You need to insert a View filter by Child...
View ArticleReply To: [Assigned] Link 2 types of custom posts
Dear Arul, Let's solve the problems one by one. About the problem with $my_field4, try to see in the database table post_meta to understand how is was it stored there, because I don't understand it as...
View ArticleReply To: [Assigned] Wrong WooCommerce Views shortcode values are showing
Dear Willem, It is really strange, I want to help you but I can not reproduce this one, unfortunately. See attached image, I see the same data logged and non logged.
View ArticleEmbedded types not working, custom fields duplicated
My client called with an issue with being unable to update fields from custom post types. I have had the types plugin turned off, and the definitions loaded though embedded types. When I look in the...
View ArticleReply To: [Assigned] Google Map in Content Template
Dear Pickup, The part that will add the map in the view is that: <wpv-loop> <li data-marker-title="[wpv-post-title]" data-marker-lat="[types field="latitude"][/types]" data-marker-lon="[types...
View ArticleReply To: [Waiting for user feedback] Network Error (tcp_error)
The problem when I test it locally is that it keeps running the script forever… like a loop, it never ends, it never shows anything. If I send you a copy of my DB, could you check it?
View ArticleReply To: [Waiting for user confirmation] How to exclude a specific custom...
Excellent, thanks Adriano, you are amazing! I am very grateful for your help and can see how it is working now, thanks
View ArticleReply To: [Waiting for user feedback] Image link to a different image in...
Hi Again, I've enabled most of those, not quite sure what I should be looking for though, so help would be great, thanks.
View ArticleHow to display an image in a child posts (for repeating fields)
I have been able to show the post title and basic text ('feature-icon') in a repeating custom field group (via child posts) but I cannot show the image ('feature-icon'). I tried using the same code...
View ArticleReply To: [Waiting for user confirmation] How to check for widget view_id so...
Does get_current_view() return the view name, slug, or view_id? I was hoping to get the view_ID but, I guess either will do. Thanks, Jeff
View ArticleReply To: [Waiting for user feedback] Link 2 types of custom posts
For now, the category IDs are 3 and 4, depending on the selected $my_field1. There will be more as I keep adding them.
View ArticleReply To: [Assigned] How to check for widget view_id so it is not affected by...
Hmm, when I do this: function pagenavi_paged($query) { global $WP_VIEWS; if (in_array('cnsv_member_profiles', (array)$query->query_vars['post_type'] ) ) { $paged = get_query_var('paged') ?...
View Article