MattW
Well-known member
I'm just testing out some of the TMS edits I have on my live site and moving them over to TMC.
I can't get them to work though
Do they need to be associated with an add-on?
The example I'm currently working on:
file - footer.css
find:
Replace
All I'm doing is swapping the RSS icon for my own blue one.
Testing doesn't do anything.
I've done a TMC edit for my AttachmentStats add-on, and that works OK, but anything else I try just isn't working??
I can't get them to work though
Do they need to be associated with an add-on?
The example I'm currently working on:
file - footer.css
find:
Code:
.footerLinks a.globalFeed
{
width: 14px;
height: 14px;
display: block;
text-indent: -9999px;
white-space: nowrap;
background: url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -112px -16px;
padding: 0;
margin: 5px;
}
Replace
Code:
.footerLinks a.globalFeed
{
width: 16px;
height: 16px;
display: block;
text-indent: -9999px;
white-space: nowrap;
background: url('http://cdn.z22se.com/xenforo/icons/rss_sat_blue.png');
padding: 0;
margin: 5px;
}
Testing doesn't do anything.
I've done a TMC edit for my AttachmentStats add-on, and that works OK, but anything else I try just isn't working??