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

  • YAML file locking and reading in Windows vs *nix · 8 years ago

    I can confirm the issue on Windows using Xampp. It doesn't occur when using Windows Subsystem for Linux This doesn't seem to be an issue in your plugin, but rather at a lower level. Perhaps logging an

  • Logo image not redirecting to homepage · 8 years ago

    Jeffrey, If I new how to fix the Javascript issue I would have done it for you. But unfortunately I don't know... Besides, I have no means to test it and I also don't know if that issue is the root c

  • Logo image not redirecting to homepage · 8 years ago

    /user/themes/mediator/templates/partials/base.html.twig line 24 <link rel="stylesheet" href="http://brick.a.ssl.fastly.net/Linux+Libertine:400,400i,700,700i/Open+Sans:400,400i,700,700i"> Replace

  • Logo image not redirecting to homepage · 8 years ago

    If you look in the developer tools of Safari, you will see 2 errors: You are trying to access the fonts using 'http' instead of 'https'. Chrome will block these 'http' request made by a 'https' page.

  • Multiple boxes – but unique content? · 8 years ago

    Tim, the blueprint you have shared before works fine in my installation. They show fine, they save fine... No idea what goes wrong in your context. If you need no variable list but have fixed fields o

  • Multiple boxes – but unique content? · 8 years ago

    @RiverTim: The tab ‘Showcase’ is visible in the admin, but it contains no fields. Do you see the following in Admin? And have you tried 'Add item'? Child fields will not be shown if you haven't adde

  • Multiple boxes – but unique content? · 8 years ago

    @RiverTim @RiverTim: but the admin fields are not showing up Uhhh.... They show up in Admin in tab 'Showcase' They save to fontmatter in 'showcase.md' (but override the 'more' you already defined

  • Multiple boxes – but unique content? · 8 years ago

    @RiverTim I suggested to have a look at Quark's 'features' module to get an overall idea and then adapt a copy of its blueprint/template to suit your needs. What have you tried so far but hasn't worke

  • Logo image not redirecting to homepage · 8 years ago

    Logo: The solution is in the PR issued... 😉 In case you are not familiar with GitHub: The proposed solution is to replace 'base_url_relative' by 'home.url' in /user/themes/mediator/templates/partials/

  • Replace long if/elseif/else with array search · 8 years ago

    You could try: {% set default_icon = "globe" %} {% set icons = { "twitter": "twitter.com", "instagram" : "instagram.com", } %} {% for s_url in page.header.syndication %} {% set icon