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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation

Badges

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

Recent posts

  • How to translate options in select field? · 8 years ago

    @mnemotechnikon Not sure if you would really want translated strings in your *.md files. What if you made a typo in one of your translation? You would than have to update the page(s) too. As develop

  • Installation: why not changing user:group? · 8 years ago

    @Jarry Have you tried the most simple way of installing Grav? Option 1: Install from ZIP package The easiest way to install Grav is to download the ZIP package and extract it: Download the latest-an

  • How do you change the title of a site (halcyon theme)? · 8 years ago

    @atlas Have a look at /user/config/site.yaml header: title: HALCYON<span>DAYS</span> description: An exclusive HTML5/CSS3 freebie by Peter Finlan, for <em>Codrops</em> b

  • Issue getting next post url · 8 years ago

    @Michael Did you have a look at the skeleton Blog Site? Always handy to have a working example at hand... If you are on a single blog item, the collection of the page is empty... Therefor when I use y

  • Nofollow does not work for img links · 8 years ago

    @NEA Have you tried using <span> instead of <div> or Markdown Extra? Using <span>: <span> [![ALT_TEXT](unsplash-overcast-mountains.jpg)](https://www.website.com/?rel=nofollow)

  • [Antimatter] Bug in connection with Vimeo/Soundcloud? · 8 years ago

    @werdi I was a bit incomplete in the previous reply. Sorry for that... TL;DR: Change the value of 'menu: Header' in the frontmatter of the file containing the submenu. Why? The page is a modular page,

  • [Antimatter] Bug in connection with Vimeo/Soundcloud? · 8 years ago

    @werdi I don't think it has anything to do with Soundcloud/Vimeo. When you hover a little bit above 'Video', you'll see the mouse pointer change. If you click there, you will jump to the #video ancho

  • How to translate options in select field? · 8 years ago

    @mnemotechnikon Yes, Grav makes building websites fun again.... Add the following to /user/themes/hagne/languages.yaml en: STATUS: SOLD: Sold RESERVED: Reserved AVAILABLE: Available pl:

  • Switching from wordpress · 8 years ago

    Good! I'm sure you will enjoy what Grav has to offer. If you have any questions, don't hesitate to ask for help here on the forum...

  • Page.find fails only on custom route · 8 years ago

    Does this mean your problem is solved?