pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1013 reputation
Badges
Recent posts
-
Helium: array_replace_recursive(): Expected parameter 2 to be an array, string given
· 5 years ago
@01K, Please open a new topic for your question on the URL, to prevent it getting buried and lost in this thread.
-
Helium: array_replace_recursive(): Expected parameter 2 to be an array, string given
· 5 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
· 5 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
· 5 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?
· 5 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?
· 5 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?
· 5 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
· 5 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
· 5 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
· 5 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