Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • cn186 Friend
    #146855

    Since I’ve upgraded to Teline III 1.4, the menu type seems not to work anymore.

    If I change from CSS Menu to Moo Menu or Dropline Menu, the appearance of Magazine menu doesn’t change.

    Any clue ?

    Thank you for your help.

    micrantha Friend
    #326672

    Indeed: in a local installation of quickstart package of Jateline III version 1.4 Menu type does not work. In any option it only shows CSS Menu.

    dncforum Friend
    #326674

    Same problem here: only CSS menu is showing regardless whichever option I set in the template backend

    froverseti Friend
    #326730

    Me too.
    Same problem in quick start installation.
    Any help is appreciated

    Thanks in advance.

    gray Friend
    #326743

    I found a solution. This problem is only in v 1.4 of the template.

    Find in ja.template.helper.php function loadMenu and replace it with (actually, it’s function from 1.3)
    [php]
    function loadMenu ($params = null, $menutype = ”) {
    static $jamenu;
    if (!isset($jamenu)) {
    if (!$menutype) $menutype = $this->getParam(JA_TOOL_MENU, ‘css’);
    if ($this->mobile_device_detect_layout()) {
    $mobile = $this->getLayout ();
    if (is_file(dirname(__FILE__).DS.’menu’.DS.”$mobile.class.php”)) $menutype = $mobile;
    else $menutype = ‘handheld’;
    }
    $file = dirname(__FILE__).DS.’menu’.DS.”$menutype.class.php”;
    if (!is_file ($file)) return null;
    require_once ($file);
    $menuclass = “JAMenu{$menutype}”;
    $jamenu = new $menuclass ($params);
    //check css/js file
    $file = $this->templatepath().DS.’css’.DS.’menu’.DS.”$menutype.css”;
    if (is_file ($file)) $jamenu->_css = $this->templateurl().”/css/menu/$menutype.css”;
    $file = $this->templatepath().DS.’js’.DS.’menu’.DS.”$menutype.js”;
    if (is_file ($file)) $jamenu->_js = $this->templateurl().”/js/menu/$menutype.js”;
    }
    return $jamenu;
    }
    [/php]

    issay Friend
    #326933

    I excepted to see a dropline menu as in demos i have seen ! . but it does not work .

    if i copy this code , is there any consequences i would face later like bugs, erros.?

    i suggest to fix this problem in the package and re-release telline 1.4v .

    Anonymous Moderator
    #326999

    Hi there

    We have fixed this issue and update for downloading

    To solve, please open templates/ja_telineiii/index.php, at about line 67, find following code section:

    $tmplTools->loadMenu($japarams);

    and change to:

    $jamenu = $tmplTools->loadMenu($japarams, $ja_menutype);

    micrantha Friend
    #327015

    Thank you Developer, but there is a typo in your fix…..
    In this way no effect.
    But it is OK when I change line in

    $tmplTools->loadMenu($japarams, $ja_menutype);

    Thank you anyway.
    Micrantha

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 7 voices, and was last updated by  micrantha 14 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum