Submenu flashes and disappears after mouse-over!

  • tolga
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
9 years 5 days ago - 9 years 5 days ago #44637 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
Last edit: 9 years 5 days ago by tolga.

Please Log in to join the conversation.

More
9 years 5 days ago #44638 by ivan.milic
Open:

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
  • New Member
More
9 years 4 days ago #44639 by tolga
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

Please Log in to join the conversation.

  • tolga
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
9 years 3 days ago #44642 by tolga
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.

More
9 years 3 days ago #44644 by ivan.milic
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

Please Log in to join the conversation.

  • tolga
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
9 years 3 days ago #44645 by tolga
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

Please Log in to join the conversation.

Time to create page: 0.318 seconds
Powered by Kunena Forum