Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • modalia Friend
    #202152

    Hi, 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

    http://www.modalia.es


    1. search
    2. login
    Eragon H Friend
    #553306

    Kindly 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

    modalia Friend
    #553438

    Hey , it works. It took a while . It takes patience for the cache , but now it works great.

    Thank you very much .

    sp1der Friend
    #553751

    i am facing the exact issue for months and I thought it is a css conflict. Glad that a solution has been provided. Time to test this out in my site.

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