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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3137 posts · 13 topics · 1013 reputation

Badges

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

Recent posts

  • Umlauts not converted correctly to anchor-slug/custom slug will remove module from page and menu · 5 years ago

    @NatLikon, By searching this forum on 'umlaut', I found the following post: Umlaute Ü ä in frontmatter I've altered the solution a bit for theme Quark. The solution is quite generic, but you might hav

  • Sharect.js in Grav CMS · 5 years ago

    @bwanot, Ouch... :man_facepalming: I've added *.js files instead of inline scripts.... Sorry for the confusion. Hm, the plugin does not offer an option to load inline scripts at the bottom. That's an

  • Sharect.js in Grav CMS · 5 years ago

    @bwanot, No I can't paste my config file since I've already cleaned up my test. Are you perhaps confusing /user/plugins/custom-js/custom-js.yaml with /user/config/plugins/custom-js.yaml?

  • Sharect.js in Grav CMS · 5 years ago

    @bwanot, It sure worked for me... To be sure, I even installed the plugin again: starting with 'head', saving, testing -> snippet is in head replacing 'head' with 'bottom', saving, testing ->

  • Sharect.js in Grav CMS · 5 years ago

    @bwanot, By changing the plugin's config file and change the group from 'head' to 'bottom'. That will move the script to the bottom of <body>. The documentation of the plugin is not that optimal

  • Sharect.js in Grav CMS · 5 years ago

    @bwanot, Try moving the script in which Sharect is being initialized, to the bottom of <body>

  • Blog posts not sorting · 5 years ago

    @nolan, The purpose of utilities like bricklayer or masonry is that they try to keep the bottom of the columns relatively equal. This is often used for image galleries, but in Quark also for the layou

  • Sharect.js in Grav CMS · 5 years ago

    @bwanot, Internally, the script calls document.body.appendChild(r). However, because your script is running in <head> element <body> does not exist yet.

  • Blog posts not sorting · 5 years ago

    @nolan, The blog items can be displayed in 1 or 2 columns depending on the width of the window. Also, the blog items are laid out using bricklayer which tries to shuffle items in such a way that one c

  • Blog posts not sorting · 5 years ago

    @nolan, What I see at page 'News' is: Oct 28 (left) Oct 1 (right) Sept 24 (lower left) Aug 13 (lower right) ... If I narrow the window, to display a single column, I see: Oct 28 Oct 1 Sept 24 Aug 1