-
AuthorPosts
-
ninshen Developer
ninshen
- Join date:
- November 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
November 24, 2013 at 7:35 pm #192511Hello.
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 25, 2013 at 8:52 am #513367Hi ninshen,
Did you try with changing animation type in Menu settings? http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Menu_Settings
1 user says Thank You to Saguaros for this useful post
ninshen Developerninshen
- Join date:
- November 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
November 25, 2013 at 9:36 am #513380Thanks Saguaros, will check this out. 🙂
ninshen Developerninshen
- Join date:
- November 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
November 25, 2013 at 2:13 pm #513426have found it, will try fiddling with it for a wee while and see where it takes me.
thanksninshen Developerninshen
- Join date:
- November 2011
- Posts:
- 87
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
November 27, 2013 at 12:39 pm #513718STILL 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 27, 2013 at 1:44 pm #513725Hi 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
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by ninshen 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum