Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2013-02-02 17:04:45
- saccade
- Plugin Author
- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Multiple stylesheets using multiple txp:css-tags - server problem
Hi,
so far, I had never problems using multiple stylesheets using multiple txp:css-tags.
But now I had to migrate an install
and on the new server (old as well as new hosted by Joyent) this won’t work:
Only one instance of css.php?n=… will be delivered, the other ones are empty.
This seems to be server-related but I have no idea why and how.
I know hat I could put everything together into a single instance of css.php?n=.. by comma-separated attribute,
but here there is a browser-related condition in it,
so I’d like to have it working like before.
Any idea why it would render only one instance (and which of them seems to be randomly)?
Offline
Re: Multiple stylesheets using multiple txp:css-tags - server problem
Hi Michael, did you consider using Ruud’s rvm_css plugin? It should be better for the site anyway.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#3 2013-02-02 19:00:47
- saccade
- Plugin Author
- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: Multiple stylesheets using multiple txp:css-tags - server problem
Hi Yiannis,
thanks! That worked.
Anyway: Someone any idea what is the reason? Obviously something on the new server doesn’t like the double/multiple css.php-calls?
Offline