pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation
Badges
Recent posts
-
Site.yaml redirect, but I get a browser error: The page is not redirecting properly
· 5 years ago
@joejac, If you want page /user/pages/01.productos to be the home page, you should set the following in /user/config/system.yaml: home: alias: '/productos' and remove the redirect in /user/config/si
-
Environment configuration folder created automatically on server for security.yaml
· 5 years ago
@filo91, See issue Multiple security.yaml files #3432 The explanation from the devs: But generally, every host/site should have its own salt as it is used for example for the form nonces and caching
-
Display Text Over Image - Receptar Theme
· 5 years ago
@logjammin, Receptar sets the width of each item at two places: .posts .hentry { float: left; position: relative; width: 50%; overflow: hidden; } and .posts .entry-media { float: l
-
Display Text Over Image - Receptar Theme
· 5 years ago
@logjammin, Is there a way to display this text on top of the rendered image without brute forcing it with CSS? You will need css... Here is just one of the many pages on this topic that can be fou
-
Theme structure for Grav Multisite, how do I have subdirectory use main theme
· 5 years ago
@hdwebpros, I'm not familiar with multi-site, but got curious... I've setup site http://multi-dev. To create a multi-site environment with subfolder site http://multi-dev/xx I did the following: Crea
-
Grav for non developers
· 5 years ago
@tamimh, Can a Grav site be managed by a non developer? As long as you can accept the defaults provided by a theme, you're fine. However, as soon as you want to change the layout of pages, or add/ch
-
Help adding Contact form with multiple contact
· 5 years ago
@ramraj, To save you some time, you might want to give the following form definition a try: --- form: name: contact fields: topic: type: select options: '[email protected]
-
How to send an email via a GRAV form with a picture attachment?
· 5 years ago
@Karmalakas, I'm not sure if I understand you correctly... After submit, file is stored in a global $_FILES only till the script finishes Event onFormProcessed is called for every action, but global
-
How to send an email via a GRAV form with a picture attachment?
· 5 years ago
@David_Lee, Hm... I presume you mean you only want the file to be emailed and not stored on the server? I'm not sure, but I guess that will not be possible out-of-the-box. The 'file' field is meant to
-
Error message in console when uploading file in form
· 5 years ago
@TonHaarmans, I cannot reproduce the issue. Btw ... the filepicker on your site doesn't work as expected. It should display selected files and files which are not allowed according the accept field o