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

pamtbaau Legend

Grav Forum Moderators

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

Badges

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

Recent posts

  • 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

  • Create Flex Object with FE Form · 4 years ago

    @Thoomyy, I presume an FE form is a front-end form and not Admin... Disclaimer: I have no experience with Flex-Objects and the following is based on the docs I've just read and a bit of playing with

  • Share a plugin to the community · 4 years ago

    @tdechiron, See Theme/Plugin Release Process