Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Chris Jung Regular
ModSquad Team Member
Grav Forum Moderators
@chris_jung · Joined 9 years ago · 102 posts · 6 topics · 24 reputation
Badges
Recent posts
-
Using parallax with a modular template
· 9 years ago
I meant just to set the header in the modulars using addInlineJs.
-
Admin Backup zip Permissions incorrect
· 9 years ago
What does the log say about the Error? Often 500s are caused by wrong .htaccess Rules, mainly "RewriteBase /" missing when it should be there and vice versa. Have you changed permissions / ownership v
-
[Question] What's the best way to deploy grav html files?
· 9 years ago
I think there is an Plugin called "Blackhole" which generates static HTML files.
-
Comments are welcome for my last website
· 9 years ago
Is Elana a premium theme?
-
Can I preview a blog post?
· 9 years ago
👍 thanks a lot! Did not know this either.
-
Comments are welcome for my last website
· 9 years ago
I don't like the height of the nagivation, that's too much for my taste. I like the preloading, what did you use for it?
-
Admin pro plugin?
· 9 years ago
Where is the difference between Admin and Admin Pro? Never heard of Admin Pro.
-
What does your .gitignore for GRAV projects look like?
· 9 years ago
/.idea /vendor/ /cache/ !/cache/.gitkeep /images/ !/images/.gitkeep /tmp/ !/tmp/.gitkeep /assets/ !/assets/.gitkeep /backup/ !/backup/.gitkeep /logs/ !/logs/.gitkeep
-
Admin missing in download
· 9 years ago
Maybe you should try a Theme with Gantry included. There is a really fancy column editor in Gantry.
-
Using parallax with a modular template
· 9 years ago
If you added the init via "addInlineJS" in the modular template, ensure that the page (the modular content itself, not the page containing the modulars) has set "cache_enable: false" in the header.