VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Disable Contact Form Tooltip
(1 viewing) (1) Guest

TOPIC: Disable Contact Form Tooltip

Disable Contact Form Tooltip 08 Aug 2013 04:56 #2683

Vanilla install of Calla Exteriors under Joomla 3.1 gives me tooltips in the contact form (when moving the mouse over the field titles marked with an asterisk).

Is there a way to disable the tooltips? Chrome shows me the following code line but I am not able to find the correct file to edit.

----
for="jform_contact_message" class="hasTooltip required" title="<strong>Message</strong><br />Enter your message here."
----

I also experienced the subject line error mentioned here but was able to fix this with the answer provided in the corresponding thread.

Otherwise awesome template!

Thanks a lot for any help.

  • Posts:6
  • dgall
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Disable Contact Form Tooltip 08 Aug 2013 06:17 #2684

Hi, searching for this problem as well, hope we will get a answer soon

  • Posts:7
  • Chakamad
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Disable Contact Form Tooltip 08 Aug 2013 08:23 #2686


  • Posts:502
  • theres no place like joomfreak.com
  • m.freak
  • Platinum Boarder
  • OFFLINE
  • Karma: 0

Re: Disable Contact Form Tooltip 08 Aug 2013 08:28 #2689

Thx have found that as well but there is no "behavior.tooltip" I can find in any of this template files.

I am on Joomla 3
Last Edit: 08 Aug 2013 08:30 by Chakamad.

  • Posts:7
  • Chakamad
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Disable Contact Form Tooltip 08 Aug 2013 08:30 #2690

ok. then try this:
 
.tip
{
display:none;
}
 

  • Posts:502
  • theres no place like joomfreak.com
  • m.freak
  • Platinum Boarder
  • OFFLINE
  • Karma: 0

Re: Disable Contact Form Tooltip 08 Aug 2013 08:40 #2691

Hi I tried to add this before the contact stuff like shown in the css/template.css" in template "jf_calla-exteriors". but didn't work.

}
/* Bootstrap Css Map Fix*/
#googleMap label {
width: auto; display:inline;
}

.tip
{
display:none;
}

#contact-form label#jform_contact_name-lbl {
display: block;
margin: 30px 0 0;
}

#contact-form label#jform_contact_email-lbl{
display: block;
margin: 30px 0 0;

  • Posts:7
  • Chakamad
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
Time to create page: 0.87 seconds
Thursday 25 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.