Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ninshen Developer
    #192511

    Hello.

    I have a problem with sub menus. They are too quick to disappear before one gets a chance to hover on them.
    What is the fix?

    I could consider using mega menu option which kinda looks neat but seems VERY complicated, so that’s one mountain I choose to climb another day. The video tutorial I found on you tube did not help me much in setting up a megamenu as I could not find the “navigation” on Template Manager options.

    If there is a guide here for “Mega Menu Beginners” , sure would like to see it.

    thanks

    Saguaros Moderator
    #513367

    Hi ninshen,

    Did you try with changing animation type in Menu settings? http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Menu_Settings

    ninshen Developer
    #513380

    Thanks Saguaros, will check this out. 🙂

    ninshen Developer
    #513426

    have found it, will try fiddling with it for a wee while and see where it takes me.
    thanks

    ninshen Developer
    #513718

    STILL STUCK WITH THIS PROBLEM. :(( SUGGESTIONS/ADVICES WOULD BE MUCH APPRECIATED.
    I can also see that there is not a J3 compatible version of this template. Would it be advisable to do an update?

    THANK YOU 🙂

    Saguaros Moderator
    #513725

    Hi ninshen,

    You can try opening file: templatesja_mixmazjsmenumega.js

    look for function positionSubmenu


    positionSubmenu: function (item) {
    var options = this.options, offsleft, offstop, left, top, stylesOff = {},
    icoord = item.el.getCoordinates(),
    bodySize = $(document.body).getScrollSize(),
    winRect = {

    ...............................
    ..............................
    if (item.level0) {
    if (window.isRTL) {
    offsleft = Math.max(winRect.left, icoord.right - item.width - 20);
    left = Math.max(0, offsleft - winRect.left);
    } else {
    offsleft = Math.max(winRect.left, Math.min(winRect.right - item.width, icoord.left));
    left = Math.max(0, Math.min(winRect.right - item.width, icoord.left) - winRect.left);
    }
    } else {
    if (window.isRTL) {
    if (item.direction == 1) {
    offsleft = icoord.left - item.width - 20 + options.offset;
    left = -icoord.width - 20;

    if (offsleft < winRect.left) {
    item.direction = 0;
    offsleft = Math.min(winRect.right, Math.max(winRect.left, icoord.right + item.padding - 20 - options.offset));
    left = icoord.width - 20;
    stylesOff['margin-right'] = item.width;
    }
    } else {
    offsleft = icoord.right + item.padding - 20;
    left = icoord.width - 20;

    if (offsleft + item.width > winRect.right) {
    item.direction = 1;
    offsleft = Math.max(winRect.left, icoord.left - item.width - 20);
    left = -icoord.width - 20;
    stylesOff['margin-right'] = -item.width;
    }
    }
    } else {
    .................

    try to change all value 20 to 30

    Then clean JAT3 cache.

    <blockquote>I can also see that there is not a J3 compatible version of this template</blockquote>

    >> This JA Mixmaz template is available for Joomla 3.1 already, you can confirm in download section of this template

    FYI: it’s also under process of being updated to be compatible with latest version of Joomla 3.2

    Regards

    ninshen Developer
    #513850

    Thanks a ton Saguaros! I will now work on it and let you know of my progress 🙂

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

This topic contains 7 replies, has 2 voices, and was last updated by  ninshen 10 years, 5 months ago.

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