test
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • mk1200 Friend
    #169757

    I’ve disabled the Normal Login Form in the System – JA Rpxnow plugin, but the form still loads here: http://174.37.233.206/~stohdcom/index.php?option=com_content&view=article&id=58:abao-best-of-show&catid=10:bruce-drennan-blog&Itemid=65#ja-contentwrap

    Any idea how to fix it? I’d like to get rid of the scroll bars too.

    khoand Friend
    #419842

    Hi,
    I don’t understand what you mean. I try comment on your article and it’s OK. What’s your problem?

    mk1200 Friend
    #419845

    Maybe I was mistaken, but I thought the option to disable the “Normal Login Form” would get rid of the Joomla login module within the pop-up.

    Also, how can I get rid of the scroll bars when using a Rocket Theme template?


    1. login_form
    khoand Friend
    #419851

    Do you mean that you want to keep “Sign in using your Account with ” section and remove “Login for registered users” section? If it’s right, wait for me. I will do it.

    mk1200 Friend
    #419852

    Correct, but please let me know how you’re fixing it. Any idea on the scroll bars?

    khoand Friend
    #419854

    You remove this code from /components/com_jacomment/views/users/tmpl/login.php


    <div id="jac-login-joomla-form">
    <form action="<?php echo JRoute::_('index.php', true, $usersConfig->get("usesecure",0)); ?>" method="post" name="form-login" id="login-form" >
    <h2 style="font-size: 116%; margin-top: 0pt;"><?php echo JText::_('LOGIN_FOR_REGISTERED_USERS')?></h2>
    <p id="ja-form-login-username" class="clearfix">
    <label for="username"><?php echo JText::_('USERNAME') ?></label>
    <input name="username" id="username" type="text" class="txtbox" alt="username" size="26" />
    </p>
    <p id="ja-form-login-password" class="clearfix">
    <label for="passwd"><?php echo JText::_('PASSWORD') ?></label>
    <input type="password" name="passwd" id="passwd" class="txtbox" size="26" alt="password" />
    </p>
    <input type="submit" name="Submit" class="button" value="<?php echo JText::_('LOGIN') ?>" />
    <ul>
    <li>
    <a href="<?php echo JRoute::_('index.php?option=com_users&view=reset'); ?>" target="_blank">
    <?php echo JText::_('FORGOT_YOUR_PASSWORD_TEXT'); ?></a>
    </li>
    <li>
    <a href="<?php echo JRoute::_('index.php?option=com_users&view=remind'); ?>" target="_blank">
    <?php echo JText::_('FORGOT_YOUR_USERNAME_TEXT'); ?></a>
    </li>
    <?php
    $usersConfig = &JComponentHelper::getParams( 'com_users' );
    if ($usersConfig->get('allowUserRegistration')) : ?>
    <li>
    <a href="<?php echo JRoute::_('index.php?option=com_users&view=registration'); ?>" target="_blank">
    <?php echo JText::_('REGISTER'); ?></a>
    </li>
    <?php endif; ?>
    </ul>

    <input type="hidden" name="option" value="com_jacomment" />
    <input type="hidden" name="view" value="users" />
    <input type="hidden" name="task" value="signin" />
    <input type="hidden" name="tmpl" value="component" />
    <?php if(JRequest::getInt("createlink",0) == 1){
    $session = &JFactory::getSession();
    $session->set("returnLink", $_SERVER['HTTP_REFERER']);
    }?>
    <input type="hidden" name="return" value="<?php echo $_SERVER['HTTP_REFERER'];?>" />
    <?php echo JHTML::_( 'form.token' ); ?>
    </form>
    <?php //echo $this->frmLogin;?>
    </div>

    mk1200 Friend
    #419856

    Ok, thanks. How about the scroll bars?

    khoand Friend
    #419861

    <em>@mk1200 276561 wrote:</em><blockquote>Ok, thanks. How about the scroll bars?</blockquote>
    Because style of component com_gantry causes it. Because the component isn’t belong joomlart, I will suggest a way to fix it, but I don’t make sure it’s a best solution. You remove this code from /components/com_gantry/css/gantry.css


    body {min-width: 960px;}

    You find this code


    .rt-container {
    margin: 0 auto;
    width: 960px; < remove line
    }

    mk1200 Friend
    #419864

    Found it.

    Added:

    overflow-x: hidden;
    overflow-y: hidden;

    to iframe#iContent in the theme’s style.css

    mk1200 Friend
    #427359

    I’m still trying to figure out how to remove scroll bars from showing in IE. I’ve fixed it for Chrome and FF, but IE ignores overflow: hidden in the css. Where can I add properties to the iframe id iContent?

    khoand Friend
    #427702

    <em>@mk1200 286177 wrote:</em><blockquote>I’m still trying to figure out how to remove scroll bars from showing in IE. I’ve fixed it for Chrome and FF, but IE ignores overflow: hidden in the css. Where can I add properties to the iframe id iContent?</blockquote>
    What version of IE do you use?

    mk1200 Friend
    #427737

    I test sites with IE9 and compatibility view. I’m down to one vertical scroll bar by adding this to my template’s css:

    /* Comments Scroll Bar Edit */
    body > #rt-main-surround > #rt-mainbody-bg > div.rt-container {width: auto;}
    html body {min-width: 100%;}
    body > #rt-main-surround > #rt-mainbody-bg > div.rt-container > div.rt-block {padding: 0;}
    div#jac-login-rpx{margin-top: 0;margin-bottom: 0;}
    div#frm_login { overflow: hidden;}

    http://174.37.233.206/~stohdcom/index.php?option=com_content&view=article&id=66:browns-packers-reflections&catid=14:the-junkyard-with-roger-brown&Itemid=68

    khoand Friend
    #427782

    Your link doesn’t have login form. So I can’t test it

    mk1200 Friend
    #427786

    At the bottom of the article, click “Please login to post new comment.”

    khoand Friend
    #428008

    You replace this code from http://174.37.233.206/~stohdcom/templates/rt_crystalline_j15/css/template.css

    html, body {
    height: 100%;
    margin-bottom: 1px;
    }

    with

    html, body {
    height: 100%;
    margin-bottom: 0px;
    }

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 2 voices, and was last updated by  mk1200 12 years, 12 months ago.

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