sifr

Sometimes need to double click links

On occasion I need to click a sIFR link in order to "activate" it. I hover over it and nothing happens. I click it, then hover over it and then it works correctly. This seems to mostly happen with items that are not within the viewport when the page renders (items you have to scroll to see). Is there a fix for this? ...

sIFR - Can't 'textalign' my tag - frustrated

Greetings! Started experimenting with sIFR3 today and am in love! So great! For the life of me, however, I can't get what seems to be something so trivial to happen: Center align my tag: Example Page Here In my sifr-config.js, I have: sIFR.replace(serif, { selector: 'h2', css: '.sIFR-root { textalign: center; }' }); .. and y...

h2 with sifr enabled duplicates

Hello all, I'm having problems with h2 headlines. sifr does replace the text, but as soon as it replaces the text inside h2 tags, after that it repeats the text in h2 but without sifr. Can anyone point me to the right direction what could cause this problem? Tnx in advance.. ...

sIFR 3 and Links: can't get them to work together

I am trying to use font replacement for my links, but have no idea how to do it. My test site is http://www.internetlinked.com/test/ how do I setup sifr-config.js so that the links on the left have their fonts replaced. I go it to work using sIFR.replace(decade, { selector: 'li', css: '.sIFR-root { background-color: #1A171B; }' });...

Changing a sIFR "Current Item" Color without Page Reload

Greetings! I found a post similar to my problem that was nicely answered, but it changed the color of ALL <h1> instances with a javascript function. I am trying to change the color of a single sIFR'd nav item in a list to have a different color, without reloading the page -- so the others would have to be "turned off" (color reset to ...

sIFR: text on multiple lines and backgraound problem

Hello, I have a website at http://www.kevinevans.net/hewson/index.html that Im working on and I have a sIFR heading in that tapestry pattern, called Welcome but as you see its going on multiple lines and there's a white background even though I have set the background color to transparent. any ideas on a fix? THanks! Kevin ...

sIFR 3 r436 - Link doesn't work in Opera - displayed as regular text in IE

Hi! I got a problem with sIFR in Opera and IE. Basically in Opera the link doesn't work, and in Internet Explorer sIFR isn't displayed at all, the text is only regular text. It's not an issue in neither Firefox or Google Chrome. Why is this happening and how could i prevent this from happening? I only assign sIFR to span-classes which...

sIFR in main menu

Hi! Is this menu: <div class="navigation"> <ul id="nav-menu"> <li class="active"> <div class="sifr-r active"><a href="#" title="home" class="top-link"><span class="blue-small">01.</span><br />HOME</a></div> <div class="blue-line"></div> </li> <li> <div class="sifr-r"><a href="#" title="property managemen...

line-height is messed up when using sIFR

When using sIFR on the titles (.content h1.pagetitle) in my WP theme, it somehow messes up the spacing and pushes the title down. The actual flash video is the same size as the font, so I think it has something to do with CSS, though I've tried just about everything I could think of and can't get it lined up properly. Here's a link to th...

WP sIFR > Headline is Gray, supposed to be white!

Not sure if someone already asked this but I've specified the color of my headline in the WP sIFR plugin settings and it still comes out gray. It's not specified in the CSS just to make sure. Any thoughts? the site is danroseonline.com/rosewedding Thanks, Dan ...

sIFR moving a word into two lines?

Does anyone have any explanation for this? I've tried setting a width on #menu_wrapper ul li to no avail. ...

sifr padding issue

Hi, I'm having a problem with my sifr replacements. I have some headings with a tag in side so I want them to be underlined. But the line starts like 5 px before the text and ends 5 px. after the text ends. What can I do to fix this? screenshot: http://diggitall.com/sifrpadding.png Thanks in advance ...

Sifr3 - Is it possible to override CSS styling with parent selector?

I would like to override setting that already defined with selecting parent selector but I don't know how. Say, there are 2 pages on a website like the following... -Home page- <body><h1 class="sifr">Home</h1></body> -About page- <body class="about"><h1 class="sifr">About</h1></body> then, I have these in sirf-config.js... sIFR.repla...

Where to specify line height for sIFR

I have not had any luck changing the line height for sIFR. I have tried changing the sIFR css and config file as well as my general style sheet. Is there a special trick? GENERAL CSS h1 { font-family: Georgia, Times, serif; font-size: 24px; font-style: normal; line-height: 16px; (has had zero impact, even when I go nega...

sIFR3 show text while loading

Hi, I am using sIFR3 on a website. I remember in sIFR2 you coul use this sIFR.bHideBrowserText = false; to show the text before sIFR kicks in. How do you do this in sIFR3 and where do you put the code? Thanks for your help. C ...

sIFR and Spry collapsible Panels

Hello, I'm having trouble getting my sIRF headers to display in collapsed panel . Here is the file: http://bananas.hu/aeco-test/mainpage.php (button at bottom: "A hét további hírei") sIFR can't replace hidden elements I know. Could you please describe detailed how could I call the replacement code when clicking on the panel button? ...

Does sifr flash display the fonts if they are not installed in the pc?

I want to use the Sifr functionality with the Margarosa font and so i have created my sifr swf with the required margarosa font. This works fine and the effect is visible properly in my pc as the margarosa fonts are installed in my computer. But when i check it in another computer where these fonts are not installed, the effect is not di...

Extra space in Sifr

I'm facing a problem with Sifr. It is taking extra space on left side in all browsers except IE7. When I select the text it is showing on blank character on beginning of text which is (I assume) the reason for that space. But it's all ok in IE7. Can anybody please help? ...

sIFR 3 - sifr-config.js possibly not running? Not sure what's wrong.

Hi, I've been messing with this for a few hours, and I just can't get the text to be replaced at all. I really can't believe it's taking so long, especially because I did this a few months ago and got it to work in minutes. Anyway, here is my site I'm working on: http://www.moreheadplanetarium.org/regeneration/test/vision.php and I wa...

sIFR - getting a:hover to work in navigation list

Hi, I am currently struggling with sIFR and a:hover. My problem site is hosted at http://irene.huditsch.info I have the following HTML code: <body id="irene-huditsch-info"> <div id="header"> <h1>Irene Huditsch</h1> <div id="top-nav"> <ul> <li id="impressum"> <a href="impressum.html" rel="index">Imp...