test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lusobrandane Friend
    #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 Friend
    #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.

    lusobrandane Friend
    #384651

    Thanks. I opened this file and could not see what I needed to change. My url is http://www.cphrc.org

    chavan Friend
    #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 text

    open 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

    lusobrandane Friend
    #384674

    Thanks for your quick reply. That’s done the trick 🙂

    chavan Friend
    #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.

Viewing 6 posts - 1 through 6 (of 6 total)

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