I’ve found the problem with MobileJoomla. MobileJoomla’s CSS definitions doesn’t allow popup windows visible. You can add the followings to the end of templates/mobile_iphone/jqtouch-src/jqtouch/jqtouch.min.css file:
body.body-overlayed #sbox-overlay,
body.body-overlayed #sbox-window {
display:block;
}
body.body-overlayed #sbox-window {
margin-top:60px !important;
}
This will fix the iPhone version. (Maybe others too, but I wasn’t able to check)
-
This reply was modified 11 years, 6 months ago by
Taracque.
-
This reply was modified 11 years, 6 months ago by
Taracque.