Hi,
I am enhancing a custom skin for Jamroom5. I have few queries. Can somebody help me out?
I am newbie, so please let me know if there are some old thread related to these
1. When I add extra js or css files in skins/XYZ/css or skins/XYZ/js folder, they do not get automatically added.
As I see in meta.tpl file, there are few if blocks to include css/js files. They are like javascript_embed/javascript_href.
How to modify those to take additional (new) files I have added in above folders?
2. Is there ian default jQuery library used? How to change it?
3. There can be multiple css files in skins/XYZ/css folder. There is chance to overlap some styles like for "body".
Now if I want to redefine body style using new css file, how can I do that? Change existing file? (risk of impacting other pages). If I just add my css file, how is it ensured that my style is used? All css files from css folder are included in header (through css_embed or css_href), so order may differ and the style of last included css file is enforced.
Can you please help me?
updated by @anandpd: 12/14/13 03:32:00PM
