Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • boost_it Friend
    #167007

    I have TopPanel in JA Business (Joomla 1.6) and have encountered the issues below. I would appreciate a prompt response.

    1] When I leave all fields blank in the contact form and hit “Send email” the error messages distort the form (see attached images).
    2] When I receive the email from the contact form, the “Sender” field does not have the email address entered. The subject field appears instead.
    3] I have updated the “Contact Us” button (“Top Panel” originally) with images “button-left.png”, “button-right.png”, and “button-mid.png” in templates/ja_business/images. I’ve cleared the cache but the green button is still there. Is there something I’m missing?

    I also need the following questions answered in regards to the TopPanel module:
    1] Where do I edit the error messages for the contact form? For example, I want to change “Email’s subject must not be null”.
    2] When the “Send Email” button is hit and email is sent successfully, a message appears “Thank you!” when index.php is reloaded. Where do I change that message?


    1. toppanel2
    2. toppanel1
    chavan Friend
    #404359

    I have fixed it. Please check it and confirm.

    I have done some changes in /templates/ja_business/css/template.css file

    and

    /templates/ja_business/html/mod_jaquickcontact/default.php

    Note: If you Find my Post useful please click on the Thanks Icon

    boost_it Friend
    #404361

    Thank you Chavan – you have fixed the first issue.

    Are you able to address all the issues and questions I posted?

    boost_it Friend
    #404412

    Chavan assisted with “When I leave all fields blank in the contact form and hit “Send email” the error messages distort the form (see attached images).”

    My other issues and questions are still outstanding.

    chavan Friend
    #404513

    1. Answered already

    2.The mail receives correct. please check the attached image.

    3. for clearing green button do the following

    Go to this File : /templates/ja_business/css/mod_jatoppanel.css

    remove this code ” background: url(../images/live-bg.gif) repeat-x left bottom; ” in the following code


    #ja-toppanel .left .ja-toppanel-button {
    background: url(../images/live-bg.gif) repeat-x left bottom;
    font-weight: bold;
    font-size: 92%;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    }

    And

    Go to this File: /modules/mod_jatoppanel/assets/style.css
    Replace the following code


    .ja-toppanel-button-wraper .left .ja-toppanel-button{
    background: url("images/button-mid.png") repeat-x;
    color:#FFFFFF;
    float:left;
    font-size:85%;
    height: 23px;
    line-height: 20px;
    overflow:hidden;
    text-align:center;
    width: 72px;
    }

    with


    .ja-toppanel-button-wraper .left .ja-toppanel-button{
    background: url("images/button-mid.png") repeat-x;
    color:#FFFFFF;
    float:left;
    font-size:85%;
    height: 18px;
    line-height: 20px;
    overflow:hidden;
    text-align:center;
    width: 72px;
    }

    ———————————————————–

    4.For change the text “Thank you”

    go to this file jatc_businesslanguageen-GBen-GB.mod_jaquickcontact.ini

    Find the following text and replace the text “Thank you!” alone
    THANKS MESSAGE DEFAULT = Thank you!

    5.For change the text “Email’s subject must not be null”

    go to this file jatc_businesslanguageen-GBen-GB.mod_jaquickcontact.ini

    Find the following text and replace the text “Email’s subject must not be null” alone

    SUBJECT REQUIRE = Email’s subject must not be null

    by this way you can change other text in this file

    Note: If you Find my Post useful please click on the Thanks Icon


    1. Aviary-mail-google-com-Picture-1
    zizozoro Friend
    #406150

    I have same problem
    please see the pic below


    1. contact-page-error
    chavan Friend
    #406182

    zizozoro,

    Please post your site url

    Thanks

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

This topic contains 7 replies, has 3 voices, and was last updated by  chavan 12 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum