pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3135 posts · 12 topics · 1013 reputation
Badges
Recent posts
-
Send email after login
· 5 years ago
@mcambronero, Without knowing your code and input parameters, it's hard to tell whether the config of email plugin is broken, or whether the address you're sending to/from are invalid. To test the con
-
Multiple languages in blog date
· 5 years ago
@TonHaarmans, You could try the following: Create file '/user/translations/nl.yaml' with content: DATE_FORMAT: d-m-Y Create file '/user/translations/en.yaml' with content: DATE_FORMAT: Y/m/d In Twig
-
Send email after login
· 5 years ago
@mcambronero, The docs of the email plugin might give you the answers you need. It shows how to configure the plugin, to test it and how to send emails programmatically.
-
Different Language for Lightslider
· 5 years ago
@TristanKonrad, Cache You don't need to cache Grav, Grav will do that for you... :-) To clear the cache: open the terminal change directory to the root of Grav (that's the folder containing folders
-
Simplesearch Self-Controlled Page configuration doesn't work: it always display results even before launching a search
· 5 years ago
@kolsim, I cannot get it to work either... There are old issues reported (#51, #118) in 2016/2017 resembling yours. A fix was suggested, but I cannot get that to work either (Antimatter, nor Quark). Y
-
Different Language for Lightslider
· 5 years ago
@TristanKonrad, Yes, that's the HTML I was looking for. Clearly, no list of images has been created. That means, it either did not find any, or non passed the newly added if-statement... Q: Did you u
-
Different Language for Lightslider
· 5 years ago
@TristanKonrad, All is well on this side using your code and frontmatter. Would you mind showing the HTML that is being generated for the element <ul id="<some id>" class="lightSlider ...">
-
Markdown on Modular Pages
· 5 years ago
@bkraegelin, I'm afraid future readers will not quite understand how your solved the issue. Would you mind being a tad more explicit in which config file, what the settings were and how you have chang
-
Different Language for Lightslider
· 5 years ago
@TristanKonrad, I've downloaded plugin LightSlider and played a bit with it... I'm using a fresh Grav 'One-Page Site' skeleton which contains a modular page. Steps: To enable languages en and de I've
-
Markdown on Modular Pages
· 5 years ago
@bkraegelin, My questions are meant to narrow down the location of the issue... These might be seen as a hints ;-) The 'hard way' is only mentioned as last resort.