0
Welcome Guest! Login
0 items Join Now

Custom Gantry templates based on default Gantry (rt_gantry)

  • Custom Gantry templates based on default Gantry (rt_gantry)

    Posted 13 years 2 weeks ago
    • Hello,
      we have recently released a new version of Gantry that addresses an issue in the template-details.xml file.
      If you had written a custom template based on the default Gantry template (rt_gantry) and the admin does not allow you to make changes, the updated Gantry library (v3.2.19) might not still fix the issue. If that's the case, please edit the template-options.xml found in your custom template and look for the entry:

      <fields name="menu" type="selectedset" label="MENU_CTRL">
      <field name="enabled" type="toggle" default="1" label="SHOW" />

      and change it to

      <fields name="menu" type="selectedset" label="MENU_CTRL">
      <field name="enabled" type="toggle" default="1" label="SHOW" enabler="true" />

      This fix has been applied already on the latest version of Gantry.
    • / Djamil Legato / Lead Developer /

Time to create page: 0.053 seconds