pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3197 posts · 17 topics · 1020 reputation
Badges
Recent posts
-
Selectize field "lose" custome values
· 6 years ago
@KMJ_MJ, Unfortunately, I can reproduce the behaviour you observed and have no hint for you... After some debugging, it seems to be related to the javascript used by the Admin panel to simulate a sele
-
Theme Inheritance - background color of all the pages
· 6 years ago
@thgr, I would suggest to read some docs on css selectors. In HTML you may have for example: <body>...</body> <div class="card">...</div> <div id="header">...</div>
-
How to style single module of modular page?
· 6 years ago
@Yourdead, Have you tried the Adjacent sibling combinator ? Try the following in 'custom.css': #beneficios + .section { background-color: darkred !important; } Note: Please make changes to a theme
-
Theme Inheritance - background color of all the pages
· 6 years ago
@thgr, A theme (and installed plugins) may have several elements for which the background-color is set and needs to be altered with your own preferred colour. A few of these elements are #head for the
-
Form loading issues
· 6 years ago
@Wartybliggens, I have run your form in a default fresh Grav 1.6.26 installation and it works as expected. It shows the exact same behaviour as the Contact Form example from the documentation. The fo
-
Cascade Plugin Question
· 6 years ago
@FragleFameux, I think it might be broken, since the buttons doesn’t work I can reproduce this when using Grav 1.7. It seems to be an issue from Grav itself. The query string generated by the plugi
-
Canonical link for paginated blog: not SEO best practice
· 6 years ago
@marcocevoli, Unfortunately the Pagination plugin doesn't seem to provide the current page number. As an alternative, you could try the Uri of the page and concatenate its params with the url of the p
-
Get number of child pages for menu styling
· 6 years ago
@phmg701, Welcome to the forum! I wonder what you need the count for as the 'Pure' theme uses a <ul> for its menu-items. Anyway, to get the count of visible root pages, try: pages.children.visi
-
How to go-live from localhost to hoster
· 6 years ago
@hellen_sfms, Disclaimer: I cannot give you any quarantees, because I don't know the intrinsics of your website nor of your hosting environment that might require specific setup. See Web Servers &
-
How to go-live from localhost to hoster
· 6 years ago
@hellen_sfms, Do you have a specific reason to keep folder '/grav-admin' on the production server? If not, you should only need to copy the contents from your '/grav-admin' folder on localhost, to the