Themeroller theme doesn't seem to work properly?
Hi all,
I've just attempted to use the themeroller for the first time, but it doesn't seem to render a few things correctly.
Notice the background is not black, and also the collapsibles (
Click 'Gallery' and 'Shop') don't seem to show properly and aren't coloured/styled. Is there something obvious that I've missed? The header, footer and top menu buttons seem fine...
Using latest jqery mobile.
Here's my header code.
EDIT: Ah, think I've got it! Still need to use 'Data-theme="a/b/c/d/e" etc?
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <link rel="apple-touch-startup-image" href="images/apple-touch-icon-iphone.png">
- <link rel="apple-touch-icon" href="images/apple-touch-icon-iphone.png" />
- <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-ipad.png" />
- <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-iphone4.png" />
- <link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-ipad3.png" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <link rel="stylesheet" href="themes/site.min.css" />
- <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile.structure-1.3.1.min.css" />
- <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
- <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>