-
AuthorPosts
-
wineblue2 Friend
wineblue2
- Join date:
- February 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
February 21, 2012 at 3:37 am #174106I’ve noticed that in the JA Norite template for Joomla 2.5 upon saving the Quick Contact module in the admin and checking the labels on the frontend none of them are displaying until a field has been clicked in and then clicking in another. Upon page refresh no text field labels are being displayed at all. I also attempted to use <b> and <h3> tags in the Intro Text field to be applied to the message entered but they do not take effect on the frontend. It also appears that the padding at the top of this module on the frontend has disappeared for no apparent reason. Please advise.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 21, 2012 at 9:55 am #439217hi wineblue2,
Regarding the issue of “text label are not displaying until a field is clicked”, i checked and i saw it might a bug, you can try to replace the file of templatesja_noritehtmlmod_jaquickcontactdefault.php by my attachment file.
And if you want to add html tags into the field of intro text at module back-end you can open the file
modulesmod_jaquickcontactmod_jaquickcontact.xmlLook for this tag
<field
name=”intro_text”
type=”textarea”
default=”Contact us”
label=”INTRO_TEXT”
cols=”40″
rows=”5″
size=”120″
description=”INTRO_TEXT_DES” />change it to
<field
name=”intro_text”
type=”textarea”
default=”Contact us”
label=”INTRO_TEXT”
cols=”40″
filter=”raw”
rows=”5″
size=”120″
description=”INTRO_TEXT_DES” />
That change remove all filter for this field so you can add HTML tags as you want.
wineblue2 Friendwineblue2
- Join date:
- February 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
February 24, 2012 at 4:41 pm #439888Well I added the filter=”raw” as suggested and now we have a 500 Error when we attempt to access the module from the Admin.:eek:
Perhaps you could make this edit as I used notepad++ to create the edited xml document and I am not entirely sure this is the best tool for editing these xml documents.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 28, 2012 at 8:32 am #446082Hi wineblue2,
I think it does not matter which tool yo used, just make sure that you did not make a mistake when modifying/change those codes.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Sherlock 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA Norite Quick Contact Module
Viewing 4 posts - 1 through 4 (of 4 total)