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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3185 posts · 17 topics · 1019 reputation

Badges

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

Recent posts

  • Sierra Mariola Gazet · 6 years ago

    @TonHaarmans, Congrats on your first Grav project. I think spending some time on performance will serve the site right. It felt slow, so I did some research. Traffic lights generated by Google Chrom

  • Dynamic collections / adding an item into the collection · 6 years ago

    @ondrejv, Maybe the solution provided by @Netzhexe could of any help: /forum/general/still-relevant-filter-a-page-collection-by-language-t3099

  • RAD AB, SCHRAUBE LOCKER - "excessive" use of cards - pimped, minimal quark theme · 6 years ago

    @anderer, I get the aesthetics... I presume the margin-left: 1rem is also for aesthetics? The margin-top and margin-left are however not needed when only 1 column is shown. Maybe the following media

  • Grav as Headless CMS · 6 years ago

    @bjorn, Although I do not know much about your specific requirements, the rest-API of WP comes to mind. Unfortunately, Grav doesn't provide something similar to WP's rest-api. The following is a simpl

  • Free and open source icons set? · 6 years ago

    @leo, There is no specific icon set for Grav. Any icon set wil do... Quark, Quark Open Publishing and shortcode-core happen to use Fontawesome (4.7). So, combinations of these should work together nic

  • RAD AB, SCHRAUBE LOCKER - "excessive" use of cards - pimped, minimal quark theme · 6 years ago

    @anderer, Congrats! Few suggestions: Your second column has margin-top: 5rem, any reason why? Using Grav's Asset Manager, you can combine/minify multiple css files and js files into a single css and

  • Gateway theme: Months_of_the_year · 6 years ago

    @gisle, The pull request from Aug '19 has however not been merged yet... So for the time being, you will have to fix it yourself. You have 2 options: Create file '/user/languages/en.yaml' and add th

  • How to align multiple images horizontally? · 6 years ago

    @Plumf, An <img> element is an 'inline' element and should therefor position itself on the same line, unless the containing element isn't wide enough and forces the images to wrap. Or some css m

  • Resize picture in table · 6 years ago

    @Plumf, Thanks for the clarification. I have tried a table in Markdown markup... I copied a random table from a cheat sheet and added an image as follows: | Tables | Are | Cool | |

  • Resize picture in table · 6 years ago

    @Plumf, I'm afraid I don't understand your remark. Have your tested my suggestion?