Skip to main content

Questions tagged [nested]

0 votes
1 answer
139 views

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://...
Merc's user avatar
  • 283
1 vote
1 answer
241 views

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 ...
Tibbe's user avatar
  • 131
1 vote
1 answer
69 views

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 ...
smaniren's user avatar
0 votes
0 answers
43 views

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 ...
Reeves Bale Ronny's user avatar
1 vote
1 answer
200 views

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 ...
Nick Langer's user avatar
2 votes
1 answer
671 views

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 ...
owenmelbz's user avatar
  • 149
1 vote
1 answer
429 views

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 ...
user2569's user avatar
  • 457
1 vote
2 answers
100 views

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 (...
user2569's user avatar
  • 457
2 votes
1 answer
85 views

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....
user2569's user avatar
  • 457