Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • dave_3d Friend
    #163294

    I am unable to limit the levels shown in the main menu using megamenu.

    I set start level and end level in thr control panel for the template for the default profile, but it does nothing,

    I see it is also a problem reported here : http://www.joomlart.com/forums/topic/start-and-end-level-mega-menu-not-working/

    Is there any way I can modify the code to restrict the megamenu to one level in JA Business ?

    Thanks,

    D.

    Saguaros Moderator
    #388675

    Yes, this is issue from the menu, presently it does not work perfectly 😐

    dave_3d Friend
    #390161

    Is this an issue that will be looked into ?

    It is a feature that I would really like.

    Or any suggestion of which source file to alter to restrict display depth ?

    Thanks,

    D.

    dave_3d Friend
    #392977

    Joomlart,

    When will this be repaired ?

    I am trying to use JA_Business on a large business site and REALLY need this function.

    If I had known it was not working I would not have started with JA_Business.

    If you cannot implement it in the JA_Business template setup, at least explain to me where I can hard-code the Menu to display to a set depth of my choice.

    Thanks,

    D.

    dave_3d Friend
    #397405

    Will this bug be fixed ?

    I was trying to use this template for a business website.

    But with the errors and problems I have experienced with the Mega Menu (display levels, Javascript errors) and the bullet points styling conflicts when trying to use K2 (All problems posted in this Forum) … I seriously have used way more time than I wanted.

    The whole point in buying a joomlart template is to use a well constructed template that I don’t have to modify. In the past this has been the case, and I have been happy with the Joomlart templates.

    But I am dissapointed with this template. Fine if it was for hobby sites, but if you promote it for business it should be tested for business use where the clients are rightfully more demanding.

    D.

    Arvind Chauhan Moderator
    #397416

    hi Dave,

    Sorry for the trouble you had with the template. Tienhc (support guy above), is off work and so this thread got neglected. Now that you have bumped it, i shall get it attended the very first thing in the morning, you can reply back in the mean time with the links to other important threads of yours related with this template, so that the same can be updated for you.

    Arvind

    dave_3d Friend
    #397464

    Thank-you for your reply, Arvind.

    1. The first problem is the megamenu set depth command is not working as I have explained in this thread.

    The other problems I have come across are :

    2. K2 Bullet lists (any type) causes problems with the CSS styles. If I alter the code I can get bullets to show, but it also affects other lists in the k2 display. Obviously being able to use lists is an essential feature that I would need if I am to use K2.

    Here is the thread where we discussed it – and it would seem I am not alone with this problem :

    http://www.joomlart.com/forums/topic/no-bullets-in-k2-list/

    I also cannot style a list using the example bullet lists in the Typography page. I use JCKeditor.

    3. The other problem I have encountered is using IE8 (running on Windows XP and Windows 7) a Javascropt error message is generated when moving out of a megamenu. This is detailed here :

    http://www.joomlart.com/forums/topic/megamenu-causes-a-java-error/

    I can supply screen shots or further info if you need.

    D.

    <em>@drarvindc 248374 wrote:</em><blockquote>hi Dave,

    Sorry for the trouble you had with the template. Tienhc (support guy above), is off work and so this thread got neglected. Now that you have bumped it, i shall get it attended the very first thing in the morning, you can reply back in the mean time with the links to other important threads of yours related with this template, so that the same can be updated for you.

    Arvind</blockquote>

    chavan Friend
    #397551

    Hi dave_3d

    You can solve problem of megamenu set depth by following step:
    1. You open file plugins/system/jat3/core/menu/base.class.php
    2. Find follow code in loadMenu function
    [php]
    if (($start>=0 && $start > $v->sublevel)
    || ($end>0 && $v->sublevel > $end)
    || ($start > 0 && !in_array($v->tree[0], $this->open))
    ) {
    continue;
    }
    [/php]
    3. Replace above code by
    [php]
    if (($start>=0 && $start > $v->sublevel)
    || ($end>=0 && $v->sublevel > $end)
    || ($start > 0 && !in_array($v->tree[0], $this->open))
    ) {
    continue;
    }
    [/php]

    And the other problem I have encountered is using IE8, we will discuss in http://www.joomlart.com/forums/topic/megamenu-causes-a-java-error/

    Finally, K2 Bullet lists, you will discuss with our supporter in
    http://www.joomlart.com/forums/topic/no-bullets-in-k2-list/

    Have a nice day! 🙂

    dave_3d Friend
    #399960

    Thank-you for the feedback.

    D.

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

This topic contains 9 replies, has 4 voices, and was last updated by  dave_3d 13 years, 4 months ago.

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