I was working on localhost at that time, but have since made the revised website live. In that support thread I provided descriptions of my custom posts and how they are related along with screenshots.
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop>
[wpv-post-body view_template="Loop item in View for Award Badges"]
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[/wpv-no-items-found]
[wpv-layout-end]
My Problem
As you can see on this page: hidden link
The wrong award badge is being displayed (see screenshot). It is for a different attorney.
See screenshot of the Award Badge custom post (which is being displayed on the page) showing the taxonomy set to "Rubin" and the relationship set to Rubin also.
I want the page to reference the URL query string "?l=441" and pull in only award badges which share the same 'Attorneys' taxonomy as attorney associated with that query string.
The purple badge is for the wrong lawyer. It should be showing an orange badge for this lawyer. In the duplicator package there are only two badges. You may have to create one or two new test badges for your experimentation. But when you go to Attorneys > Doug Peters, you get a page with his photo and his award badge.
Then scroll to bottom and choose any of the other page listed under More About .... and you get a new sub-page for him and it too has his photo and his award badge.
If you go to Notable Cases > Doug Peters, you get his photo and award badge, but it is not working properly when you go to and of the sub-page options from there, like Child Sexual Molestation. The photo is correct, but the award badge is not.
I believe that you may need to create a new view for this and use a different method of filtering it.
Because this page hidden link is a taxonomy archive.
I'm not sure how this page was build so i'm not able to do a proper trace but from what I can see this is going to require a completely different view filter to display the correct information.
Most of the development on this was done by Toolset staff (Ana Couto) as a paid custom job. So I don't understand it either. I really never did any of the Toolset stuff until I started to work on this.
Can you help me figure out how to do the new view?