[TYPO3-dev] TYPO3 4.4 & transparentColor

Tobias Pierschel tobias.pierschel at netinventors.de
Tue Jun 29 14:04:40 CEST 2010


Hi,
i found out, that the problem is the "niceText=1"  option. If i disable it, the transparency works.
What can i do? In TYPO3 4.3.3 this works without a problem.

tmp.subNav= HMENU
tmp.subNav{

	wrap=<ul>|</ul>
	
	1 = GMENU
	1{
		noBlur = 1
		
		NO = 1
		NO{
			allWrap = <li> | </li>
			XY = 170, 20
			backColor = #e3d2ae
			transparentColor = #e3d2ae
			ATagTitle.field = abstract // description // title
			stdWrap.htmlSpecialChars = 1
			
			10 = TEXT
			10{
				//text.field= subtitle
				//text.ifEmpty.field = title

				text.field= title
				text.ifEmpty.field = subtitle
				text.crop = 21 | ..				
				#text.case = upper
  
				offset = 10,15
				fontSize = 15
				fontColor = #26387d
				fontFile =fileadmin/res/fonts/BLISS2__.TTF
				niceText=1
				niceText.sharpen=1
			}
		}
		
		RO < .NO
		RO = 1
		RO{
			10 = TEXT
			10{
				fontColor = #b4020e
			}
		}
		
		CUR < .RO
		ACT < .RO
		
	}	
}


Am 29.06.2010 12:04, schrieb Tobias Pierschel:
> Hi,
> TYPO3 4.4 & transparentColor doesnt work anymore :-(
>
> Our Config:
> ImageMagick enabled: 1
> ImageMagick path: /usr/X11R6/bin/ (6.2.4)
> ImageMagick path/LZW: /usr/bin/ (6.2.4)
> Version 5/GraphicsMagick flag: im6
> GDLib enabled: 1
> GDLib using PNG:
> IM5 effects enabled: 1 (Blurring/Sharpening with IM 5+)
> Freetype DPI: 96 (Should be 96 for Freetype 2)
> Mask invert: 1 (Should be set for some IM versions approx. 5.4+)
> File Formats:
> gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai
>
> Whats wrong? How can we solve this issue?
>
> Thanks
> Tobi





More information about the TYPO3-dev mailing list