Skip to content
Menu
ComaNotiz ComaNotiz
  • How To’s
  • Network
  • Windows
  • Telefon
  • iPhone
  • Linux
  • Dreambox
  • Repair
  • Office
  • Eagle
  • Temp. Logger
ComaNotiz ComaNotiz

Joomla Template – JF Calla Exteriors

Posted on 17.02.201403.03.2019 by Milan

Disable Contact Form Tooltip

 

Add this to javascript code:

/templates/jf_calla-exteriors/index.php -> before </body>  <script> jQuery('#contact-form label').removeClass('hasTooltip'); </script>  

 

Contact form does not work(Field required:subject)

components>com_contact>models>forms>contact.xml line 23
remove

<field name="contact_subject"    type="text"    id="contact-emailmsg"    size="60"    description="COM_CONTACT_CONTACT_MESSAGE_SUBJECT_DESC"    label="COM_CONTACT_CONTACT_MESSAGE_SUBJECT_LABEL"    filter="string"    validate="contactemailsubject"    required="true"   />  

 

Hi Guys
Came across this thread but after I had fixed the same problem.
You need to go to the template folder (jf-calla-exteriors)/html/com_contact/contact/default_form.php-
insert these few lines just before the bits about contact_message

<div class="control-group">         <div class="control-label"><?php echo $this->form->getLabel('contact_subject'); ?></div>         <div class="controls"><?php echo $this->form->getInput('contact_subject'); ?></div>             </div>

 

How To's

Log In

Recent Posts

  • FritzFritz Repeater Specifikations
  • How to Install Windows 11 Without a Microsoft Account
  • Proxmox – Tips / Commands
  • Synology DSM 7 with Lets Encrypt and DNS Challenge
  • Proxmox Resize

Categories

  • 3D Print
  • Apple
  • Audio & Video
  • Dreambox
  • Eagle
  • Electronic
  • Home Asisstant
  • How To's
  • iPhone
  • iPod
  • Konsole
  • Linux
  • Media Wiki
  • NAS
  • Network
  • Office
  • Raspberry Pi
  • Repair
  • Telefon
  • Tips & Tricks
  • Uncategorised
  • Uncategorized
  • Windows
  • Xbox
©2025 ComaNotiz | Powered by Superb Themes