pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Display content side by side and keep current page on one side when other clicked
· 8 years ago
Maybe @finanalyst can help. I know he is working on an editor that needs to display another page inside the editor page.
-
Grav starts to lag out if to many pages clicked to quickly
· 8 years ago
For my own insights I examined the Related Pages plugin and did some tests. The Related Pages plugin has a paragraph Note about Performance. In my own words: Finding related pages can be expensive, b
-
Grav starts to lag out if to many pages clicked to quickly
· 8 years ago
Stalling happened a few times about 1 hr ago, but cannot reproduce any more... Btw, you are aware that debugging is enabled?
-
Grav starts to lag out if to many pages clicked to quickly
· 8 years ago
I have no knowledge of browser internals, networking or Apache. Cannot help you there. But can do some observations.... Just had a look at your website using the network traffic tab in Chrome devtools
-
Install in folder, browse from webroot
· 8 years ago
Never tried it myself, but maybe this could be of some help: Scenario 1, run in the domain root folder Grav is installed in http://localhost:8080/grav-develop but you want it to respond on http://loc
-
Display image url from file custom field
· 8 years ago
Some questions: Are you sure the page contains the frontmatter mainImage and it has a value? What value do you expect it to be? Would you mind sharing the frontmatter? Where do you store your images?
-
Display image url from file custom field
· 8 years ago
Shouldn't you be using a field with type filepicker instead of file? File in Admin, File is specialized to be used in plugin and theme configurations (blueprints). Handles uploading a file to a locat
-
Browser can't find/doesn't display fonts
· 8 years ago
@siebenstein Using SCSS is a bit more tricky... You could do the following: Create a child theme using inheritance Add font files to /user/themes/mytheme/fonts In the child theme create folder /user/
-
/app/user/data does not exist when deploying on heroku
· 8 years ago
@XizzoR Found these pages through Google Why are my file uploads missing/deleted? Ephemeral filesystem Do these make sense?
-
Browser can't find/doesn't display fonts
· 8 years ago
@siebenstein There are several ways to customize a theme. Have a look at Customization in the Grav docs. It shows the different options. The quick and dirty way for testing: Add the font files In /us