Active
Project:
Mobile jQuery Theme
Version:
6.x-3.0-beta1
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2012 at 17:08 UTC
Updated:
7 Jul 2012 at 16:14 UTC
This is similar to the issue in the following link > http://drupal.org/node/1659206
Only this time the culprit seems to be the following file: preprocess-page.inc
In that file there is one line that seems to reset all variables and disrupts MEDIAFRONT from running properly. It is as follows:
$vars['jqm_scripts'] = jquerymobile_ui_load_files($vars);
Whenever I comment this line out the theme goes away but MEDIAFRONT works as expected. Obviously this is not a proper fix as the theme no longer works. However, my assumption is that manipulation of the vars is somehow upsetting the settings for MEDIAPLAYER.
Please take a look at this.
Comments
Comment #1
lvto2000 commentedHELP?!