I downloaded the sIFR module to use with my site but I am having very odd issues. I used #Primary li a as my class selector but while the font is right, they're no longer links. Also they have a white background on them, if i try to turn on transparency, the white and the text both disappear. And when I'm logged in as admin, when i move my mouse, they become invisible. What is going on here? Can anyone please help me? Any help would be greatly appreciated. Thank you.

Here is the site: http://ota.ianncomm.com

Comments

sun’s picture

Status: Active » Fixed

You should set the selector to

#Primary li

(without a), so sIFR is able to parse the HTML and see that there is actually a hyperlink.

Feel free to re-open this issue, if you have further questions.

mattrd’s picture

oh it wasn't #Primary li a, it was .links-menu li a, sorry about that. But i did change it from li a to li and I got an error message saying "Cannot create sifr directory in files." any insight?

sun’s picture

an error message saying "Cannot create sifr directory in files."

You should check directory and file permissions in your files directory. sIFR needs to write CSS and JavaScript files to a subdirectory of your files directory. Please bear in mind, that sIFR currently does not work with private files.

Anonymous’s picture

Status: Fixed » Closed (fixed)