treehouse : what would you like to learn today?
Web Design Web Development iOS Development

SiFR is not working properly..

  • Hello, I've installed SiFR, but I saw that it works not properly, the text witch needs to be replaced is still here and the SiRF text is here also, so the headings are doubling. Can you help my with this problem?

    Site address: http://www.codingxhtml.com/test/Lediana/

    [attachment=0]sirf.gif[/attachment]
  • Your <h2> has a class of "sIFR-replaced", but as far as I can tell this class doesn't exist anywhere in your CSS file.

    Speaking of which, I have actually never, ever, in my entire career, seen a CSS file outlined like that.
  • I've never seen that... There is a <span> in there which is acting as an "alternate". Might be some kind of option you can set? Anyway, you could just target it and hide it.

    .sIFR-alternate { display: none; }