pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation
Badges
Recent posts
-
Logical Captcha instead of Image Captcha
· 8 years ago
@testlady Google has introduced reCAPTCHA v3 a few weeks ago, which might be of interest: To quote their blog on this: Today, we’re excited to introduce reCAPTCHA v3, our newest API that helps you d
-
How to select just gif from pages media
· 8 years ago
Please be advised that gifs are not 'images' but instead 'animated images'. See Supported Media Files and class AbstractMedia which is returned by page.media in Twig. This means that the array returne
-
Custom.css and theme inheritance (Clean Blog theme)
· 8 years ago
Can I look at it somewhere?
-
Custom.css and theme inheritance (Clean Blog theme)
· 8 years ago
@avolve Some questions/suggestions that come to mind: If you want to override styles from other stylesheets, the custom.css file should be included as last and not as first stylesheet. Are your sure
-
Order pages within a collection in admin
· 8 years ago
@ThosGreen I'm afraid I have no suggestion (yet) for your possible future sorting needs...
-
Order pages within a collection in admin
· 8 years ago
@ThosGreen You might take a look at the System tab of the configuration panel in Admin and play with some settings. There you can set the field 'Default ordering' to: 'default', 'folder', 'title', or
-
Making a youtube or other query string link open in new tab
· 8 years ago
@jkproperty I have no experience with this, but did have a quick look at the docs for you... Shouldn't the second question mark be an ampersand? See Attribute Combinations in the Grav docs. [interview
-
Third-level menu
· 8 years ago
@pavel Uhhh, please enlighten me... what exactly is not working about the menu at the moment? By the way, is this nav intended to be used as the main navigation bar? Like the one used by Quark? If so,
-
Dynamic slug generation in custom page creation modal
· 8 years ago
@christhorn Instead of the formatDate() function you might try the single line: new Date().toISOString().slice(0, 10) // 2018-11-07
-
Dynamic slug generation in custom page creation modal
· 8 years ago
@christhorn Good to hear! It was an interesting exercise... I was just about asking if you would mind sharing the final solution... You beat me to it. Thanks for sharing. You might even consider cre