Thanks for developing this module.
I implemented the mobile website on our existing server using domain access (so I could share the same database and files). In the domain config I selected the Mobile jQuery theme and the administration theme as garland.

It works great but when I go to certain pages in admin like the blocks/then Mobile jQuery theme blocks the page switches to the Mobile jQuery theme and makes it kind of hard to navigate.
What do you recommend ?

Comments

askibinski’s picture

I had the same experience. The admin block page becomes unusable.

I created a patch for the jquerymobile module (which this theme depends on) that uses hook_init to enforce the admin_theme on the
admin/build/block page to solve this problem.

See http://drupal.org/node/1249236 for the patch.

cbandes’s picture

I wonder if it would be possible to keep the theme but disable the jqm initialization for the block admin page? That might fix the instability...

jasonsavino’s picture

Assigned: Unassigned » jasonsavino
Status: Active » Closed (fixed)

Version 6.x-3.x-beta1 will fix this issue. I modified the output for some of the admin pages to allow for better usability.

lebachai’s picture

Unfortunately, Version 6.x-3.x-beta1 does not seem to fix this problem for me. I see the modified output for my regular (desktop) theme, but when attempting to manage blocks for this theme, I don't. I still see the mobile jQuery theme--which would be fine, if I could actually manage blocks from it. The list of available blocks disappears entirely.

lebachai’s picture

I should add--the FIRST time I went to the block admin page, it worked. Every subsequent time, I cannot access the list. I haven't installed anything new in between, so I'm not sure what to make of that.

lebachai’s picture

Never mind--user error in modifying the page.tpl.php. Please ignore.

Honza Pobořil’s picture

Version: 6.x-2.0 » 7.x-1.1-beta1
Status: Closed (fixed) » Active

This theme ignores Overlay module, admin pages should be in the overlay with admin theme.

emartin’s picture

Just have to refresh the page in web browser and the admin theme is OK until the next switch to Mobile jQuery Theme.

The source code is the same before and after the refresh.

Any idea why this strange behaviour? A way to fix it?

(tested without Overlay module)

jasonsavino’s picture

Status: Active » Fixed

The issue is in the way jquerymobile handles links. It loads up new pages into the dom. I have added a fix in the 7.x-2.x branch that will be release shortly. It will check if the path is an admin path and, if the admin theme is not the mobile theme, the link will not use ajax to load the referenced page.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

awm’s picture

I have the same issue. First time when you visit any admin page, the jqm theme takes over. I need to refresh the page in order to load the admin theme. How can this be resolved?

awm’s picture

Status: Closed (fixed) » Active

This is still an issue in in the 7.x-2.x branch. I am having the issue when a user logs in and is supposed to be redirected to an administration page under admin/.. the jquery theme takes over and I believe everything is loaded through ajax.
I am not sure if I were supposed to reopen the issue or open another one.

petre.tudor’s picture

Version: 7.x-1.1-beta1 » 7.x-2.0-beta1

this is still a problem for me in 7.x.2.0-beta1. this theme is unusable like this :(

wlftn’s picture

Issue summary: View changes

Still an issue for me too with 7.x-2.0-beta1. May have to ditch the theme. Is there a patch? A fix?