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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Norma White Member

@normawhite · Joined 9 years ago · 87 posts · 22 topics · 4 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Taxonomy list returns nothing · 6 years ago

    I have updated and changed nothing and archives produces nothing. The terminal output below suggests that I have the latest version of everything fro gravatastic blog. normawhite@Normas-iMac blog % bi

  • Taxonomy list returns nothing · 6 years ago

    It is even empty in the skeleton https://demo.getgrav.org/blog-skeleton/. Everything else there is as it should be. I traced through the code to make sure that the function displaying the archives_dat

  • Taxonomy list returns nothing · 6 years ago

    Thank you - I was looking for that blog skeleton yesterday and missed it. I did what you suggested, changed the name of my blog page to actually blog and all is well with the taxonomy. But the archive

  • Taxonomy list returns nothing · 6 years ago

    I had some issues with a (mostly) working website, so started with a new Grav-quark. I added plugins to make sidebar as it was i.e. sidebar, simplesearch, random, taxonomylist, archives - all work ni

  • Login form - forgot button · 6 years ago

    @pamtbaau: forgot_button: false Many thanks that works, though it is far too deep for me to understand and I would never have found it. Sorry, it took a pandemic to give me time to react to this and

  • Modular page in menu does not display ints children · 7 years ago

    Gee thanks. The main issue is that I forgot about the underscore prefix to the modular sub pages. The onpage_menu solved the menu display. visible false is what I wanted to prevent the child pages sho

  • Modular page in menu does not display ints children · 7 years ago

    I have a very simple text site, consisting of Home and menu-1. I am using fresh GRAV downloaded 2019 Oct 5 with the Quark theme. menu-1 has two subpages, each consisting of one line reporting their n

  • Dropdown menu fails after adding mytheme · 7 years ago

    After I added 'mytheme' my single dropdown menu does not allow the reader to pick anything other than the first item. When the mouse is below the first item the menu disappears. My theme has only a li

  • Restrict access to page of a modular page · 7 years ago

    I have a modular page and want to restrict access to a particular subpage and the pages contained therein. I have access: site.login: true in the subpage and all of its pages and still the content dis

  • Login form - forgot button · 7 years ago

    I would like to disable the forgot button on the login form. I found a promising place in login-form.html.twig There is a test of {% if page.header.form.login.forgot_button ?? true %} which would remo