10375 Posts in 2190 Topics by 1707 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2269 Views |
-
sIFR parameters with ":"

26 January 2009 at 8:48am
I'm trying tu use sIFR module but I can only use with sScelector and font parameter:
Sifr::replaceElement("h1", "din");
when I try a third parameter like sColor:
Sifr::replaceElement("h1", "din",sColor:"#000000");
I get:
Parse error: syntax error, unexpected ':' in...
There's a way to get this work? Thanks.
-
Re: sIFR parameters with ":"

28 January 2009 at 4:23am
Hey vloox
i had the same problem but managed to solve it by wrapping the sColor:"#000000" type parameters in single quotes like this
Sifr::replaceElement("h2", "bellgotic",'sColor:"#fe6e0e",sLinkColor:"#fe6e0e", sBgColor:"#ffffff", sHoverColor:"#fe6e0e"');
Sifr::loadSifr();this also might help the latest release v0.1 would only work for me on ie7 but not firefox (2 i think) but the trunk version seems to work fine strait from install
http://www.silverstripe.org/assets/modules/trunk/sifr-trunk-r66254.tar.gz -
Re: sIFR parameters with ":"

28 January 2009 at 4:56am
This module really needs to be updated to use sIFR 3. I had horrible problems with it and had to hack the core code to use the newer version.
-
Re: sIFR parameters with ":"

29 January 2009 at 3:12pm
Thanks Phill, I'm using the trunk version and works fine in IE7, FF2, FF3 and Opera 9.
-
Re: sIFR parameters with ":"

31 January 2009 at 2:21am
Just thought i put this up here because some might find it usfull, if using the sifr module with the gallery module (lightbox) and you have the problem with the sifr displaying in front of the light box try adding
sWmode:"opaque"
to the options when calling replaceElement() its took me a while to work this out although it is kind of mentioned in sifr.php comments
| 2269 Views | ||
|
Page:
1
|
Go to Top |

