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

  • How to migrate Wordpress Metadata to Grav · 6 years ago

    @Turum, Please shoot my thinking where you foresee issues... My thinking: Getting slug/meta-data from Wordpress: A SQL query in WordPress could be converted to { slug: meta-data[] }. In Grav plugin

  • Bricklayer starts with one column and than flashes/switches to two columns · 6 years ago

    @anderer, The content of items arranged by bricklayer.js or masonry.js have an impact on the process of laying out the items. In case of a two-column layout, bricklayer adds items to the two columns.

  • There is a "blank theme"? · 6 years ago

    @JulesVlt, Using the DevTools plugin you can create a very minimalistic theme that only has the bare necessities: Change directory to root of Grav installation Install the devtools plugin: $ bin/gpm

  • Resizing image to fit the screen · 6 years ago

    @oxide, Some questions to better understand your situation: Where are you adding the image to the page? In the page itself using Markdown? Or in some template? A plugin that generates a gallery of s

  • "> after using an audio tag · 6 years ago

    @joelcastillo, You are assigning a media object to src instead of the url of the media object. Try <source src="{{ page.media[filename].url }}">

  • "> after using an audio tag · 6 years ago

    @joelcastillo, To properly show what your code looks like, you'll need to format the Twig code using tripple backticks (```). <pre> {% for filename, song in page.media %} {% if filename ends

  • Https problem with icon Awesome · 6 years ago

    @marc63400, Please be advised to use theme inheritance when changing anything in a public theme. A future release of a theme will override all changes made. First create an inherited theme: Theme Inh

  • How to migrate Wordpress Metadata to Grav · 6 years ago

    @Turum, There is a handful of Grav plugins that can help you manage meta data. Have a look at https://getgrav.org/downloads/plugins and search for 'meta' or 'seo'. However, I doubt if they can help co

  • Cannot run GPM on win cmd · 6 years ago

    @hellen_sfms Mistakenly you changed your working directory to the php installation. As OleVik said, you have to change your working directory to the root of your Grav installation. That's the folde

  • "Embedding Form (import@)" example not saving data in page header · 6 years ago

    @giulio.scattolin, I presume you are using the example in a page blueprint? When creating a blueprint for a page, fields that need to be saved into the header of the page need to be prefixed with head