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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3184 posts · 17 topics · 1019 reputation

Badges

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

Recent posts

  • Helium: array_replace_recursive(): Expected parameter 2 to be an array, string given · 6 years ago

    @01K, grav.log: The only template file references in the stacktrace is blog.html.twig without a code line. That's a bit of non-information... Image: However, the image gives a clear cue at the top: b

  • Simple Search plugin - getting error 404 of misconfigured URL's · 6 years ago

    @01K, What is the value of route in config file /user/config/plugins/simplesearch.yaml? Is it route: /search or route: /blog/search ?

  • Helium: array_replace_recursive(): Expected parameter 2 to be an array, string given · 6 years ago

    @01K, I'm afraid you are scaring off the audience with overwhelming details... 😟 The chances that someone will really read and try to interpret all code is minimal I guess... I for one didn't and I li

  • How do I setup for theme development? · 6 years ago

    @Karmalakas, Prefixing Yes, prefixing is still a thing. Have a look at the package.json of Bootstrap and/or Spectre... They both include 'autoprefixer' resp. 'gulp-autoprefixer'. Minify Minifiers hav

  • How do I setup for theme development? · 6 years ago

    @Karmalakas, When you want to adapt Bootstrap or Spectre (eg. their variables as you mentioned in your first post), there is more to it then only watching and compiling scss files: Compiling scss Pre

  • How do I setup for theme development? · 6 years ago

    @Karmalakas, That's a bit surprising because according the docs of PHP Storm on the use of SCSS you still need to install the sass compiler: npm install -g sass I don't have PHP Storm so maybe I'm mis

  • Creating bilingual events using 'Events' plugin · 6 years ago

    @kleas, I cannot reproduce the issue of duplicate events using the calendar layout. Only events of a single language are shown. In a clean Grav 1.7.0-rc.20 installation using Quark theme, the followin

  • Plugin to resize image and create srcset · 6 years ago

    @Karmalakas, Adapted code to value-type of srcset.derivatives: 'min', 'max', 'step' if string and fixed set of sizes if array. See ImageMedium::derivatives(): derivatives( int/int[] $min_width , int

  • Plugin to resize image and create srcset · 6 years ago

    @Karmalakas, Not sure if there are any plugins fulfilling your needs, but if you like coding, you could try the following: Using a fresh install of Grav 1.7.0-rc20: Create config file '/user/config/s

  • Page remote media files (over http) · 6 years ago

    @sherpadawan, I did not noticed we could add html directly into the markdown editor. From the 'inventor' of Markdown: For any markup that is not covered by Markdown’s syntax, you simply use HTML i