- Posts: 13
- Thank you received: 0
Submenu flashes and disappears after mouse-over!
-
tolga
Inactive member - Topic Author
- New Member
Less
More
9 years 9 months ago - 9 years 9 months ago #44637
by tolga
Submenu flashes and disappears after mouse-over! was created by tolga
Hi,
I am using Hot Food Template. I love this template, great work! Thanks a lot!!!
After installation and a little bit of configuration I have a problem with submenus.
I set "Show Submenus" => On and "End Level" => All.
The Submenu appears by mouse-over for a very little time and then disappears. How to fix this issue?
Please help me with this problem.
Please click on "Das Bermpohl" to test it.
Here's the site: Click
Thank you and best regards,
Tolga
I am using Hot Food Template. I love this template, great work! Thanks a lot!!!
After installation and a little bit of configuration I have a problem with submenus.
I set "Show Submenus" => On and "End Level" => All.
The Submenu appears by mouse-over for a very little time and then disappears. How to fix this issue?
Please help me with this problem.
Please click on "Das Bermpohl" to test it.
Here's the site: Click
Thank you and best regards,
Tolga
Last edit: 9 years 9 months ago by tolga.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44638
by ivan.milic
Replied by ivan.milic on topic Submenu flashes and disappears after mouse-over!
Open:
templates/hot_food_spirit/js/jquery.hjt.nav.js
replace all code with this:
templates/hot_food_spirit/js/jquery.hjt.nav.js
replace all code with this:
Code:
/*------------------------------------------------------------------------
# "hot_food_spirit" - Joomla Template Framework
# Copyright (C) 2012 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/
(function(jQuery){
jQuery.fn.dropDownMenu = function(options) {
var defaults = {
speed: 300,
effect: 'fadeToggle'
};
var options = jQuery.extend(defaults, options);
return this.each(function() {
jQuery('.nav ul').hide();
jQuery('.nav li ul li').filter(':last-child').css('border-bottom', 'none');
jQuery('.nav li').hover(function(){
jQuery(this).find('ul:first').stop(true,true).fadeIn(options.speed);
},function(){
jQuery(this).css('position', 'relative')
.find('ul:first').stop(true,true).fadeOut(options.speed);
});
});
};
})(jQuery);
The following user(s) said Thank You: tolga
Please Log in to join the conversation.
-
tolga
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
9 years 9 months ago #44639
by tolga
Replied by tolga on topic Submenu flashes and disappears after mouse-over!
Hi,
that fixed it. Thank you very much!
When I click on a link in the submenu, the link won't be opened
One additional question: I'd like to change the order of the article listings.
How could I do that? I tried to change the order in the backend but it has no effect on the frontend.
Thank you and best regards,
Tolga
that fixed it. Thank you very much!
When I click on a link in the submenu, the link won't be opened
One additional question: I'd like to change the order of the article listings.
How could I do that? I tried to change the order in the backend but it has no effect on the frontend.
Thank you and best regards,
Tolga
Please Log in to join the conversation.
-
tolga
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
9 years 9 months ago #44642
by tolga
Replied by tolga on topic Submenu flashes and disappears after mouse-over!
Edit: I selected the submenu link, set it to "single article" and selected an existing article from the template. Open in: Same windows
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44644
by ivan.milic
Replied by ivan.milic on topic Submenu flashes and disappears after mouse-over!
For article order there are several levels you can set that.
General joomla article options in category options, then for category and for menu item settings.
If all are set on general, you should try menu item options parameters
General joomla article options in category options, then for category and for menu item settings.
If all are set on general, you should try menu item options parameters
Please Log in to join the conversation.
-
tolga
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
9 years 9 months ago #44645
by tolga
Replied by tolga on topic Submenu flashes and disappears after mouse-over!
Sorry, I can't find the settings you are talking about
May I grant you Super User Access?
Please PM me, if yes.
Best regards,
Tolga
May I grant you Super User Access?
Please PM me, if yes.
Best regards,
Tolga
Please Log in to join the conversation.
Time to create page: 0.171 seconds