Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 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, Without knowing/seeing your site, the page layout and styling, "it's not working for me" is a bit uninformative to me... You might consider adding some clarity by: sharing your site showing s

  • Resizing image to fit the screen · 6 years ago

    @oxide, Using an inherited theme of Quark, I did the following. [Updated to cleanup code samples.] Created portrait version of image Copied both images into /pages/02.typography/ Added images to

  • 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