Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm totally stuck here. I have a page with a number of child pages and i'm trying to create this layout.
http://www.excalibur-publishing.com/collections/software
Each thumbnail displays an infobox below the row or 3.
I'm having a problem with creating the info box below the thumbnails. Does anyone have any ideas on how to create this?
Thanks
Hi Alan
What do you mean infobox?
Can you share code of your view with us?
Thanks,
Alex
Hi Alex thanks for the reply.
I managed to get what I wanted by using
@foreach(var group in CurrentPage.Site().FirstChild("gameCatalogue").Children.Where("Visible").Take(12).InGroupsOf(3)) {
foreach(var item in group) {
Hi Alan,
Thanks for sharing!
Great solution, but be aware that now strongly typed traversing is better, I mean:
Umbraco.AssignedContentItem.AncestorOrSelf(1)
Have a nice day!
Did you find solution?
Can you share with our community?
Hi Alex, I've marked the solution as above. Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Razor create info panel below child items
Hi,
I'm totally stuck here. I have a page with a number of child pages and i'm trying to create this layout.
http://www.excalibur-publishing.com/collections/software
Each thumbnail displays an infobox below the row or 3.
I'm having a problem with creating the info box below the thumbnails. Does anyone have any ideas on how to create this?
Thanks
Hi Alan
What do you mean infobox?
Can you share code of your view with us?
Thanks,
Alex
Hi Alex thanks for the reply.
I managed to get what I wanted by using
@foreach(var group in CurrentPage.Site().FirstChild("gameCatalogue").Children.Where("Visible").Take(12).InGroupsOf(3)) {
}foreach(var item in group) {
Thanks
Hi Alan,
Thanks for sharing!
Great solution, but be aware that now strongly typed traversing is better, I mean:
Have a nice day!
Alex
Hi Alan
Did you find solution?
Can you share with our community?
Thanks,
Alex
Hi Alex, I've marked the solution as above. Thanks
is working on a reply...