[Pro] Responsive CSS Menu Issue

Responsive menus inside the breakpoint appear and operate as they should in Chrome (for desktop), Firefox, and IE, yet refuse to behave in Safari (for desktop and iOS alike). Anybody else encounter this bug, or does anyone have a remedy or workaround?

http://www.sangabrielmedia.com/sport.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:

The parent element of your menu, which has the classname f-ms and the id m1 (likely created by the Action), has the overflow property of hidden. This causes the menu to be open, but hidden except for the top bit. Try adding a CSS rule to the page with this content:

#m1.f-ms { overflow: visible }

You’ll need to wrap this in a <style></style> block so that it reads as CSS. Use the Page / HTML Markup dialog (choose Before in the picker), and paste in that code (the style tag containing the CSS rule). See what happens to your page.

It’s not clear to me why it’s behaving this way, but then you have an awful lot of other code on this page (and 24 JavaScript errors), so that’s probably something else you should work on.

See if you can get the problem to repeat on a test page that contains nothing except the instance of the menu itself (no other external code or Actions of any kind).

Walter

On Nov 7, 2017, at 5:18 PM, James Witherite email@hidden wrote:

Responsive menus inside the breakpoint appear and operate as they should in Chrome (for desktop), Firefox, and IE, yet refuse to behave in Safari (for desktop and iOS alike). Anybody else encounter this bug, or does anyone have a remedy or workaround?

http://www.sangabrielmedia.com/sport.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
Information for existing FreewayTalk / Groups.io users - Site Feedback - Softpress Talk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Walt: That did the trick! As far as the errors (mind, I’m more a designer and not much of a developer–I know enough to get by), I’ll work on cleaning those up too. Thanks for your help! -j


freewaytalk mailing list
email@hidden
Update your subscriptions at: