bestrag 22 Report post Posted January 22, 2012 Hi all, Is there any documentation on how css version system works? I did not find it. thanks bestrag.netprofessional dms plugins Share this post Link to post Share on other sites
catrina 103 Report post Posted January 22, 2012 To clarify, what do you mean by the CSS version system? Do you mean information on the CSS structure? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
bestrag 22 Report post Posted January 23, 2012 Whenever css code is added to the PageLinesSection::section_styles() it returns baseUrl of css style followed by [ver] parametar. For example: [code] href="path/style.css?ver=1.2.0" [/code] I would like to read documentation on that. Thanks bestrag.netprofessional dms plugins Share this post Link to post Share on other sites
Jenny 33 Report post Posted January 23, 2012 I don't know the answer to that, however, if that is from your source of a PageLines theme, it is out of date. ;) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
bestrag 22 Report post Posted January 23, 2012 @simple_mama I do not think this is something that is out of date. If you look at any page source that is built by the latest framework you will see that each style-sheet has its own version parameter. There is nothing wrong with it or anything, it is just a part of the framework that I would like to know about. Please do not mind, I would like to keep this question open to see if something will come up. Each will go through some kind of version system. So I thought maybe there is some info instead of me reading each line of code... bestrag.netprofessional dms plugins Share this post Link to post Share on other sites
Jenny 33 Report post Posted January 23, 2012 You didn't provide a link to your site so I was just speaking generally. For example, if you're using PlatformPro, the version would be 1.5.3. I'm just curious though about [i]why[/i] you're interested in this information so we can better help answer your question(s). The version number, at least the beginning, is related to the version of the theme. However, I don't know where the rest of the number comes from. ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
bestrag 22 Report post Posted January 23, 2012 I just wanted to figure out how does it work. I was wondering if there is any documentation on subject. Thats all. Before I started developing my own sections I did not really care about it. But after I added my own styles and scripts, I realized that I have no clue what affects my version number, nor if there is any benefit I can achieve. bestrag.netprofessional dms plugins Share this post Link to post Share on other sites
Simon 248 Report post Posted January 23, 2012 Basically if you include a style.css file in your section it will be auto included if that section is used on the page/post. The version will be the version of the section. Unless its part of the framework then its the framework version. Share this post Link to post Share on other sites
bestrag 22 Report post Posted January 23, 2012 That is great. bestrag.netprofessional dms plugins Share this post Link to post Share on other sites