Skip Navigation

[Resolved] showing same info where not asked for

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 7 replies, has 2 voices.

Last updated by martinP-13 4 years, 10 months ago.

Assisted by: Nigel.

Author
Posts
#1435843

you should have my login details from previous tickets
this page here hidden link scroll down to the red boxes where it shows judges for all 4 judges it shows the kc affix mallowdale working, it should on show for mr i openshaw as that is the only judge with that affix , mr l marson should show affix test 1.
the view to show the judges is hidden link
that pulls in from hidden link

i cnnot get this to work no matter what i do? van you assist please?

#1436161

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

I logged in to your site and looked at the Views, but I'm not sure what I'm looking at, both Views are to query intermediate post types, and I'm not sure what your objective is to be able to understand why it is not working.

Could you please elaborate the post types and relationships that are relevant to this question, and what you are trying to display, given your starting point of a single Judge post.

#1436273

each event has numerous judges usually 2 or 4 . each judge has a kennel affix (usually 1 but is unlimited) .

so on each judges pagei want to view the events they are related to (events to judge relationship ) next to each judge for that event i want to view the kc affix that is in the relationship to the judge. (kc affix is the post tpye and had relationship to judges)

i hope that helps to understand

thankyou
maritn

#1436311

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

My understanding is that your post types are arranged in relationships like so:

Events     Judges     KC Affix
    \       /  \       /
     \     /    \     /
      (int)      (int)

On a single Judge page you want to display a list of Events the Judge participates in, and for each of those Judges show the related Kennel Club Affix.

So for that you need 3 Views.

The outermost View shows Events, and includes a relationship filter to show Events related to the current Judge.

You will presumably output the title of the Event.

You will then need to insert a nested View which displays the Judges related to the current Event.

In the output section of that View, below the Judge title, you will then want to insert another nested View, which this time queries related Kennel Club Affix posts.

There shouldn't be any need to query intermediate posts for this.

#1436623

as you suggest above is how i have it.... it doesn,t output anything for the affix though.....(if i select intermediate in the affix on judge child i at least get something showing but that setting the kc affix to all judges...)

here you will see .....
hidden link
scroll down to JUDGE TRIAL RESULTS in the red box it has judge name (correct) there book number and panel (correct) then it has the label "affix" , no info is shown after ,the label comes from the view "affix on judge child"

so the create all this i have
"view to show all events related to a judge" ,nestled inside this i have,
"view to show all judges on judges page" ,nestled inside this i have,
"affix on judge child"

everything works except for the last view......

every works fine and has been fine for ages i just wanted to add this afffix part.....

view to show all events related to a judge can be found here : hidden link

"view to show all judges on judges page" can be found here : hidden link

"affix on judge child" can be found here : hidden link

many thanks

#1436989

resolved
"view to show all judges on judges page" can be found here : hidden link
i was using
[wpv-view name="affix-on-judge-child" wpvrelatedto="[wpv-post-id item='@kennel-club-affix-judge.child']"]
rather than
[wpv-view name="affix-on-judge-child" wpvrelatedto="[wpv-post-id item='@events-judge.child']"]

thanks for assitance

#1437481

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Martin

I re-visited your page and can see it looks correct, I'm glad you got it working.

I think we can close here.

#1437993

My issue is resolved now. Thank you!