Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Password protect read access to grav?
· 11 years ago
Take a look at this plugin: https://github.com/Diyzzuf/grav-plugin-private
-
Password protect read access to grav?
· 11 years ago
What if you would like to password protect a specific page?
-
Password protect read access to grav?
· 11 years ago
What your asking about is probably best done with a simple Basic Authentication implementation using .htaccess and .htpasswd. You can easily google this, but here's a simple generator: http://www.htac
-
Password protect read access to grav?
· 11 years ago
Hi! Is there any way to password protect a grav installation? Not talking about the upcoming admin panel but rather about a way to give (read only) access only to some friends and family and not the w
-
Agency theme portfolio modals in Google Chrome cannot scroll
· 11 years ago
thanks, i'm going to test that
-
Agency theme portfolio modals in Google Chrome cannot scroll
· 11 years ago
Hello Karol, Thanks! I just changed the .modal-content class in global.css - height: 100% instead of min-height: 100% and added overflow-y: scroll. As far as I can see, it works like a charm across br
-
Agency theme portfolio modals in Google Chrome cannot scroll
· 11 years ago
I included fix i the package, it's going to be included in next release.
-
Agency theme portfolio modals in Google Chrome cannot scroll
· 11 years ago
Hey, You have to add something like that to your global.css file or agency.scss file: .portfolio-modal.modal { .modal-content { height: 100%; overflow-y: scroll; } }
-
Agency theme portfolio modals in Google Chrome cannot scroll
· 11 years ago
Hello Stefan, Indeed this looks like a bug. What is sort of funny.. that scrolling is starting to work when you resize browser window after modal load. Anyways, I'm going to take a look at this and I
-
Agency theme portfolio modals in Google Chrome cannot scroll
· 11 years ago
Are you talking about the modals like: http://heypapa.dk/#portfolioModal2 ??? I can scroll those in Chrome if i make the window small enough that a scrollbar appears.