Hi,
I've racked my brains on this one, checking out CSS and such from the system, ensuring I don't have query running, and I still can't figure it out.
We appear to not be able to get a background on the tooltips as they come up, regardless of what css settings we have. Please help!
Thanks!
I've racked my brains on this one, checking out CSS and such from the system, ensuring I don't have query running, and I still can't figure it out.
We appear to not be able to get a background on the tooltips as they come up, regardless of what css settings we have. Please help!
Thanks!
http://www.the-guild.com.au/bss-test#
Additionally, (it may be related JS stuff) when a user enters the wrong verification code, the email box gets filled with javascript tag stuff. I just noticed that one.
Cheers for the prompt response!
Additionally, (it may be related JS stuff) when a user enters the wrong verification code, the email box gets filled with javascript tag stuff. I just noticed that one.
Cheers for the prompt response!
Hi rbdoei ,
I don't see any ToolTips on the page??
For the other problem, you probably have the Joomla! Email Cloaking Plug-in enabled and it is trying to cloak the sample e-mail in the ChronoForms validation message. Disable the plug-in temporarily to check this is the problem. If you need the plug-in change the plug-ins order so that Email Cloaking runs before ChronoForms.
NB These are Joomla! plug-ins that you manage from Site Admin | Extensions | Plug-in Manager
Bob
I don't see any ToolTips on the page??
For the other problem, you probably have the Joomla! Email Cloaking Plug-in enabled and it is trying to cloak the sample e-mail in the ChronoForms validation message. Disable the plug-in temporarily to check this is the problem. If you need the plug-in change the plug-ins order so that Email Cloaking runs before ChronoForms.
NB These are Joomla! plug-ins that you manage from Site Admin | Extensions | Plug-in Manager
Bob
Tooltips are the same colour as the rest of the theme, but they're the little question marks on the Right.
Theres' one to the right of Study Mode.
Cheers with the email cloaking, I'll look at it now.
Theres' one to the right of Study Mode.
Cheers with the email cloaking, I'll look at it now.
The email cloaking plugin did the trick.
I just added a custom field with the code {emailcloak=off} to get rid of it on the form.
Thanks for that one!
I just added a custom field with the code {emailcloak=off} to get rid of it on the form.
Thanks for that one!
Hi rbdoei,
Please try adding this to the Form CSS
Bob
PS You can edit CSS for all similar forms in components/com_chronoforms/css/frontforms_tight.css There is a tooltip.css there but it doesn't seem to apply to the tooltips in your form :-(
Please try adding this to the Form CSS
.tooltipbox div.tip {
border: 1px solid silver;
background-color: white;
padding: 3px;
width: 200px;
}
Bob
PS You can edit CSS for all similar forms in components/com_chronoforms/css/frontforms_tight.css There is a tooltip.css there but it doesn't seem to apply to the tooltips in your form :-(
This topic is locked and no more replies can be posted.