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?
...
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...
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..
...
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; }'
});...
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 ...
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
...
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...
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...
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...
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
...
Does anyone have any explanation for this? I've tried setting a width on #menu_wrapper ul li to no avail.
...
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
...
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...
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...
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
...
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?
...
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...
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?
...
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...
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...