Sorry if I ask the same question again, but i could not find an answer on the forum yet.
I use Chronoforms and created a nice form with tooltips.
The tooltips in the backend (when creating the form) are working fine, but when my form is on my site, the black square appears but the text is unreadable. (i thought i saw some text, but not sure)
Can it be that the color of the tooltip text is almost the same as the background? Or can it be a different problem?
I use Joomla 1.5
Thanks in advance
Hi p.leijstra,
Please post a link to the form page so we can take a look.
Bob
Hi p.leijstra,
Yes, the problem is the font color - you may need to fiddle with the css to override the current #333333
Bob
Maybe a stupid question, but which CSS are you aiming on? The one of my template?
Or something from Chronoforms?
Thanks in advance!!
Hi p.leijstra,
Not a stupid question - the answer isn't clear. Could be template_css.css from your site theme or tooltip.css from ChronoForms - or edit the html to add styles manually. The two stylesheets are interacting and it's not clear to me which one is actually setting the style.
Bob
I looked at the site's template first and searched for the color #333333
I found serveral which i changed to view the result. When I changed one the tooltopcolor changed. But also the fontcolor changed...
I think i'm going to look into the tooltip.css to see if that will workout. Or is there a different way to change the tooltipcolor but not the fontcolor?
How can I change the tooltipcolor in the formcode? Something like <div style=???
Thanks for all the help!!!🙂
Problem is solved!
I added the color in the tooltip.css
Thank you so much for the help, wouldn't have found it on my own!
Hello,
I have similar issue. Backend works fine. However, I don't even get a black box on the frontend, it just nothing happens.
I look at the /components/com_chronocontact/css/tooltip.css file but nothing says about #3333.
Is there a global tooltip in Joomla that I suppose to turn it on or something?
Any idea how to fix my issue? Thank you.
Hi batman,
This is probably a JavaScript conflict with something else on the page, if the form is on-line please post a link so that we can go and take a look.
Bob
OK, to bad that didn't solve the problem for you!
I think i am not able to help you any further. Maybe the developer know more about your problem
Hi batmon,
The issue is with JavaScript (not with Java which is something completely different with a similar name) and I think that the JHTML you linked to is that code that Max is using.
This is very hard to diagnose without access to the page :-(
Please try a couple of tests:
(a) add &tmpl=component to the url for the form page and see if the tooltips then show OK.
(b) switch the site temporarily to a standard Joomal template like ja_purity and see if they show up.
Bob