2 problems that have popped up ? they used to work just fine,
1) here hidden link under result you see awaiting info as the 1st line.
this should show stake. the stake is added to the event here hidden link .
the view being used is /home/gundogworldco/public_html/wp-content/themes/simply-responsive-cp/tribe-events/single-event.php
the shortcode is <?php echo do_shortcode( '[wpv-view name="View-to-show-stakes-on-an-event"]' ); ?>
this used to work fine im unsure why it has stopped working ?
2) here hidden link
under HISTORICAL TRIAL RESULTS , judges you will see awaiting info 1111
the judges are set for the event here hidden link .
the view being used is /home/gundogworldco/public_html/wp-content/themes/simply-responsive-cp/single-dogs.php
shortcode <?php echo do_shortcode( '[wpv-view name="view-to-show-all-events-related-to-adog"]' ); ?>
again ,this used to work fine im unsure why it has stopped working ?
Hi Martin,
Thank you for contacting us and I'd be happy to assist.
1. View "View to show stakes on an event"
( /wp-admin/admin.php?page=views-editor&view_id=11606 )
I noticed that this view was set to skip the first two results.
( screenshot: hidden link )
This means that results will start from the number 3 item and if the number of results is 2 or less, then no results will be shown.
2. View "View to show judges from an event - child"
( /wp-admin/admin.php?page=views-editor&view_id=11584 )
This view is set to show results ordered by the value in the custom field "judge panel proper".
( screenshot: hidden link )
But none of the 4 "Events Judge Intermediary Posts" which are related to the event "MUNCASTER GUNDOG CLUB", have any value stored for this field, which is why they're not being considered in the results.
( screenshot: hidden link )
To make this work, you can either ensure that all event-judge posts have a value stored in the "judge panel proper" field or use a different field for ordering the view's results.
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
My issue is resolved now. Thank you waqar