Hi, I've been trying to figure this out for hours. Made a sub theme using zenophile plugin. No matter what order I put the styles in the .info array, they appear in the same order as originally. It is reading the array because if I change the name to anything that doesn't exist, they aren't included. Anything I'm missing?
I've flushed the cache's many times, and its in theme registry rebuild mode
Comments
Comment #1
farrington commentedDoes the same issue occur when you make a sub-theme without Zenophile?
BTW: Please try to use 6.x-2.1. I might not solve your issue, but it's probably better to use the latest version. :-)
Comment #2
farrington commentedSorry, my web browser made the component to change without me knowing it...
Comment #3
mykmallett commentedIt seemed to be because it was in the root theme folder, even tho I was referencing its correct location in the info file.
So it was appearing when at theme/style.css but in the wrong order, when I put it in in theme/css/style.css with all the rest of the stylesheets it appears in the correct order.
Thanks for the help
Comment #4
echoz commented