Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • gwang81 Friend
    #134299

    I installed the quickstart package on my server, but the registration link is not shown in the login form. I wonder how to make the link visiable? thanks

    John Wesley Brett Moderator
    #274822

    Can you provide a live URL so that we can diagnose the problem?

    Thanks.

    gwang81 Friend
    #274912
    John Wesley Brett Moderator
    #274922

    Gotcha…understand now.

    Go to EXTENTIONS > MODULE MANAGER > and click on JA_LOGIN.
    In the Parameters of the module you’ll find a box to check to show the registration.

    But once you do, come back as we’ll probably have to do some CSS work to make it fit. 😉 As it appears real estate in that section of the template is already at a premium…but we’ll get it.

    Have fun!
    John.

    gwang81 Friend
    #274932

    well, I didn’t find any module with the name JA_Login in the module manager. any idea?

    John Wesley Brett Moderator
    #274968

    Okay…they must have changed the name.

    Goto EXTENSIONS > MODULE MANAGER and then click on the POSITION column…to sort the list by position.

    You are looking for the module that resides in the “TOP” position.
    Once you find it, look through the Parameters for that Module.

    Also in the SITE > GLOBAL CONFIGURATION > SYSTEM tab…make sure you are allowing Registration under the Users settings.

    John,.

    gwang81 Friend
    #274973

    thanks for your help.

    The ‘top’ position only has login_form and newsflash modules, no ja-login.

    The user registration is enabled in the global configuration. I wonder what else could be wrong?? thanks

    John Wesley Brett Moderator
    #275035

    Cool! “login_form” is the module you want to look in.

    Click on it and then check the parameters of that module to see if Registration has been turned on.

    John.

    gwang81 Friend
    #275052

    there’s no such an option in the login form module parameters. After viewing the source code of my homepage, I found there is actually a registration link, but the css doesn’t allow line wrapping, which hides it from showing. I guess this is a common problem for everyone who uses this template (Kulanite). I wonder what the solutions might be.

    thanks

    John Wesley Brett Moderator
    #275075

    Well whatever you did…it worked. I’m now showing your Registration as being turned on!

    So now just change the following:
    In template.css (line 933)

    Change from this:


    .ja-login-links {
    display:none;
    }

    To this:


    .ja-login-links {
    display:table;
    margin:0 40px;

    }

    Have fun!
    John.

    gwang81 Friend
    #275085

    thanks, that works for me. But the linked text in the log in module is shown ‘red’, which is almost invisible in the dark background. I wonder where in template.css I should change it to white text. thanks a lot! John

    see http://www.panda-greatwall.com/ for the problem.

    John Wesley Brett Moderator
    #275087

    That’s easy enough.

    In TEMPLATE > KULANITE > CSS > red.css (line 10)

    Change from:


    a {
    color:#CC0000;
    }

    To this:


    a {
    color:#000000;
    }

    Note that while you are seeing Red, apparently, the public is seeing the default color which is Blue.
    So if you want White for each of the different color themes, then you need to go into each of the “color”.css files and make the changes there as well.

    But the above will work when the site is in Red theme.

    John.
    ——-
    If this has been of help, please press the “Thank You” button ==== >

    iamdbat Friend
    #277969

    <em>@gwang81 85535 wrote:</em><blockquote>there’s no such an option in the login form module parameters. After viewing the source code of my homepage, I found there is actually a registration link, but the css doesn’t allow line wrapping, which hides it from showing. I guess this is a common problem for everyone who uses this template (Kulanite). I wonder what the solutions might be.

    thanks</blockquote>

    Same here I haven’t found any registration option either>:(

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

This topic contains 13 replies, has 3 voices, and was last updated by  iamdbat 16 years ago.

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