-
AuthorPosts
-
February 21, 2012 at 5:14 am #174109
Dear all,
when i click to Login from jacomment area, there is a section of iframe and that appear server not found.
i want to solve that or remove that area.
you can see the attached picture.
thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 21, 2012 at 11:36 am #439253You read the thread: http://www.joomlart.com/forums/topic/normal-login-form-always-loads/
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 26, 2012 at 1:06 pm #440133Do you solve it?
February 27, 2012 at 4:45 am #440220not solved !
i have installed the latest version of jacomment, so i didn’t find those code lines at com_jacomment/views/users/tmpl/login.php
here is different codes …khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 27, 2012 at 3:30 pm #440335You edit ja_comment component > Settings > Layout & Plugins > Plugins tab > disable Integrate JA nrain plugin
You replace the code from /components/com_jacomment/asset/css/ja.comment.css
#jac-login-joomla-form {
padding: 20px;
width: 200px;
}
with
#jac-login-joomla-form {
width: 280px;
}
You replace the code from /components/com_jacomment/asset/js/ja.comment.js
if(title)
jacCreatForm('login&view=users&layout=login&createlink=1',0,650,400,0,0,title,1,'');
else
jacCreatForm('login&view=users&layout=login&createlink=1',0,650,400,0,0,JACommentConfig.strLogin,1,'');
with
if(title)
jacCreatForm('login&view=users&layout=login&createlink=1',0,320,300,0,0,title,1,'');
else
jacCreatForm('login&view=users&layout=login&createlink=1',0,320,300,0,0,JACommentConfig.strLogin,1,'');
February 28, 2012 at 5:38 am #440520I just did:
1. component > Settings > Layout & Plugins > Plugins tab > disable Integrate JA nrain plugin
2. did small the popup width to 300pxnote: i didn’t replace any more codes, and now it’s OK.
thank youbashirnoori.com
February 28, 2012 at 5:47 am #440521now i want to change the title of popup login (Login for registered users) .
Could you please let me know ?
thankskhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 28, 2012 at 4:45 pm #440642You find the code from /language/en-GB/en-GB.com_jacomment.ini
LOGIN_NOW="Login now"
You change bold text1 user says Thank You to khoand for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 7, 2012 at 1:19 am #442320Do you solve it?
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by khoand 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove iframe from Login section ?
Viewing 9 posts - 1 through 9 (of 9 total)