Questions tagged [nested]
The nested tag has no summary.
9 questions
0 votes
1 answer
139 views
How to use nested fields in ckeditor longform with headless (graphql)
I was wondering how I can query nested entries (let's say a button inside a ckeditor) with graphql in a headless setting. So far there is no solution out, but it's on the roadmap, as it seems: https://...
1 vote
1 answer
241 views
relatedTo craft 5 nested matrix entires
Im trying to query a list of matrix entries that have a related field but it doesn't work after updating to craft 5. Note that 'category' is not category field type, its a regular structured entry ...
1 vote
1 answer
69 views
Problem with recursive macro descendants in craft 5
I'm trying to display my nested comments. I've created 7 test-comments: ID Parent ID Comment Descendants Count Level 785 N/A test 1 6 1 788 785 test 2 ...
0 votes
0 answers
43 views
How to append the category field data nested inside a section to an input tag?
while clicking the input tag it should display its related entries Based on the category field the data selected in the backend value should get appended to the input tag. When looping through the ...
1 vote
1 answer
200 views
nested sections
how can i achieve the following result? i have a structured section called products like /hardware/apple/iPhone which gets the template /templates/productpage.twig now i need need to load a different ...
2 votes
1 answer
671 views
Multiple relatedTo conditions using a combination of "and" and "or"
We're trying to make a filter that allows you to pick multiple items from 1 category, and multiple items from another category and return back all appropriate elements. We're in PHP land not twig so ...
1 vote
1 answer
429 views
Display parent category with nested child categories and related entries
I'm struggling to loop through level 1 categories and display as a category title and then show nested level 2 categories (via a category title) under which I want to nest related categories to ...
1 vote
2 answers
100 views
Display entries sharing the same nested category on an entry page
I'm trying to show the other entries assigned to the same nested category (on an entry template) but get an error if I use .last() which I was hoping would show the nested category assigned entries (...
2 votes
1 answer
85 views
Link to a nested category
I'm using a matrix field to allow the author to add products they can link to category pages, but my code: {% for block in entry.transformerProductNavigation %} <a href="{{ block.transformer.one....