-
AuthorPosts
-
April 3, 2011 at 12:10 am #162307
I’m completely new to this, and have absolutely no knowledge of PHP, so I’m hoping someone here can help me.
I have place JA Comments on my page, and everything is working as well as I expected. However, I would like to be able to correct a couple of things, and I don’t know how to.
1 When typing a message into the comment box before submitting it, the font appears very, very small. How do I increase the size of the input text?
2. The submit comment button on the page reads “Submit Conmment” – how do I correct the spelling so it reads “Submit Comment”?
3. The text beside the check box people have to tick before they can leave a comment currently reads “I have read text Website rules”, with the phrase “website rules” a hyperlink. How do I change this to read “I have read and agree with the Terms and Conditions”.
Thanks in advance.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 3, 2011 at 10:00 am #384647<em>@lusobrandane 231943 wrote:</em><blockquote>I’m completely new to this, and have absolutely no knowledge of PHP, so I’m hoping someone here can help me.
I have place JA Comments on my page, and everything is working as well as I expected. However, I would like to be able to correct a couple of things, and I don’t know how to.
1 When typing a message into the comment box before submitting it, the font appears very, very small. How do I increase the size of the input text?
2. The submit comment button on the page reads “Submit Conmment” – how do I correct the spelling so it reads “Submit Comment”?
3. The text beside the check box people have to tick before they can leave a comment currently reads “I have read text Website rules”, with the phrase “website rules” a hyperlink. How do I change this to read “I have read and agree with the Terms and Conditions”.
Thanks in advance.</blockquote>
you must change the CSS in this file components/com_jacomment/themes/default/css/style.css
If you need anwsers in detail. Please provide me your live url.
April 3, 2011 at 11:01 am #384651Thanks. I opened this file and could not see what I needed to change. My url is http://www.cphrc.org
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 3, 2011 at 4:58 pm #384663<em>@lusobrandane 231976 wrote:</em><blockquote>Thanks. I opened this file and could not see what I needed to change. My url is http://www.cphrc.org</blockquote>
Open this File: components/com_jacomment/themes/default/css/style.css
1. Comment Box
Replace This CSS Code
#jac-wrapper .form-comment textarea {
border: none;
}
With
#jac-wrapper .form-comment textarea {
border: none;
font-size:13px;
}
——————————————————–
2. submit comment textopen to this file : languageen-GBen-GB.com_jacomment.ini
search for this ” SUBMIT COMMENT”
And erase the existing one and replace the following
“SUBMIT COMMENT=Submit Comment”
If the above fix foe the submut comment did not work.
GO to this file componentscom_jacommentthemesdefaulthtmlcommentsaddnew.php
In this file you can change all the texts for your 2 and 3 changes
April 3, 2011 at 6:20 pm #384674Thanks for your quick reply. That’s done the trick 🙂
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 4, 2011 at 7:23 am #384718<em>@lusobrandane 232010 wrote:</em><blockquote>Thanks for your quick reply. That’s done the trick :)</blockquote>
you are Most welcome 🙂 . If you ever come across an useful post. Press the thanks Icon.
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by chavan 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum