-
AuthorPosts
-
August 3, 2011 at 9:34 am #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?-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 3, 2011 at 12:56 pm #404359I 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
1 user says Thank You to chavan for this useful post
August 3, 2011 at 1:15 pm #404361Thank you Chavan – you have fixed the first issue.
Are you able to address all the issues and questions I posted?
August 4, 2011 at 12:37 am #404412Chavan 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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 4, 2011 at 4:13 pm #4045131. 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
zizozoro Friendzizozoro
- Join date:
- April 2011
- Posts:
- 121
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
August 13, 2011 at 10:43 pm #406150chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 14, 2011 at 10:22 am #406182zizozoro,
Please post your site url
Thanks
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by chavan 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-