-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 3, 2009 at 3:59 am #146537I 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 3, 2009 at 5:03 pm #325647Any thoughts ??
:((
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 4, 2009 at 4:59 pm #325741any help at all ???
:((
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 5, 2009 at 5:06 am #325771The 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);
}
}2 users say Thank You to Saguaros for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 5, 2009 at 5:31 am #325774Thank You VERY much !!!
😀
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 4, 2010 at 2:43 am #328051tienhc (or anyone) . . . .
Where did you insert the code above to get the login box to work?
:confused:
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 4, 2010 at 3:12 am #328054Please add those codes into the http://musicians-marketplace.com/templates/ja_kyanite_ii/js/ja.script.js same as the ja tube template http://template15.joomlart.com/ja_tube/templates/ja_tube/js/ja.script.js
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by TomC 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum