pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3183 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
LightSlider - problems with text mode
· 5 years ago
@bwanot, Try: $ bin/grav cache as mentioned in Lightslider plugin images not showing on slider_type text
-
CSS in Frontmatter in Mache theme Works but no in Quark Theme
· 5 years ago
@joejac, You mentioned you have updated templates 'lightslider.html.twig', ' blog.html.twig', and 'base.html.twig'. Just to prevent your efforts get wasted when a new version of the theme/plugin is be
-
Linebreak within fences not working on page but in preview mode
· 5 years ago
@sraue, Would you mind sharing the download urls for the zip and the tar.gz?
-
Twig not duplicate rows
· 5 years ago
@Deight, Like in a previous question, you are looping inside a loop... The value of val is the same as the value for item. Drop the inner loop and replace item.path and item.name with val.path and val
-
Linebreak within fences not working on page but in preview mode
· 5 years ago
@sraue, According to the docs on MDN: In the case of HTML, whitespace is largely ignored — whitespace in between words is treated as a single character, and whitespace at the start and end of elemen
-
Linebreak within fences not working on page but in preview mode
· 5 years ago
@sraue, I've never heard that a webserver changes the HTML generated by a CMS... Except maybe zipping the HTML. What's the resulting HTML generated by the fenced code blocks?
-
Linebreak within fences not working on page but in preview mode
· 5 years ago
@sraue, I'm afraid I cannot reproduce the issue using the following: Windows 10/WSL + Apache Fresh install of Grav 1.7.18 + Admin Content of page 'Home' in Admin Result in browser (Chrome)
-
Error: Admin > Accounts > Configuration
· 5 years ago
@epb, Appears to be a known issue. See issue Clicking Configuration button throws an error #2166 at repo of Admin.
-
Submit a form with an attachment
· 5 years ago
@Deight, Maybe I'm mistaken, but I believe you wanted a file attachment added to an email. Isn't the code you are showing only adding a url to the email? By the way, it is not a good idea to edit fil
-
Submit a form with an attachment
· 5 years ago
@Deight, There are quite a few issues with respect to attachment at the repo of the Email plugin. Maybe you can find some pointers over there. If not, you might consider opening a new issue.