Version 4 preventing widgets from displaying on iPad
-
Hello, the issue I am having is with Google chrome and iPad. By default, Chrome’s content setting requests the mobile version of the site. This is resulting in the menu on the right-hand side of the screen to not show.

If I select “request desktop site” in settings on chrome, it displays normally:

It looks like Widget Options is removing the last widget in my sidebar. The rule Widget Options creates, looks as follows:
@media screen and (max-width: 767px) and (orientation: portrait)
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
When you switch to the desktop site, the resolution isn’t triggering the above rule. I’ve briefly gone over the Widget Options settings page; I’m not seeing an option to adjust the mobile breakpoint; ideally you’d lower the resolution a bit and the rule would stop applying to your tablet view.
Upon further testing, I reverted from version 4.04 to version 3.96 and the menu/widget shows in Chrome on iPad with Chrome’s content setting requesting the mobile version of the site.The page I need help with: [log in to see the link]
The topic ‘Version 4 preventing widgets from displaying on iPad’ is closed to new replies.