Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Noelle Member
@nellygrl · Joined 8 years ago · 12 posts · 4 topics · 0 reputation
Badges
Recent posts
-
Give Child Pages Custom Order
· 8 years ago
Tried this fix, but it broke the page. Here's what the page looks like, if it helps: http://noelledevoe.com/portfolio (Note, I hacked the ordering by giving each page a date and then ordering by date)
-
Give Child Pages Custom Order
· 8 years ago
My problem is that I'm attempting to give the child pages in my portfolio a custom order, but my code is not working. Here's the code I'm using: title: Portfolio content: items: '@self.children'
-
Using PageMediaSelect Custom Field in Template
· 8 years ago
I think I figured it out! {% set filename = p.header.lead_image %} {{p.media[filename]}} It worked, but is this method advisable?
-
Using PageMediaSelect Custom Field in Template
· 8 years ago
I am attempting to use a custom pagemediaselect field I created in my page template. The only problem is that the variable to output the field "{{p.header.lead_image}}" only outputs the file name of t
-
Listing Page Twig Template Not Working
· 8 years ago
@gnat: content: items: '@self.children' order: by: date dir: desc Aaaah! This solved it. Thank you. For some misguided reason, I thought when you built a collection in the admin, this was done automa
-
Listing Page Twig Template Not Working
· 8 years ago
I am attempting to make a listing page for my portfolio of work. To do this, I used the Grav admin to create a page called "Portfolio." I then created two subpages under it. After that, I created a tw
-
500 Error Every Time I try to Install/Create User
· 8 years ago
Good point. I will definitely update that. Thank you!
-
500 Error Every Time I try to Install/Create User
· 8 years ago
Yes, I jumped into the Slack support forum and they helped me solve the issue there. Thank you so much for your help!
-
500 Error Every Time I try to Install/Create User
· 8 years ago
I've also now tried most of the fixes on this troubleshooting page: https://learn.getgrav.org/troubleshooting/internal-server-error Made sure I'm running PHP 5.6. Checked My PHP.ini file and "regist
-
500 Error Every Time I try to Install/Create User
· 8 years ago
Thanks @duceduc. Just changed permissions for all those folders to 777, but the issue persists. Thank you for that, though! If you have any other thoughts, def let me know!