pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3181 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Links in markdown content not updated if folder numeric prefix is changed
· 3 years ago
@sque, You might try: Setting file change detection algorithm cache:check:method from file to hash in /user/config/system.yaml, or Use $ bin/grav cache or 'Clear Cache` from Admin dashboard I would
-
Need Help with Implementing Responsive Images in Grav CMS
· 3 years ago
@01K probably I need a CSS code, which will replace the horizontal image with vertical on mobile device I'm afraid that won't work. Using css you can only set the background image of an element and
-
Admin very slow on private network
· 3 years ago
@ziobelo, See my previous reply.
-
Admin very slow on private network
· 3 years ago
@ziobelo, AFAIK, switching the following default settings to false might have an effect on network access and hence performance. You can set these settings using Admin, or in /user/config/plugins/admi
-
Admin, Email and Forms
· 3 years ago
@kf5u, My first hunch tells me this might be caused by Grav's feature Environment Configuration. Grav searches for config files in the following locations: System/core configs in /system/config/ (Do
-
Need Help with Implementing Responsive Images in Grav CMS
· 3 years ago
@01K, I'm afraid Grav won't help you with this... Grav can help you with presenting images (<img>) with different resolutions, but not with art direction (eg. horizontal vs vertical cropped im
-
Admin very slow on private network
· 3 years ago
@ziobelo, On each request in Admin, calls are being made to Grav's server to check for updates, notifications and feeds.
-
Live website not updating/reflecting the changes
· 3 years ago
@Zyklome, Are there no errors/warnings inside /logs/grav.log, or /logs/*.log ? Be sure to also copy all hidden files like .htaccess I think I would prefer to start with a working site: Backup the c
-
Live website not updating/reflecting the changes
· 3 years ago
@Zyklome, To complement the comments from @hughbris... 1. I was able to create a clone of a website and get it to work but I’m now facing issues with accessing Grav admin. According one of the image
-
How to properly duplicate website
· 3 years ago
@Zyklome, Nothing... As said above: When all of the site’s config settings are located inside folder /user/config/, you’re done.