Closed (cannot reproduce)
Project:
Mobile jQuery Theme
Version:
7.x-1.1-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2011 at 22:41 UTC
Updated:
17 Apr 2012 at 23:19 UTC
Comments
Comment #1
hansrossel commentedIn the file template.php make sure that you have downloaded the jquery mobile css and js files from http://jquerymobile.com/download/ and put them in the right location, or you could replace the paths by the cdn hosted locations.
Comment #2
Knightmixx commentedThank you
Comment #3
amirtaiar commentedThat's strange!
On one website I have just finish develop a theme thats works grate and I didn't touch this files.
In another site I started now I cant see the theme efect! I have change the code in templete.php according to the file - which are by the way different
I have tried also the 'min' files..
What am I missing here?
Comment #4
jeffschuler@amirtaiar: Look in the source of the rendered page. Copy each of the jquery mobile -related JS and CSS include URLs and go to them in your browser -- to check that each file is, in fact, where it's supposed to be.
Comment #5
amirtaiar commentedI have left code as above and disable the jqeuerymobile_ui module - All warks fine.
I can Understand why, so I guess it's a jquerymobile_ui bug?
Comment #6
jeffschulerEverything works fine when you disable the jquerymobile_ui module, but not when it's enabled?
The module allows you to set different CSS & JS files through the administrative theme settings.
Again, I'd suggest looking at the source of the rendered page: see what JS & CSS are being included.
Comment #7
jasonsavino commented