[Résolu] Repeating field groups not displaying regardless of conditions
This support ticket is created Il y a 1 année et 6 mois. 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.
Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.
Tell us what you are trying to do? Display the repeating field groups of the "day schedule" and "session details" on their respective "Event" post. "Session details" is set within the "day schedule" repeating field group.
I had this set up and it was working in my local environment but when I went live it stopped working. I tried changing the conditional parameters for the view but nothing fixed it. Right now the "day schedule" view is set to display based on the post where the view is, with the "session details" view set to display based on the current post in the loop (and is placed within the "day schedule" loop). When I choose to make the "day schedule" display based on it's specific relationship it doesn't fix it.
Here's an event page where it should be showing the schedule details (click on the "Event Schedule" accordion to see) lien caché
The post field group is here: lien caché
The "Session details" view is here (this view is inside the loop of the "day schedule" view): lien caché
The "Day schedule" view is here: lien caché
Hello. Thank you for contacting the Toolset support.
Can you please share admin access details and let me check whats going wrong with your setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
There is no entry available with the repeating field group "Day Schedule". What if you try to add few repeating field group items for this group and then check if its working or not.
Not sure what happened—I had entries present for those field groups when I cloned the site to this staging environment. I just added some entries and as you'll find, it's still not working. I have tried every combination of query filters that make sense to me.
I spent an hour trying to make it work before contacting support, so please take a look again. I'm sure I'm missing something simple, but it's not from a lack of effort.
I'm using the Cornerstone builder in the Pro theme by Themeco to manage most of the CPT templates. You can see that one specifically by going here: lien caché
Once you're in that edit screen you'll need to choose the event you want to preview by clicking the ext link icon in the upper right corner, filter by event post type, and then choose the specific event. (see screenshot).
To view the contents of any element, just click on it and drill down to where you need. Let me know if you need anything else.
Sure thing. If you scroll down to the accordion that says "Event Schedule" and click on it, the sidebar context will change and you'll see a content box in the sidebar that says, "click to edit". Click on that and it will open up a modal where the view is embedded.
This 20 second video I made shows that process if you find that helpful: lien caché
That is actually affecting your view's output:
- lien caché
As you added that view ID 482 for above filter. You added the meta query to filter with event enddate. That is why its not showing the results. Do you want to keep the above filter for view ID 482?
Wow... I don't think I ever would have found that. That ID shouldn't have been in that filter—I must have added it by mistake. HUGE thank you for your persistence and help.