Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • timtecsa Friend
    #202197

    When trying to enter username and password in the login form it disappears making data entry rather tricky. I think there is a fix but haven’t found it.

    Eragon H Friend
    #553514

    Kindly add the below code to the file root/templates/ja_teline_iv_t3/js/scripts.js
    1. Position to add: http://prntscr.com/4xvudf
    2. Code to add

    $(document).ready(function() {
    $('>.nav >.dropdown .dropdown-menu', '.secnav').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 to see the changes

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Eragon H 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum