Page 1 of 1
Re: Indirect modification of overloaded element of cms_varia
Posted: Fri Apr 26, 2013 3:26 pm
by calguy1000
The {stylesheet} plugin was deprecated in CMSMS 1.8 and no longer works in CMSMS 1.11. You now need to change your templates to use {cms_stylesheet}
Re: Indirect modification of overloaded element of cms_varia
Posted: Fri Apr 26, 2013 3:36 pm
by Wishbone
Since {cms_stylesheet} now exists in tmp/ and not the document root, you'll need to change lines like:
background-image: url(uploads/images/background.jpg);
to
background-image: url([[root_url]]/uploads/images/background.jpg);
Re: Indirect modification of overloaded element of cms_varia
Posted: Fri Apr 26, 2013 8:39 pm
by Dr.CSS
Or url(../../uploads/*******)...