Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
desta Member
@topidesta · Joined 4 years ago · 47 posts · 7 topics · 0 reputation
Badges
Recent posts
-
Need to add a column to my footer
· 3 years ago
if your footer is dynamic may using blueprints as templates too, but it's static, just define in your partials templates, i.e, footer.twig
-
Duplicate modular page
· 3 years ago
can you detail your getgrav version and modular plugin using?
-
How to make CSS/ JS Plugin avaliable with CDN
· 3 years ago
just like the title and image i share, can i? by default i can change cdn css templates to rawcdn.githack.com but plugins i installed, showing host internal not to cdn server, how to change it? thanks
-
Image url in css theme
· 4 years ago
hi, {% if page.header.header_image %} {% set style = ' style="background-image: url(\'' ~ page.media.images[page.header.header_image].cache.url() ~ '\')"' %} {% elseif theme_config.default_header_im
-
Self certified SSL in Laragon server
· 4 years ago
I think, this the problem https://stackoverflow.com/a/62030603 We must download cacert.pem Replace with new one to folder laragon (etc/ssl) Done (Update) Good luck
-
Self certified SSL in Laragon server
· 4 years ago
Hi, can you share more detailed, i'm using Laragon too. but still show SSL peer certificate or SSH remote key was not OK for ..
-
Multisite subdomain wildcard
· 4 years ago
maybe my case same as like your case /forum/themes-styling/access-spesific-folder-via-url-t2943?u=topidesta
-
Access Spesific Folder Via URL
· 4 years ago
Oke, Everthing is done and Running well in Production Server, App Grav Is more secure now! this is my step. Move Grav App in root folder to subfolder of root, example: grav ~ resource 1, in my case i
-
Access Spesific Folder Via URL
· 4 years ago
I Think I found sollution https://learn.getgrav.org/17/advanced/change-site-url#scenario-2-run-in-a-different-subfolder
-
Access Spesific Folder Via URL
· 4 years ago
it's not work. https://stackoverflow.com/a/35406975 ViewerJS need root folder, can i secure this, cz Grav Site in root folder too. how handle security with it?