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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3129 posts · 12 topics · 1011 reputation

Badges

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

Recent posts

  • How to remove text transparency on the Hero text · 1 year ago

    @Delo, Open the Developer Console of your browser and click on the element in question. Then look at the right side to find the rule(s) that impact the style of the element. Once you find the rule, y

  • Default frontmatter header for all pages · 1 year ago

    @haihige, AFAIK, there is no way to define a common frontmatter that will be inherited by all pages and can be overridden by a page. As @Karmalakas notes, it would require a change in the Feed plugin.

  • Looking for Artwork portfolio theme · 1 year ago

    @RiseUp, Even the plain Quark theme might give you a good starting point. When you choose for the blog layout, you can create a blog-item per artwork, containing an image and a description. You can al

  • Stats - Numbers don't compute · 1 year ago

    @shane, I'm pretty sure you have been visiting your site in March, so daily.json and montly.json should have data for that period. With the info given so far, I cannot draw any conclusion that explain

  • Stats - Numbers don't compute · 1 year ago

    @shane, Smells fishy... There is a value for the previous month, but you have no records for days in March. By default, Grav keeps the last 30 days (or more exact: records) in daily.json and purges t

  • Stats - Numbers don't compute · 1 year ago

    @shane, And where are the remaining 5 days making up "the last 7 days" in daily.json?

  • Stats - Numbers don't compute · 1 year ago

    You're not the first complaining about it.... https://github.com/getgrav/grav-plugin-admin/issues/2440 The data is collected in files /logs/popularity/daily.json and /logs/popularity/montly.json. For

  • User Registration and Accounting: Flex Objects + External Relational DB? · 1 year ago

    @jooru, Nice April Fool's Day prank... :-)

  • Modal link-box unresponsive · 1 year ago

    @RiseUp, Is this JS related [..]? If you take a look in the Developer Console of your browser, you'll something like: Uncaught TypeError: e.indexOf is not a function at ce.fn.load (VM217 jquery

  • Embedding p5js scripts in Grav page · 1 year ago

    @dmeissner, There is... Take a look at the docs: Theme customisation Asset Manager