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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation

Badges

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

Recent posts

  • Grav Multiverse - Change Thumb Size · 5 years ago

    @logjammin, I'm afraid Multiverse will not stack images like in your drawing. It seems Multiverse will just resize the images to make them all equal in size. The desired layout you're showing looks mu

  • Adding table captions using PHP Markdown Extra · 5 years ago

    @jerobapatrol, I'm not sure if there is a "supported" way. Wrapping the table in a <figure> tag might do the trick: Install plugin 'Shortode Core' In Markdown use: [figure caption="**Fig. 1**

  • Grav Multiverse - Change Thumb Size · 5 years ago

    @logjammin, I'm probably overlooking something, but... I refreshed the theme undoing all your changes, and all images seem to be aligned correctly. What am I missing?

  • Grav Multiverse - Change Thumb Size · 5 years ago

    @logjammin, Can we access the site somewhere?

  • Grav Multiverse - Change Thumb Size · 5 years ago

    @logjammin, You might try something like: {% if image.designation == 'horizontal' %) {{ page.media[image.thumbnail].cropZoom(200, 100).html(image.title) | raw }} {% else %} {{ page.media[image.thu

  • Grav Multiverse - Change Thumb Size · 5 years ago

    @logjammin, In Twig, you can use Image Actions to crop, resize, etc. to create the correct thumbs. If the vertical/horizontal variable is accessible in Twig, you can use an if-statement to create vert

  • Is there a way to stop frontmatter yaml being sanitized? · 5 years ago

    @PatienceAllergy, When entering a date using Admin for the 'date' variable on the Options tab of a page, the selected date is being saved as: --- title: Typography date: '16-08-2021 13:59' --- This se

  • First ever GRAV site: Only displays blank page. Can't find the problem · 5 years ago

    @pr0m3th3u5, Infra is not my area of expertise, but I do know this issue has come up quite a few times on the forum. You might try searching for blank here on the forum. I believe the most common caus

  • Weird page name bug · 5 years ago

    @edi0th, Just an educated guess... The 'Pages' page In Admin lists all pages by their 'Menu' name as set in the header of the page like: --- menu: Typography --- Blueprint field header.menu defines t

  • Change Quark Background Color · 5 years ago

    @logjammin, Just noticed that you are using a modular page... To summarise the issue on Github, the main cause of the problem is !important in the following snippet in 'spectre.min.css': .bg-gray {