Closed (won't fix)
Project:
sIFR
Version:
5.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2007 at 20:40 UTC
Updated:
30 Sep 2007 at 22:49 UTC
It is very convenient to have a way to specify rules to which the Sifr replacement will not take place.
E.g.
I have a sifr rule for #contnt h2
and I want all occurnaces of #content #ttt h2 subset of the above not to be transformed to sifr.
If there is other way to accomplish this, i will appreciate your ideas...
Comments
Comment #1
sunUnfortunately, that's not possible with sIFR, because it uses CSS2 selectors. However, to achieve the same result, you can alter your theme and insert an additional element whereever needed. Using that additional element in the sIFR selector (f.e.
#content .sifr-this h2) will only render those headings with sIFR.