dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi

Posted by usbzoso 1 year 31 weeks ago

pic
 usbzoso
mobiForge Newbie
Posts: 2
Joined: 1 year ago
[offline]

If in wordpress image title is specified and contains the "on" word the image will not render on the mobile site view. I am guessing this is caused when all the javascript "onEvent" events are stripped.

Posted by usbzoso 1 year ago

pic
 usbzoso
mobiForge Newbie
Posts: 2
Joined: 1 year ago
[offline]

i have fixed this problem by adding a space after = in the following code:

$remove_attributes = array(
"on[^= ]*",
);

in the wordpress-mobile-pack/plugins/wpmp_transcoder/wpmp_transcoder.php file.