Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 215 reputation
Badges
Recent posts
-
New page alignment issues
· 5 years ago
@rb1604: Problem solved. Posting here a solution and marking the post a solution would be nice ;) Or was it overflow?
-
Template not showing under template option in "add page" menu
· 5 years ago
Sorry, but I'm lost here too. I'm out of ideas 😕 Even tried your system.yaml, but I still can see the template
-
Template not showing under template option in "add page" menu
· 5 years ago
Do you have Bootstrap4 theme active (I see same templates in screenshot, but just to be sure)? Just tried on fresh Grav install and even with corrupt indentation template shows up (but not the field i
-
Template not showing under template option in "add page" menu
· 5 years ago
I think you can delete type: tabs active: 1 because default.yaml already has this Same goes for type: tab Also I'd change '@extends' to more up to date extends@ (without quotes)
-
Template not showing under template option in "add page" menu
· 5 years ago
Sorry I wasn't clear. I meant mypage.yaml :) I know I've spent almost an hour trying to figure out why my template wasn't showing up.. Your folder and file structure looks fine
-
New page alignment issues
· 5 years ago
I'm also really amazed how flexible Grav is and 1-2 months since I've found it, I already have my first plugin for it. Anyway, what I would do, inspect the source and CSS. There has to be some differe
-
New page alignment issues
· 5 years ago
Do you have live example to check? I wonder how source code looks like and what CSS is loaded
-
New page alignment issues
· 5 years ago
So if you copy a page and change content, all is good, but if you create new page with exact same template, then style is corrupt?
-
Template not showing under template option in "add page" menu
· 5 years ago
Ah, missed that 😅 Probably slipped of my mind till read post to the end 😃 I remember I had exact same issue and the solution was very simple, just don't recall what it was now. Could you post your yam
-
Template not showing under template option in "add page" menu
· 5 years ago
I think you also must have a blueprint for the template named same as template. Eg,: # blueprints/mypage.yaml title: My page extends@: default