- Posts: 58
- Thank you received: 0
problems with account creation
-
leatherboy
Inactive member - Topic Author
- Member
Less
More
10 years 10 months ago #36421
by leatherboy
problems with account creation was created by leatherboy
Hi I have the same problems as in this post
www.hotjoomlatemplates.com/support-forum...ontent-display#20490
But I cant find the attachements with the solution you proposed. Is it possible to re-upload them.
Thanks
www.hotjoomlatemplates.com/support-forum...ontent-display#20490
But I cant find the attachements with the solution you proposed. Is it possible to re-upload them.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36423
by ivan.milic
Replied by ivan.milic on topic problems with account creation
Unfortunately they are lost. Describe your problem , post link
Please Log in to join the conversation.
-
leatherboy
Inactive member - Topic Author
- Member
Less
More
- Posts: 58
- Thank you received: 0
10 years 10 months ago #36453
by leatherboy
Replied by leatherboy on topic problems with account creation
This template has alot of bugs (I 've try it some times and then I installed another of your templates). But I like it and I think it is the last try to use it as an alternate blog page.
The link is www.alisverisi.eu
At the momment when yu click on create new account , forgot your pass or username it stacks.
Yoy can see this module at the right position in greek.
These are the 3 lines that have problems
Ξεχάσατε τον κωδικό σας;
Ξεχάσατε το όνομα χρήστη σας;
Δημιουργία λογαριασμού
Thanks
The link is www.alisverisi.eu
At the momment when yu click on create new account , forgot your pass or username it stacks.
Yoy can see this module at the right position in greek.
These are the 3 lines that have problems
Ξεχάσατε τον κωδικό σας;
Ξεχάσατε το όνομα χρήστη σας;
Δημιουργία λογαριασμού
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36462
by ivan.milic
Replied by ivan.milic on topic problems with account creation
Open:
templates/hot_responsive/js/dynlayout.js
around line 113:
cahnge to:
templates/hot_responsive/js/dynlayout.js
around line 113:
Code:
jQuery('FORM INPUT.ui-btn-hidden[type="submit"]:not(".fix_done"), FORM BUTTON.ui-btn-hidden:not(".fix_done")').each(function(ind){
jQuery(this).addClass("fix_done");
var cDiv = jQuery(this).closest('div');
jQuery(this).prependTo(jQuery(this).closest('div'));
jQuery(this).css({
'padding':'5px',
'text-indent': '0'
});
var fil = ' ';
jQuery(this).attr('value',jQuery(this).attr('value') + fil.substr(0,(Math.floor(cDiv.innerWidth() / 3.8) - jQuery(this).attr('value').length))) ;
});
cahnge to:
Code:
jQuery('FORM INPUT.ui-btn-hidden[type="submit"]:not(".fix_done"), FORM BUTTON.ui-btn-hidden:not(".fix_done")').each(function(ind){
try{
jQuery(this).addClass("fix_done");
var cDiv = jQuery(this).closest('div');
jQuery(this).prependTo(jQuery(this).closest('div'));
jQuery(this).css({
'padding':'5px',
'text-indent': '0'
});
var fil = ' ';
jQuery(this).attr('value',jQuery(this).attr('value') + fil.substr(0,(Math.floor(cDiv.innerWidth() / 3.8) - jQuery(this).attr('value').length))) ;
}catch(e){
//
}
});
Please Log in to join the conversation.
-
leatherboy
Inactive member - Topic Author
- Member
Less
More
- Posts: 58
- Thank you received: 0
10 years 10 months ago #36466
by leatherboy
Replied by leatherboy on topic problems with account creation
That fixed the problem. Thanks.
Please Log in to join the conversation.
-
leatherboy
Inactive member - Topic Author
- Member
Less
More
- Posts: 58
- Thank you received: 0
10 years 10 months ago #36468
by leatherboy
Replied by leatherboy on topic problems with account creation
Unfortunately we fixed the accounts but page transitions and infinite scroller stopped working. They are enabled and was working before. Please see the new category I created
alisverisi.eu/index.php/blogs/to-imerologio-enos-trader
and when i login under my name (any user name) i can see
create new article
my page
my account
etc (normal lines)
and then all the main menu with submenus
Is this a bug? How can I disable this ?
alisverisi.eu/index.php/blogs/to-imerologio-enos-trader
and when i login under my name (any user name) i can see
create new article
my page
my account
etc (normal lines)
and then all the main menu with submenus
Is this a bug? How can I disable this ?
Please Log in to join the conversation.
Time to create page: 0.150 seconds