Reply To: Mobile Usage

On , in , by Taracque

Home Forums RaidPlanner Discussions Feature request Mobile Usage Reply To: Mobile Usage

#591
Taracque
Member

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.
 

Comments are closed.