-
AuthorPosts
-
October 17, 2011 at 3:40 pm #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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 17, 2011 at 6:36 pm #419842Hi,
I don’t understand what you mean. I try comment on your article and it’s OK. What’s your problem?October 17, 2011 at 6:43 pm #419845Maybe 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?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 17, 2011 at 7:04 pm #419851Do 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.
October 17, 2011 at 7:09 pm #419852Correct, but please let me know how you’re fixing it. Any idea on the scroll bars?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 17, 2011 at 7:21 pm #419854You 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>
October 17, 2011 at 7:26 pm #419856Ok, thanks. How about the scroll bars?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 17, 2011 at 7:44 pm #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
}November 30, 2011 at 6:01 pm #427359I’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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
December 3, 2011 at 10:13 am #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?December 3, 2011 at 1:48 pm #427737I 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;}khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
December 3, 2011 at 6:02 pm #427782Your link doesn’t have login form. So I can’t test it
December 3, 2011 at 6:17 pm #427786At the bottom of the article, click “Please login to post new comment.”
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
December 5, 2011 at 11:01 am #428008You 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;
}AuthorPostsThis 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