Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • grb media works Friend
    #175475

    when i post the joomla default login module into the login position am not seeing any login module on the site on none of my pages and its published an public. this is joomla 2.5

    pavit Moderator
    #446053

    Hi

    Have you checked that the module is assigned to the correct pages ?

    also if you need help please share your admin credentials with me via PM so i can take a look at your module configuration and try to solve your problem.

    grb media works Friend
    #446498

    <em>@pavit 310620 wrote:</em><blockquote>Hi

    Have you checked that the module is assigned to the correct pages ?

    also if you need help please share your admin credentials with me via PM so i can take a look at your module configuration and try to solve your problem.</blockquote>

    the module is published on all pages, and is public this is a local sandbox server

    pavit Moderator
    #446502

    Hi
    If i cannot check directly on your site i cannot tell to you the reason why the module is not showing
    sorry

    grb media works Friend
    #446528

    <em>@pavit 311218 wrote:</em><blockquote>Hi
    If i cannot check directly on your site i cannot tell to you the reason why the module is not showing
    sorry</blockquote>

    http://craycrays.sandbox501.dyndns.org/

    the login module is postend on all pages and its not showing on site

    i sent you login credentisl via pm

    pavit Moderator
    #446529

    I have published the login module in the left position of the template

    please check now

    you cannot see it before because was published in the login position that is not a position of the template

    fbnraider Friend
    #446571

    Hello Pavit,

    Glad to see you are still alive…. Any idea when you will have time to look at my site?

    <em>@pavit 311255 wrote:</em><blockquote>I have published the login module in the left position of the template

    please check now

    you cannot see it before because was published in the login position that is not a position of the template</blockquote>

    pavit Moderator
    #446601

    I have published the login module in the left position of the template

    please check now

    you cannot see it before because was published in the login position that is not a position of the template

    grb media works Friend
    #446627

    <em>@pavit 311341 wrote:</em><blockquote>I have published the login module in the left position of the template

    please check now

    you cannot see it before because was published in the login position that is not a position of the template</blockquote>

    i want to put the login module in the top area left if the info area at very top any Joomlart module that is horizontal that is recommended i can use and can u provide some steps necessary to get this done thanks

    pavit Moderator
    #446641

    Sorry i still don’t understand what you want achieve

    Maybe you are talking about the Ja_login module as showed in Ja_Social and Ja_Business template ?

    grb media works Friend
    #446655

    <em>@pavit 311402 wrote:</em><blockquote>Sorry i still don’t understand what you want achieve

    Maybe you are talking about the Ja_login module as showed in Ja_Social and Ja_Business template ?</blockquote>

    i like how JA Social has it where it says Login | Register, i would need same thing like that on my template i want it next to the logo to the right of it though

    http://thecraycrays.com is the domain you can login now with your same credentials

    grb media works Friend
    #446662

    <em>@grb media works 311417 wrote:</em><blockquote>i like how JA Social has it where it says Login | Register, i would need same thing like that on my template i want it next to the logo to the right of it though

    http://thecraycrays.com is the domain you can login now with your same credentials</blockquote>

    i have solved this can this topic be marked as solved

    here are the changes

    template.css
    ==================
    /* Headtools —*/
    #ja-headtools {
    position: absolute;
    left: 175px;
    top: 5px;
    }

    #ja-headtools ul {
    float: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    }

    #ja-headtools li {
    background: none;
    display: inline;
    line-height: normal;
    margin: 0;
    padding: 0;
    }

    #ja-headtools li a {
    display: block;
    float: left;
    color: #A5A5A5;
    margin-left: 5px;
    padding-bottom: 4px;
    }

    #ja-headtools li a span { display: block; padding: 2px 5px 2px 24px; }

    #ja-headtools li a.login-switch span { background: url(../images/icons/icon-user.png) no-repeat 5px 2px; }
    #ja-headtools li a.register-switch span { background: url(../images/icons/icon-register.png) no-repeat 5px 2px; }

    #ja-headtools li a.login-switch.show span { background-image: url(../images/icons/icon-user-show.png); }
    #ja-headtools li a.register-switch.show span { background-image: url(../images/icons/icon-register-show.png); }

    #ja-headtools li a:hover {
    text-decoration: none;
    }

    #ja-headtools li a.show {
    background: url(../images/arrow-up.gif) no-repeat center bottom;
    color: #FFFFFF;
    position: relative;
    z-index: 1000;
    }

    #ja-headtools li a.show span {}

    #ja-headtools li a.show span { display: block; }

    #ja-user-register, #ja-user-login {
    background: url(../images/ja-login-bg.gif) repeat-x left bottom #fff;
    border: 1px solid #A1D5E9;
    color: #333;
    display: none;
    height: auto;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    right: -15px;
    text-align: left;
    top: 21px;
    z-index: 999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.4);
    }

    #ja-user-login .ja-login-user,
    #ja-user-login .ja-login-password,
    #ja-user-login .mod_login_remember {
    float: left;
    width: 145px;
    display: block;
    }

    #ja-user-login .button,
    #ja-user-register .button {
    color: #fff;
    background:#ed242a 0 50% repeat-x;
    border: 1px solid #ed242a;
    text-shadow: 0 1px 1px #4a4a4a;
    }

    #ja-user-login .button{ float:left; margin-top:15px; border:none }

    #ja-user-register .button:hover {
    border: 1px outset #fff;
    }

    #form-login-remember {
    display: block; float:left; padding:20px 5px 0 0;
    }
    #login-form #modlgn-remember {
    width: auto; height: auto; padding:0px; margin: 0px; border: none; background: none;
    }

    #member-registration span.red {
    background: none;
    border: none;
    vertical-align: middle;
    display: inline;
    color: #cc0000;
    padding: 0 5px;
    }

    #member-registration label.hasTip{
    width: 140px !important;
    display: block;
    }

    .registration input{
    float: left;
    }
    .ja-login-links {
    margin-top: 10px;
    }

    #ja-headtools .ja-login-links a, #ja-headtools .ja-login-links ul li a{
    color: #238db4;
    padding: 0;
    }

    #ja-headtools li a.logout-switch {
    display: inline;
    float: none;
    margin-left: 3px;
    }

    header.php
    ===============

    <?php if($this->countModules(‘login’)) : ?>
    <div id=”ja-headtools” class=”ja-headtool”>
    <ul>
    <jdoc:include type=”modules” name=”login” />
    </ul>
    </div>
    <?php endif; ?>

    Module
    ================
    download module from JA Social template and publish in login module position on JA Tirirs, and i also copied mod_jalogin to html folder in ja_tiris template folder under html

    Heres the Results so far with an few minor tweaks then site is great

    website: http://thecraycrays.com/

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

This topic contains 12 replies, has 3 voices, and was last updated by  grb media works 12 years, 1 month ago.

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