0
Welcome Guest! Login
0 items Join Now

Gantry is 500 error if I add a child to the menu

    • Eoin's Avatar
    • Eoin
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 18

    Re: Gantry is 500 error if I add a child to the menu

    Posted 6 months 3 weeks ago
    • For anyone watching here is the GitHub Issue:

      https://github.com/gantry/gantry5/issues/3266

      The workaround solution that I have used is:

      create all menu items in a single column.

      Add this CSS to your Page Settings > custom CSS atom


      .g-menu-item-12 ul.g-sublevel li {
          width: 25% !important;
          float: left !important;
      }

      Change the ".g-menu-item-12" to the correct number. You can find this by inspecting the elements of your menu item.
    • The following users have thanked you: Matt

    • Owner of Square Balloon
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22254
    • Thanks: 3223
    • messin' with stuff

    Re: Gantry is 500 error if I add a child to the menu

    Posted 1 week 1 day ago
    • There's a note about a menu recursion error being patched in Gantry 5.5.20 (available as a CI build)... maybe it addresses this?
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:

Time to create page: 0.044 seconds