0
Welcome Guest! Login
0 items Join Now

PHP 7.1 Gantry 4 Joomla / WordPress Themes Fix

  • PHP 7.1 Gantry 4 Joomla / WordPress Themes Fix

    Posted 7 years 2 months ago
    • Hello Folks,

      We're in the process of putting out some updates for our Gantry 4 themes for PHP 7.1, but if you would like to be ahead of the game, make your way to your FTP client or cPanel and follow the path to (replace TEMPLATE / THEME with your template / theme name) :

      Joomla
      rt_TEMPLATE/joomla/template/html/mod_roknavmenu/themes/gantry-dropdown/layout.php
      OR
      rt_TEMPLATE/joomla/template/html/mod_roknavmenu/themes/gantry-fusion/layout.php

      WordPress
      rt_THEME_wp/html/gantrymenu/themes/gantry_dropdown/layout.php
      OR
      rt_THEME_wp/html/gantrymenu/themes/THEME_fusion/layout.php

      Once you've arrived at any of the destinations above, search for the following:
      $ul_css = '';

      and change it to:
      $ul_css = array();

      And that's it! If you are having any issues in addition to this on PHP 7.1, please post for support in your theme's respective forum.
    • Last Edit: 7 years 2 months ago by Reggie Simmons.
    • The following users have thanked you: Kat05

    • Kind regards,
      Reggie

      Learn to code for free.
      www.freecodecamp.org

Time to create page: 0.043 seconds