pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Sharect.js in Grav CMS
· 5 years ago
@bwanot, Try moving the script in which Sharect is being initialized, to the bottom of <body>
-
Blog posts not sorting
· 5 years ago
@nolan, The purpose of utilities like bricklayer or masonry is that they try to keep the bottom of the columns relatively equal. This is often used for image galleries, but in Quark also for the layou
-
Sharect.js in Grav CMS
· 5 years ago
@bwanot, Internally, the script calls document.body.appendChild(r). However, because your script is running in <head> element <body> does not exist yet.
-
Blog posts not sorting
· 5 years ago
@nolan, The blog items can be displayed in 1 or 2 columns depending on the width of the window. Also, the blog items are laid out using bricklayer which tries to shuffle items in such a way that one c
-
Blog posts not sorting
· 5 years ago
@nolan, What I see at page 'News' is: Oct 28 (left) Oct 1 (right) Sept 24 (lower left) Aug 13 (lower right) ... If I narrow the window, to display a single column, I see: Oct 28 Oct 1 Sept 24 Aug 1
-
Display all image files in the user/images/gallery/subdirectory
· 5 years ago
@q3d, If I have image arrays it will basically generate any HTML structure for itself. No, you will have to loop the array in Twig and create <img> elements using: {% for image in page.find('/
-
Display all image files in the user/images/gallery/subdirectory
· 5 years ago
@q3d, Have a look at the docs on Where to put your files If you put your image folders below /user/pages/, you can get an array of images in Twig using page.find('/gallery/2021/28-09').media If you do
-
How to put two sliders on a page
· 5 years ago
@jefrey, One could try two approaches to show multiple galleries on a single page: Refactor Lightslider to make it show two different galleries. I have no idea how to do that... Or placing two Lights
-
Is there a guide about macOS Monterey Multiple PHP Versions?
· 5 years ago
@Chiara, See latest 4 new blogs on macOS Monterey...
-
Turning off Admin in production
· 5 years ago
@gcasalett, You might want to have a look at the Git Sync plugin. Git Sync is a Plugin for Grav CMS that allows to seamlessly synchronize a Git repository with your Grav site, and vice-versa. You co