The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Wed Oct 26, 2011 6:50 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Oct 12, 2011 8:03 am
Posts: 3
I am using joomla Contact Component in my site. On form validation tooltip appears on required fields. Can anyone please help me how can i remove or disable such tooltip for input fields.
i am unable to get relevant js code which appends such tooltip on required fields of form.


Top
 Profile  
 
PostPosted: Sat Feb 04, 2012 8:01 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Dec 15, 2006 1:46 pm
Posts: 1
I dont know that this is the "right" way to do this but it worked for me.

edit "default_form.php" in components-->com_contact -->views->contact->tmpl

Line 12 comment out (or delete) JHtml::_('behavior.tooltip');

Anyone with a better idea?


Top
 Profile  
 
PostPosted: Thu Apr 19, 2012 3:45 pm 
Joomla! Intern
Joomla! Intern

Joined: Wed Jul 16, 2008 5:18 pm
Posts: 51
Location: Berlin, Germany
hi,
the easiest way is to go to the template and to edit the tooltip like this:
(Editing file "css/personal.css" in template "beez_20")

.tip
{
display:none;
}

it worked like charm for me, the whole tooltip is gone!
:pop


Top
 Profile  
 
PostPosted: Fri Mar 22, 2013 8:20 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jul 12, 2007 7:41 pm
Posts: 16
harisk73 wrote:
I dont know that this is the "right" way to do this but it worked for me.

edit "default_form.php" in components-->com_contact -->views->contact->tmpl

Line 12 comment out (or delete) JHtml::_('behavior.tooltip');

Anyone with a better idea?


Many thanks !! It is same problems I have so I tried what you said... it work !!! thanks !
BRAVO ! :p


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 



Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group