Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3196 posts · 17 topics · 1020 reputation

Badges

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

Recent posts

  • How can I set the mobile view of the site to maintain image aspect ratio? · 3 years ago

    @laviq, Can I use markdown syntax in TinyMCE plugin? Although slightly related to this topic, I would consider this to be a new topic. Would you mind creating a new topic with a suitable title?

  • Bulk Edit of posts to add category · 3 years ago

    @ashokjajooyahoocom, Not by Grav, but... I guess most editors can do a search/replace in multiple files. At least VScode and IDEs from JetBrains can... and a shell command will also do the job: http

  • How can I set the mobile view of the site to maintain image aspect ratio? · 3 years ago

    @laviq, Sounds like images that are not responsive. First read how responsive design works: https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images And once you

  • Seeking Flex-Objects CRUD tutorial (PHP) · 3 years ago

    @CuriousCI, If your "simpler structures" can be stored as Yaml or Json and you don't need thousands of objects, then a simple flat file would probably suffice. and an API (with a custom Plugin) to de

  • Background color of markdown pre formated text · 3 years ago

    @thgr, I've has a look at your website. When looking at the css tree in the inspector of the browser, the issue is quite clear: It's a specificity issue. The most specific rule wins. The problem is ca

  • Background color of markdown pre formated text · 3 years ago

    @thgr, My css grav/user/themes/mytheme2/custom.css is working but not for pre code tags Maybe a typo, but the custom.css file should be in folder user/themes/mytheme2/css I've again walked the step

  • Background color of markdown pre formated text · 3 years ago

    @thgr, That's not a solution, that's brute force and is considered a bad practice... So my_theme is not correctly setup and I don’t know why. If you followed Inheriting using the CLI when creating

  • Background color of markdown pre formated text · 3 years ago

    @thgr, If the theme is correctly setup, the custom.css file should be loaded last. This way, selectors with equal specificity in custom.css will override prior selectors. In your case, the selector pr

  • How to create xdebug.conf on macOS? · 3 years ago

    @Bonim, Have you tried a quick search on Google?

  • Background color of markdown pre formated text · 3 years ago

    @thgr, You probably have a conflict with existing css from Quark: theme.min.css pre code, pre.xdebug-var-dump { ... background: #fafafa; } and spectre.min.css code { ... background: #fcf2f2; }