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

pamtbaau Legend

Grav Forum Moderators

@pamtbaau · Joined 8 years ago · 3134 posts · 12 topics · 1012 reputation

Badges

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

Recent posts

  • How to debug using dump and xdebug? · 4 years ago

    The reason why dump() doesn't show during onAdminSave is because the Save action is performed by multiple task requests to the server. When hitting Save on a page: The first request: onAdminSave is

  • How to delete tag · 4 years ago

    OK, here is a proof of concept for the plugin I suggested. What can it do: CLI $ bin/plugin taxonomy-case-guard set-case --case capitalize # one of capitalize|uppercase|lowercase This command will

  • How to delete tag · 4 years ago

    Taxonomies are case-sensitive. Have a look at the code that adds taxonomy/values to the taxonomy_tree when looping through all pages: Taxonomy::addTaxonomy() lines 59-86 The taxonomy tree has the fol

  • Duplicate content · 4 years ago

    @NataliaB, There are even more urls pointing to the same content. Try: https://mydomain/typography https://mydomain/typography.html https://mydomain/typography.htm https://mydomain/typography.xml http

  • How to remove /home? · 4 years ago

    @NataliaB, Have you tested it? The settings does not have any impact on OPs urls. In sytem.yaml, the setting hide_in_urls: false|true will only have effect on the Urls of the children of the home page

  • Mobile menu icon displaced to right off screen · 4 years ago

    @normawhite, Since Quark is working fine using position: fixed on several elements, I suspected the issue must be somewhere else. Because you already found out that "[it] Turns out that on a phone it

  • Admin panel Notifications & News Feed do not update · 4 years ago

    @Numpty, Funny, you made the same typo as I did... Updated my post.

  • Wrong button titles in the Admin PluginPanel · 4 years ago

    @ingels, Have you had a chance to search the forum?

  • French typography · 4 years ago

    @red, @bricebou, Excusez-moi, would you agree the repo of the Better Typography plugin might be a better place to continue this discussion on the specifics of the Better Typography plugin?

  • Problem to install grav to my site · 4 years ago

    @erevnitis, I'm afraid I do not get a clear image of your issue... ... succeed initially What does this mean? Were you able to see the default website with Home and Typography? Did you have workin