Hello,
Thanks for this fabulous software.
We use X_trem theme and we have for every image a popup when the mouse comes over image with this format code display.
For example :
color=#ebe1c7Bresil/color
How it is possible to show only the text.
Thanks a lot.
Ludovic.
Posts: 27300
I don't understand.
The color is referenced with names or hex values not both:
http://www.w3schools.com/CSS/css_colornames.asp
http://www.w3schools.com/CSS/css_colors.asp
Can you explain ( with a url ) what you are after?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 3
I'm sorry.
When we move the mouve over every images and wait, a yellow popup window appear with the name of the photo or album but with html code before and after the text.
[img]http://www.le-voyage-autrement.com/screen.jpg[/img]
Thanks a lot.
Posts: 508
Looks like a bug in the template. Find this section in album.tpl (around line 691) and edit it to look like this (changed parts in bold):
Posts: 3
Hello.
It doesn't work like.
In fact, we doesnt'want to see the yellow popup with BBCode when mouse over picture's album ?
Thanks.
Posts: 508
Yeah, I just realized where I wrote $childTitle, it should have been $smarty.capture.childTitle But for your case, I think all you need to do is remove the title=... attribute and that should get rid of the tooltip.