Search found 3 matches
- Tue Mar 12, 2019 8:26 am
- Forum: CMSMS Core
- Topic: custom stylesheet empty after upgrade
- Replies: 5
- Views: 1512
Re: custom stylesheet empty after upgrade
thanks, but no typo. All tags were in place for many many years. upgrade of CMSMS made that break and I could only repair by removing ALL these root_url bracket tags.
- Mon Mar 11, 2019 7:55 am
- Forum: CMSMS Core
- Topic: custom stylesheet empty after upgrade
- Replies: 5
- Views: 1512
Re: custom stylesheet empty after upgrade
Hi,
It turns out the [[root_url]] tags in CSS were the cause.
Is this known? Why is there no clear indication of removal of this tag in CSS designing for example on the upgrade doc page where other changes are indicated?
thanks
It turns out the [[root_url]] tags in CSS were the cause.
Is this known? Why is there no clear indication of removal of this tag in CSS designing for example on the upgrade doc page where other changes are indicated?
thanks
- Sun Mar 10, 2019 11:52 pm
- Forum: CMSMS Core
- Topic: custom stylesheet empty after upgrade
- Replies: 5
- Views: 1512
custom stylesheet empty after upgrade
Hi, I am taking the route to upgrading step by step. Now going from 1.10.3 to 1.11.13 made the CSS stylesheet attached to the template become empty and so does not render the website. in the template CSS is called with: {cms_stylesheet https=true} as it was already in previous version of the CMSMS. ...