The issue here is that the user is having issues with their date filter on views.
Solution:
Normally the issue here is that its quite possible that you have the date field to compare as a String. However since date fields created in types are stored as timestamps then you need to let the comparison be made as Number in the filter.
Example
Start date is a "Number" that is "Lower than or equal" to "Today"
Problem:
Conditional HTML I use on my site is producing unexpected output.
What can I do?
Solution:
First, confirm that the issue is really due to the HTML conditional.
Often, the content that should display is marlformatted, for example.
Try to output what you expect to see without any condition.
If that works, but it fails if put in a condition, then output something simple withing your HTML condition instead of what you expect. A simple "HERE I AM" string for example.
Does that show when you expect? If not, the HTML condition itself fails, due to maybe checking upon wrong content or being malformed on its own.
You can check the relevant DOC to fix that, or ask help from our support.
Problem: I have a View that shows a repeatable field group (RFG). In the View, I would like to display the URL of the parent post.
Solution: It's like displaying information from a related post. Use the "item" attribute and the .parent syntax to display information from the parent post. The slug of the relationship is identical to the slug of this RFG.