-
AuthorPosts
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
January 8, 2014 at 8:21 pm #193601Hi im having a problem with my login module, then i open it on a phone its not responsive, the module is over the other text. i tried to move it around in the layout with no luck.
Can anyone help me please ?
the site is http://www.dinfond.dk
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 9, 2014 at 10:19 am #517913This is default Joomla login module which doesn’t support responsive on your site. Please try to workaround below:
+ Download JA Login module here
+ Install this login module into your site, instead of default Joomla login module.Once done, the JA Login module should look as per screen shorts:
Hope this helps
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
January 10, 2014 at 3:24 pm #518073ah okay, i see that now, how do i modify the module.
I dont want the users to be able to create an account.
i also wanna get rid of :
Forgot your password?
Forgot your username?I just have 1 user
hmm i guess head-search is a bad position.
The login is over the logo now then i open it on my Samsung S4.
http://responsivetest.com/dinfond.dk#Any suggestions ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 13, 2014 at 7:53 am #518216Head-search position has very small width.
If you wish to get as per the screenshot, some customisations of php and css will be needed:
+ Create templates/ja_brisk/html/mod_jalogin folder
+ Download and extract my attached file into templates/ja_brisk/html/mod_jalogin folder
+ Open templates/ja_brisk/css/custom.css file and add css style below:@media (max-width: 767px) {
ul.ja-login {
margin-right: -20px !important;
}ul.ja-login li #ja-user-login {
left: -204px !important;
}
}FYI, with files attached here, I did remove Forgot your password and Forgot your username for you already.
1 user says Thank You to Ninja Lead for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
January 14, 2014 at 11:53 am #518420Very nice, thanks alot.
Can you help me with one last thing.
I want the login screen to show when you come to the site, so i dont have to click the loginNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 15, 2014 at 2:22 am #518474I concern about your question a little bit. Head-search position has very small width on the header site, if you wish to show login form without click the login, I might show ugly on your site. See screenshort for reference:
Please consider and let me know if you still wish to go ahead with this.
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
January 22, 2014 at 1:16 pm #519383Hi , i can see what you mean, and you might be right 🙂
Can i somehow make the login so it got the same layout as logout botton and are on the same vertical line as menues ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 23, 2014 at 2:22 am #519429<em>@hjalte1983 407095 wrote:</em><blockquote>Can i somehow make the login so it got the same layout as logout botton and are on the same vertical line as menues ?</blockquote>
You expect the login link to have button as logout button? If so, step below would help:
Open templates/ja_brisk/html/mod_jalogin/default.php file,
Change:
<a class="login-switch" href="<?php echo JRoute::_('index.php?option=com_user&view=login');?>" onclick="showBox('ja-user-login','mod_login_username',this, window.event || event);return false;" title="<?php echo JText::_('TXT_LOGIN');?>"><span><?php echo JText::_('TXT_LOGIN');?></span></a>
To:
<a class="login-switch" href="<?php echo JRoute::_('index.php?option=com_user&view=login');?>" onclick="showBox('ja-user-login','mod_login_username',this, window.event || event);return false;" title="<?php echo JText::_('TXT_LOGIN');?>"><input type="button" name="button" class="button btn" value="<?php echo JText::_('TXT_LOGIN');?>" /></a>
Let me know if how it goes.
1 user says Thank You to Ninja Lead for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
January 23, 2014 at 3:35 pm #519542thank you so much 😀
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by hjalte1983 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum