javascript - sIFR 3 showing on my Home Pge but not on any other pages -
I've integrated sIFR3 and show it completely with me, but not on any other pages. I have never changed the name of anything.
Here is my CIFR-config.js:
sIFR.replace (Helventica, {Selector: 'H3', Wmode: "Transparent", CSS: '. SIFR-root {color: #ffffff; font-size: 18px; margin: 0; padding: 0;} '}); SIFR.replace (Hollvantika, {Selector: 'H2', Wimode: "Transparent", CSS: '.sIFR- Root {Color: # 5b2e13; font-size: 31px; margin: 0; padding: 0;}'} );
OK I have found it in my sifr-config.js I P>
var helvetica = {src: 'wp-content / themes / default / sifr3 / helveticathin.swf'};
Then it works perfectly in the home page because it is still the right path, but as soon as I go to another page it will not appear anymore because the font.swf The URL path is continuous so I have been given the full URL for this.
Comments
Post a Comment