Hi, I have two h1 classes - one needs to be green and one needs to be blue. In sifr-config I have it set like this:
sIFR.replace(aldo, {
selector: 'h1',
css: '.sIFR-root { color: #b2bc35; font-size: 24px; }'
});
sIFR.replace(aldo, {
selector: 'h1.blue',
css: '.sIFR-root { color: #569fd3; font-size: 24px; }'
});
and in my co...
I am a newbie and I have been struggling with this for awhile. I am try to create a scrolling div using the jQuery Cycle Plugin with sIFR 3 text within the scrolling div. I can get it to work properly in Firefox and that's about it. Any suggestions or help would be greatly appreciated!
Here's my link: http://dev.bandspecial.com/test.htm...
Hi, I've tried to replace the styles of link on my site, and it seems like the font face is replaced successfully, but it's not taking in the color and text-decoration. Here is my script:
<script type="text/javascript">var archermed = {src: 'archermed.swf'}; sIFR.activate(archermed);sIFR.replace(archermed, {selector: '.CollectionTopTabH...
I'm trying to use Myriad Pro Semibold Condensed as my headline font. I've been able to get other states of the font to work, both Myriad Pro Regular and Myriad Pro Condensed work properly.
Here's what I'm seeing: http://php.saysoma.org/. As you can tell, the Regular and Condensed states work, but the third style, semibold condensed, is ...
Is it possible to apply multiple fonts in one headline?
...
Hi,
I'm using the flashembed method of jQuery Tools library to set up a sifr, but can't seem to get it to work. I've followed their example: http://flowplayer.org/tools/demos/flashembed/jquery2.htm
For me all it shows is a flash movie with a white background showing the text: Rendered with sifr3 revision 436. I think I might be missing ...
I tried lots of tricks but I can't manage to have them work !
In fact if I click just on the edges of the flash (in the margin of my replaced span), the links actually work.
And when my mouse goes over the sIFR replaced, the good url shows in the status bar...
It looks like the object is hiding the link...
Note : I cannot remove wmod...
For some reason I can't seem to get sIFR to display fontsize larger than about 126 px. I've tried to change the MAX_FONT_SIZE found in sifr.js, but it's no use.
I've also tried adjusting different fontsizes in the css, but it won't go higher than 126px.
Does anybody know how to get sIFR to display a really large fontsize?
-- Ploma --
...
Hi There,
I am working on a two-level menu like the Dynamic Drive examples on this page. The goal is to show a subnav layer below the main nav onmouseover, reverting to each page's default subnav layer after a timed interval. It works, except for a big problem: I am using sIFR on the main navigation items (<a>s inside of <li>s). The scr...
Hello !
I'm trying to use sIFR on my menu and on my headers... but only one call works... the others that I put after never appear :(...
Can somebody help me ?
Note : I'm using the r436 and below is my code ...
var segoe = {
src: 'pathto/segoe.swf',
ratios: [7, 1.58, 8, 1.49, 10, 1.5, 11, 1.45, 16, 1.46, 21, 1.44, ...
I have the following in my sifr-config.js file:
sIFR.replace(avenir_book, {
selector: 'p:first-child',
css: '.sIFR-root { color: #782221; font-size:22px; }',
wmode: 'transparent'
});
But it doesn't work. I've verified that the same CSS works by testing it in my normal stylesheet. Does sIFR not understand this pseudo element, or ...
I can't seem to get Script.aculo.us and sIFR 3 to work together. The Script.aculo.us portion works just fine with or without sIFR but sIFR refuses to work once Script.aculo.us gets added. How do I fix this? Thanks.
<edit>
never mind. case of mismatched cases in filename.
</edit>
...
sIFR doesn't seem to work on objects with display set to none. I've tried calling sIFR.redraw() after setting display to block but the replacement isn't showing up. Am I just calling the wrong method?
...
I get this error in IE8,
Object doesn't support this property or method
on this line.
this.results.forEach(function(a){if(!a.views){a.views=0}})
I am new to sifr and fairly new to Javascript so i am not sure on what to do here. If someone could point me in a "helpfull" direction that would be wonderful.
thanks
Jason
Link to site: ...
im looking for a way to rotate sifr text on a wordpress blog using jquery, any ideas, the rotate plugin doesnt seem to work.
...
I'm making a menu and it's supposed to look like picture nr 1 on this link.
However, at this moment, it looks like picture nr 2.
There's no logic in this behaviour, since all three elements have the same css-attributes. Moreover, let's change the word "Reiki" to "Psychotherapie" and see what happens... (picture nr 3)
For some reason t...
How come there are times when sIFR's replacement text doesn't show up? Say there are ten tags to be replaced. Sometimes, not all of them appear but all the original text are gone. What causes this and how do I keep this from happening? Thank you.
...
Hello,
Well like i stated in the title, i cant get sifr to align right and use the full width of the containing h3 tag. Aligning text to the right works well, but i want the text to be on 1 or 2 lines instead of 3 and how it looks the text should perectly fit on 1 or 2 lines :/.
Link: http://hendriks.adena.nl/preview/html/?p=kerst
An...
I am using sifr3 in a rather ambitious manner - all text on the page is converted. I know this is not ideal but I don't think this explains the issue I am experiencing.
It's working fine in IE 8 and Firefox 3.0.1. However, there's nothing to be seen on Safari for Mac or PC.
Here's the page I'm working on: http://www.merlyncricket.com/ho...
Hi,
I'm trying to get a link in a truetype fornt with sIFR3. It's working fine for all ordinary <h1> and <h2> items, but not for links within a <h2>. sIFR is replacing the <a> correctly, but the result is invisible. When I click the area where the text should be, it follows the link. Even with a pointer cursor. But where's my text?
Re...