pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
How to use <div> tag correctly?
· 3 years ago
@Francois, You're using tabs which interfere with formatting. Likewise when using spaces. See what happens when you insert spaces in regular Markdown. The text might be considered to be a blockquote.
-
Old Grav installation crashes on startup, how to update?
· 3 years ago
@ThosGreen, Success. Would you mind sharing what exactly solved your issue? Installing a fresh Grav, or updating the Twig compatibility settings?
-
Translation via Twig always fallback on English
· 3 years ago
@hef, A few points... all strings in twig templates are written in SR Usually, strings in Twig that need to be translated have a dotted notation, like {{ 'THEMENAME.TOPIC.TITLE'|t }}. In the languag
-
How to change the look in Quark as in the demo?
· 3 years ago
@TGD, Ok, I now see what you mean with screenshots... The first is a default page. It is used for the default pages available in a Grav installation. This is blog list page show a list of blog items
-
Seeking Flex-Objects CRUD tutorial (PHP)
· 3 years ago
@boatful, Let's focus on my previous question first: :-) Did you have a chance to read the docs on Flex Objects and the demo using ‘Contacts’? And I would like to add: Did you have a chance to searc
-
Seeking Flex-Objects CRUD tutorial (PHP)
· 3 years ago
@boatful, Did you have a chance to read the docs on Flex Objects and try the demo using 'Contacts'? Bonus points if the tutorial also addresses how to “join” 2 flex-objects and query the result. You
-
Default Frontmatter for Modular Pages
· 3 years ago
@chraebsli, Have you already consulted the docs on Media? In section Media: Where to put your media files, you will find examples of storing images in the folder of the page, or user/pages/images, or
-
Default Frontmatter for Modular Pages
· 3 years ago
@chraebsli, Ah that's a different scenario... In that case, have a look at /user/themes/quark/templates/modular/hero.html.twig, and see how a fallback image can be used if no hero_image is being defin
-
How to change the look in Quark as in the demo?
· 3 years ago
@TGD, I use the default Quark theme, which shows 4 different layouts in the screenshots. Not sure what you mean with "screenshots". I switch the page type to “Blog”, the photo background appears, a
-
How to use Modular (pages, content) in Grav?
· 3 years ago
@wmcig, I'm afraid your post is a bit confusing to me... May I suggest to download the One-Page Site skeleton and pay attention to: The folder structure */user/pages/01.home/* containing the modular