• Resolved jsaw

    (@jsaw)


    Our calculated form works correctly on desktop but when in mobile view, the number fields do not show up, only the drop-down fields appear. Is there a way to make those fields respond when the form is in mobile view? I have already changed the Script Mode to Classic.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @jsaw

    The issue is not caused by the plugin. You are hiding the field explicitly with the style definition:

    
    @media only screen and (max-width: 768px)
    .nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .storefront-handheld-footer-bar, .hide {
        display: none!important;
    }
    

    into the file:

    https://unitedwaync.com/wp-content/uploads/dynamic-mobmenu.css

    Please, edit this file, removing the !important; modifier from the CSS rule, and clear the browser’s cache.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Number field in mobile not showing’ is closed to new replies.