I have the following custom types: "advert", "print" and "concert". The adverts are many-to-many related to the prints and also many-to-many to the concerts. They represent historical sources - adverts can be linked both to concerts and prints.
Currently I'm stuck at designing the template to display a single advert - besides the normal advert fields it needs to hold a loop view for the concerts (which works) but also a loop view for the prints (which doesn't show the related items).
If I switch to show all prints regardless of relationship, they are displayed. But if I select to display only the related items, nothing shows up.
I've put in an image to prove that I have not only a concert but also a print related (I've used a simple example with one advert, one print and one concert related to each other in order to isolate the issue).
What am I missing here?
Hello,
The problem you mentioned above is abnormal, please check these:
1) Make sure you are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/
2) In case it is a compatibility problem, please deactivate all other plugins, and switch to WordPress default theme 2021, deactivate all custom PHP/JS code snippets, and test again
If the problem still persists, please provide a test site with the same problem, also point out the problem page URL and view URL, I need to test and debug it in a live website, thanks
My issue is resolved now. Thank you!