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

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • 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

  • Count-views records unusually many visits on the "error" page · 6 years ago

    @falkm, I installed and took a quick look at the count-views plugin and did some tests... Every request to a non-existing url seems to add to the count of the /error page. Because of the sudden large

  • Shortcode Core: Markdown not parsed inside column tags · 6 years ago

    @hschneider, Start the content of the shortcode on a new line... [columns count=2 gap=40px rule="1px dashed #d6d6d6"] ## Headline2 Some Text [/columns]

  • Create form with fields side by side · 6 years ago

    @jason, If the following responsive layout reflects your requirement, read-on, else I'm sorry... I did the following using a fresh Grav 1.6 install, Quark and the sample Contact form from the docs (