Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • TomC Moderator
    #146537

    I have integrated the JA Login module into my Kyanite I based site that I am working on, but I am not getting the pop-up login/account box function/effect. Submitted a “Help from JA Staff” ticket and hoping someone can help me.

    Thanks much !!

    TomC Moderator
    #325647

    Any thoughts ??

    :((

    TomC Moderator
    #325741

    any help at all ???

    :((

    Saguaros Moderator
    #325771

    The problem is fixed, you forgot add a function javascript to control the box

    named is the “showbox” function,


    var boxes = [];
    showBox = function (box,focusobj) {
    box=$(box);
    if (!box) return;
    boxes.include (box);
    if (box.getStyle('display') == 'none') {
    box.setStyles({
    display: 'block',
    opacity: 0
    });
    }
    if (box.status == 'show') {
    //hide
    box.status = 'hide';
    var fx = new Fx.Style (box,'opacity');
    fx.stop();
    fx.start (box.getStyle('opacity'), 0);
    } else {
    boxes.each(function(box1){
    if (box1!=box && box1.status=='show') {
    box1.status = 'hide';
    var fx = new Fx.Style (box1,'opacity');
    fx.stop();
    fx.start (box1.getStyle('opacity'), 0);
    }
    },this);
    box.status = 'show';
    var fx = new Fx.Style (box,'opacity',{onComplete:function(){if($(focusobj))$(focusobj).focus();}});
    fx.stop();
    fx.start (box.getStyle('opacity'), 1);
    }
    }

    TomC Moderator
    #325774

    Thank You VERY much !!!

    😀

    TomC Moderator
    #328051

    tienhc (or anyone) . . . .

    Where did you insert the code above to get the login box to work?

    :confused:

    Saguaros Moderator
    #328054
    TomC Moderator
    #328055

    THANK YOU once again, my friend.

    I just wasn’t sure into which file I was supposed to insert the code.

    Working perfectly (again) !!!

    😀

    TomC Moderator
    #361148

    Is there any way to add some code that causes the login or account creation box to fade out after “x” many seconds of non-activity?

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

This topic contains 9 replies, has 2 voices, and was last updated by  TomC 14 years ago.

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