Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Harald Schneider Member
@hschneider · Joined 6 years ago · 85 posts · 5 topics · 15 reputation
Badges
Recent posts
-
Tailwindcss on grav
· 6 years ago
Sure. You can use e.g. the Shortcode Assets Plugin. This example shows you the different variants of adding a CSS file: [assets=css] custom-style.css /blog/some-blog/post/style.css //cdnjs.cloudflare.
-
Clear cache for pages displaying datas coming from other pages (via a shortcode)
· 6 years ago
We like to be liked a bit more :-)
-
Clear cache for pages displaying datas coming from other pages (via a shortcode)
· 6 years ago
This is a matter of testing. if you clear the whole cache very often, things will get very slow. So the better way is to keep certain pages uncached. In most cases it costs more time to rebuild the ca
-
Clear cache for pages displaying datas coming from other pages (via a shortcode)
· 6 years ago
Maybe this approach is much simpler - in all related pages set these settings in the Page's Advanced tab: Enable "Never Cache Twig" Disable "Caching" Hit "Save" and clear the whole cache once, manua
-
Quark bricklayer showing wrong number of columns
· 6 years ago
This is hard to analyze, without having seen the site. Just my 2 cents: Have you cleared the cache on both sites as well as your browser cache? Is there any error in your browser's devtools console ?
-
Error on custom Shortcode path
· 6 years ago
I think they are only visible, when you connect via SSH and do a ls -la in that folder. There is no generic way to exclude them neither on the NAS nor on Grav's side. If you cannot switch off AFP, the
-
Error on custom Shortcode path
· 6 years ago
Hidden @eadir folders are created, when AFP is enabled on your NAS. Unfortunately the plugin tries to process these folders. The only way I see is to disable AFP or not to access the shortcuts folder
-
Change logo colour as in Open Publishing (Blogging) Space
· 6 years ago
It is a SVG logo. It's the same logo. The fill color depends on the header you choose: light or dark header. The dark header CSS overwrites the standard light header CSS. You can see the CSS defs in t
-
Error compressing web download and open in Localhost
· 6 years ago
If you compress a Grav Site, make sure that hidden files (e.g. .htaccess) are included in the archive. You are on the secure side, if you use Tar instead of Zip. Compress: tar -cvzf archive.tgz path_t
-
User_profile and status as submenu
· 6 years ago
If it is in a parent theme, then it will be overwritten with updates.