Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wineblue2 Friend
    #174106

    I’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 Friend
    #439217

    hi 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.xml

    Look 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.


    1. default.zip
    wineblue2 Friend
    #439888

    Well 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.


    1. JA_QuickContact_Error
    Sherlock Friend
    #446082

    Hi 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.

Viewing 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