Skip to content
Grav 2.0 is officially stable. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation

Badges

Grav Core Team ModSquad Team Member ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Moving the placement of LanguageSwitcher Plugin doesnt work · 6 years ago

    @Joshua, Based on the information you have provided I have given you my suggestions. Frankly, I am out of suggestions. Ok, last suggestion: I don't know why you have written your own navigation bar, b

  • Silly pagination problem · 6 years ago

    @berni51, Odd.. It is working fine in a clean Grav 1.6.26 installation of the "Blog Site" skeleton using Quark and a bunch of extra blog items added... Did you refresh the browser's cache? Does the

  • Silly pagination problem · 6 years ago

    @berni51, I guess that's because the list of pages exceeds the with of the column and overflows below the content of the sidebar. Try to make the <ul class="pagination"> wrap, by adding the foll

  • Can't create form in a modular which is inside a modular page · 6 years ago

    @Yourdead, As you have, I have followed the documentation on How to: Forms in modular pages. Using fresh Grav 1.6.26 installation using theme Quark. I have the following folder structure: pages ├── 01

  • How to separate 'normal' child pages from modular children? · 6 years ago

    @bigboy, Ah, thanks for the updated information. I do get a better picture of the overall situation now. I think the issue is related in the Twig code. You are looping through all children, while you

  • Moving the placement of LanguageSwitcher Plugin doesnt work · 6 years ago

    @Joshua, You use the statement {% include 'partials/menu/langswitcher.html.twig' %}. The template being included does not come with LangSwitcher. Did you perhaps intend to include the template from

  • Can't create form in a modular which is inside a modular page · 6 years ago

    @MakaryGo, Did you perhaps mean: In Admin panel Select 'Expert' mode Select 'Content' tab Edit frontmatter/header in field 'Frontmatter'

  • 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&gt

  • 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