khanduras / grav-theme-cardstack

A BackboneJS theme powered with Grav CMS and UI Kit
MIT License
11 stars 6 forks source link

pages only shows loading #5

Closed k1ngf15h3r closed 8 years ago

k1ngf15h3r commented 8 years ago

only get the loading sign when I start a fresh grav project with the newest release of this theme. had updated permissions and activated twig rendering. when I click the "Back" button in the theme I get a Runtime Exception

yrrad commented 8 years ago

Same here. Cardstack v. 1.1.3 Grav Core + Admin v. 1.0.10. Endless loading, no single entry in error log. Browser Edge, IE, Chrome all the same results. Fresh grav install + cardstack. All other themes, including default antimatter, work as hell. Any ideas?

k1ngf15h3r commented 8 years ago

Make sure your Default.md in 01.frontpage look like this

---
title: Index
cards:
    items:
        '@page.descendants': /cards
    order:
        by: date
        dir: desc
    limit: 50
    pagination: true
---
yrrad commented 8 years ago

Thx! Now it works! However it sholud be included in manual or demo pages to avoid reporting such trivial issues.

k1ngf15h3r commented 8 years ago

I think it will be best to include this part by default.