-
AuthorPosts
-
modalia Friend
modalia
- Join date:
- June 2011
- Posts:
- 96
- Downloads:
- 12
- Uploads:
- 49
- Thanks:
- 39
- Thanked:
- 7 times in 1 posts
October 16, 2014 at 5:05 pm #202152Hi, I have a problem with search module and module registration. If you hover your mouse over the Search Form and record is displayed. But when you try to enter data in boxes, the form disappears. It does not last long enough. Thus, it is impossible to search or registering on the website.
Any idea?
Best regards,
Javier
-
Eragon H Friend
Eragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
October 17, 2014 at 1:53 am #553306Kindly can add the below code to file root/templates/ja_magz/js/scripts.js to fix the issue
a. Position to add: http://prntscr.com/4wwcqt
b. Code to add:
$(document).ready(function() {
$('>.nav >.dropdown .dropdown-menu', '.head-social').unbind().mouseover(function(e) {
$(this).parents('.dropdown:first').addClass('open');
e.stopPropagation();
}).mousedown(function(e) {
$(this).parents('.dropdown:first').addClass('open');
e.stopPropagation();
});
});You may need to clear cache (Joomla cache and Browser cache) to see the change
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by sp1der 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum