Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • rodrago Friend
    #208874

    Hi… i would like to know how reproduce login module in other JA templates. (Uber is my preference)

    Css Magician Friend
    #577731

    @rodrago,

    It’s JA Login module and in each template, it will have different style due to the concept of template. Your question relates much to customisation.

    Try with my tweak here:
    1) Install Module JA Login
    2) Create a module position in topbar and assign the login module to this position.
    3) Copy the folder html/mod_jalogin from JA Rent Templates to folder html in your template.
    4) Copy my css to your custom.css


    #ja-login-form {
    text-transform: none;
    }
    #ja-login-form .modal-content {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
    #ja-login-form .modal-dialog {
    max-width: 350px;
    }
    #ja-login-form .modal-header {
    padding: 0;
    border-bottom: 0;
    }
    #ja-login-form .modal-header .close {
    margin-top: 24px;
    color: #079aee
    text-shadow: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    }
    #ja-login-form .nav-tabs {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    }
    #ja-login-form .nav-tabs > li a {
    border: 0;
    border-top: 5px solid #16a6f8
    background: #079aee
    padding: 24px;
    color: #ffffff
    margin-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    }
    #ja-login-form .nav-tabs > li a:hover,
    #ja-login-form .nav-tabs > li a:focus,
    #ja-login-form .nav-tabs > li a:active {
    color: #ffffff
    }
    #ja-login-form .nav-tabs > li.active a {
    border-top-color: #39647d
    background: #1d4156
    color: #ffffff
    }
    #ja-login-form .tab-content {
    background: #1d4156
    padding: 24px;
    }
    #ja-login-form #ja-user-login,
    #ja-login-form #ja-user-register {
    color: #829eaf
    }
    #ja-login-form #ja-user-login label,
    #ja-login-form #ja-user-register label {
    color: #ffffff
    text-transform: uppercase;
    font-size: 11px;
    }
    #ja-login-form #ja-user-login em,
    #ja-login-form #ja-user-register em {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    }
    #ja-login-form #ja-user-login ul li a:link,
    #ja-login-form #ja-user-register ul li a:link,
    #ja-login-form #ja-user-login ul li a:visited,
    #ja-login-form #ja-user-register ul li a:visited {
    color: #829eaf
    padding: 0 !important;
    }
    #ja-login-form #ja-user-login ul li a:link:hover,
    #ja-login-form #ja-user-register ul li a:link:hover,
    #ja-login-form #ja-user-login ul li a:visited:hover,
    #ja-login-form #ja-user-register ul li a:visited:hover,
    #ja-login-form #ja-user-login ul li a:link:focus,
    #ja-login-form #ja-user-register ul li a:link:focus,
    #ja-login-form #ja-user-login ul li a:visited:focus,
    #ja-login-form #ja-user-register ul li a:visited:focus,
    #ja-login-form #ja-user-login ul li a:link:active,
    #ja-login-form #ja-user-register ul li a:link:active,
    #ja-login-form #ja-user-login ul li a:visited:active,
    #ja-login-form #ja-user-register ul li a:visited:active {
    color: #ffffff
    }
    #ja-login-form #ja-user-login dd,
    #ja-login-form #ja-user-register dd {
    margin-bottom: 12px;
    }
    #ja-login-form #ja-user-login .inputbox,
    #ja-login-form #ja-user-register .inputbox {
    width: 100%;
    }
    #ja-login-form #ja-user-login #modlgn-remember,
    #ja-login-form #ja-user-register #modlgn-remember {
    background: none;
    border: 2px solid #829eaf
    display: inline-block;
    float: left;
    margin-right: 6px;
    height: auto;
    width: auto;
    }
    #ja-login-form .action-button {
    margin: 0 -24px;
    padding: 24px 24px 0;
    border-top: 1px solid #173343
    }
    #ja-login-form .action-button ul {
    padding: 0;
    margin-bottom: 24px;
    }
    #ja-login-form .action-button ul li {
    font-size: 10px;
    padding-left: 15px;
    }

    rodrago Friend
    #649586

    Hi… i tried to reproduce here in http://novo2015.makers.com.br/ but modal have problems..
    How can i fix this?
    Thanks in advance

    Ninja Lead Moderator
    #649656

    <em>@rodrago 485911 wrote:</em><blockquote>Hi… i tried to reproduce here in http://novo2015.makers.com.br/ but modal have problems..
    How can i fix this?
    Thanks in advance</blockquote>

    I tried to debug the problem on your site and saw the conflicttion modal lib between JA Login module and com_instantfblogin component and mod_instantfblogin module on your site, beside that the custom.css file missed close ; tag in some css style from line 594 from 677

    You can disable instantfblogin extension and test it again.

    rodrago Friend
    #658586

    Hi..

    Thanks for reply…

    About semi colon .. i just copied the code above, where some lines without semi colon…
    But thanks for inform

    I remove instantlogin component , fixed semi colon problem but no success…
    Can you have another tip ??

    Thanks in advance

    Ninja Lead Moderator
    #658640

    <em>@rodrago 486272 wrote:</em><blockquote>Hi..

    Thanks for reply…

    About semi colon .. i just copied the code above, where some lines without semi colon…
    But thanks for inform

    I remove instantlogin component , fixed semi colon problem but no success…
    Can you have another tip ??

    Thanks in advance</blockquote>

    In this case, you can pm me login info of administrator area of your site and FTP account. I will help you to detect this bug.

    Ninja Lead Moderator
    #744735

    <em>@rodrago 486272 wrote:</em><blockquote>Hi..

    Thanks for reply…

    About semi colon .. i just copied the code above, where some lines without semi colon…
    But thanks for inform

    I remove instantlogin component , fixed semi colon problem but no success…
    Can you have another tip ??

    Thanks in advance</blockquote>

    In this case, you can pm me login info of administrator area of your site and FTP account. I will help you to detect this bug.

    Ninja Lead Moderator
    #659505

    <em>@rodrago 486272 wrote:</em><blockquote>Hi..

    Thanks for reply…

    About semi colon .. i just copied the code above, where some lines without semi colon…
    But thanks for inform

    I remove instantlogin component , fixed semi colon problem but no success…
    Can you have another tip ??

    Thanks in advance</blockquote>

    I spent more time to debug the problem on your site and it was conflicted with mijoshopjquery plugin on your site, I renamed plugins/system/mijoshopjquery/mijoshopjquery/bootstrap/js/bootstrap.min.js file and the problem on your site is gone, you can check it again let me know if it helps

    Ninja Lead Moderator
    #744970

    <em>@rodrago 486272 wrote:</em><blockquote>Hi..

    Thanks for reply…

    About semi colon .. i just copied the code above, where some lines without semi colon…
    But thanks for inform

    I remove instantlogin component , fixed semi colon problem but no success…
    Can you have another tip ??

    Thanks in advance</blockquote>

    I spent more time to debug the problem on your site and it was conflicted with mijoshopjquery plugin on your site, I renamed plugins/system/mijoshopjquery/mijoshopjquery/bootstrap/js/bootstrap.min.js file and the problem on your site is gone, you can check it again let me know if it helps

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

This topic contains 9 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 8 months ago.

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