Hello - I hope you can help a poor newb just beginning to get his head round mobile display.
I have set up a site on my workstation, and installed Jquery Mobile theme, and Mobile Tools module. I have created a View which displays three nodes (just the title and date), with a URL localhost/mysite/mobi.
I have set up Mobile Tools to detect the URL and switch to the jquery_mobile theme
I have installed an Android emulator on the workstation
I can now access my site from the emulator, and I can see that the jquery_mobile theme is displayed. However, it does not seem complete (it seems to be basically straight text). For example, I switched on primary links (and created a menu item), but cannot see any primary links displayed in the page.
I get the impression that I should install jquery_mobile_ui and maybe the Jquery Mobile libraries, but cannot find precise instructions about where to do this (and all the instructions I can find refer to D7)
I would be very grateful for some pointers.

CommentFileSizeAuthor
#7 README-1577992-7.patch2.09 KBmrP
#7 README.txt1.96 KBmrP
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jordan8037310’s picture

Subscribing. Having difficulty with documentation as well. Unclear instructions, and there is no STARTER/README doc in the tar.

lvto2000’s picture

Yes,, install the jquery-ui module. Then you will need to install the jquery plugins files. (once you install jquery-ui go to your site status under reports an you will see an alert telling you that you need the plugins. There will be a download link there I think. Also, the download link for the jquery plugins is on the jquery-ui configuration page. I think its a small link in one of the settings instructions on the jquery-ui configuration page. It will be under site configuration) Install the plugins under your libraries folder if you already have one. If you dont then create one under sites/all/

That should get you started.

mattsmith3’s picture

same here. jquery_ui installed and running.
1. drush command isn't recognized (running 4.5)
2. no STARTER/ or README.txt
3. just enabling mobile_jquery theme doesn't seem to work... the theme isn't rendering as jquery mobile...

brockfanning’s picture

Category: support » bug

lvto2000, are you sure that all this should work on the D6 version? I don't see any alerts on the Status Report. There is no jquery-ui configuration page, so it can't be there. When I look at the source of a page loaded with this theme as default, I can see that the jQuery Mobile library is not being requested.

Also I can confirm there's no STARTER sub-theme in the D6 version. Does the D6 version not use a sub-theme approach? Or should we be sub-theming it from scratch?

ezk1984’s picture

I'm in the same place, Installed the theme and installed jquery_ui as described here, but the theme remains completely unstyled.

The script.js in the module is empty.

There is not STARTER theme at all.

Any help would be very appreciated.

alek123’s picture

Status: Active » Needs review

What I did was:

1) Go to http://jquerymobile.com/themeroller/
2) Choose what you want.
3) Download all the files and put these in the mobile_jquery theme (scripts and css)
4) Change the page.tpl.php to call these new files (or change template.php to call).
5) I also cleaned the template.php file that call many JS and CSS that I don't have.

(Drupal 6, mobile_jquery theme 6.x-3.0 beta1 here, I don't use mobile_jquery module)

mrP’s picture

Category: bug » task
FileSize
1.96 KB
2.09 KB

Initial stab at a 6.x README.txt (patch and file attached)

Mobile jQuery Theme (6.x)
---
The Mobile jQuery Theme is a powerful theme built on the jQuery Mobile platform 
(http://jquerymobile.com/). The theme adapts some of Drupal's base output to work 
with the highly themable designs built into the framework.

Installation
-----------------------
Basic Installation
1. Download mobile_jquery from http://drupal.org/project/mobile_jquery
2. Unpack the downloaded file, take the entire mobile_jquery folder and place it 
in your Drupal installation.
3. Download http://code.jquery.com/jquery-1.6.1.js to sites/all/libraries/jquery-1.6.1.js
4. Download http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.js to 
sites/all/libraries//jquery.mobile-1.0b1/jquery.mobile-1.0b1.js

Recommended Installation
1. Download mobile_jquery from http://drupal.org/project/mobile_jquery and enable
2. Download jquerymobile_ui module at http://drupal.org/project/jquerymobile_ui and enable


Theming
--------
Drush for Subtheme Creation
drush mobile_jquery "THEME NAME" machine_name will make a sub-theme form the starter kit

Replace existing styles
1. Go to http://jquerymobile.com/themeroller/
2. Choose what you want.
3. Download all the files and put these in the mobile_jquery theme (scripts and css)
4. Change the page.tpl.php to call these new files (or change template.php to call).

*NOTE: The mobile_jquery theme has an entry in the mobile_jquery.info file, 'hidden = 1'
This setting hides the theme from the admin/appearance page. It is recommended
that you create a sub-theme and not use this theme directly. If you wish to do
simply change the setting to 'hidden = 0'.

Issue tracking
--------------
The code for Mobile jQuery Theme is hosted on Drupal.org. Please report issues and 
submit patches at http://drupal.org/project/issues/mobile_jquery. You can download
packages of the latest release of Mobile jQuery Theme at 
http://drupal.org/project/mobile_jquery.


Maintainer
----------
- jasonsavino (Jason Savino)
paulfrottawa’s picture

Open a terminal in uploadprogress directory

phpize
./configure
sudo make install

Add to your httpd.conf file extensions.
______________________BSD System