• Resolved buadcioq

    (@buadcioq)


    Hello, i have a problem with my dropdown, and multiselect fields. When i posting dropdown or multiselect menu on the page i got 1 working menu and 1 blank subfield without choices. can`t find how to hide it, tried to find options in console, documentation and by css styles, but without result

    Regards

    • This topic was modified 2 years, 5 months ago by buadcioq.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @buadcioq

    Thanks for contacting our support!

    The page has the shortcode but it’s not rendered. Could you please check? Let us know when the shortcode issue has been fixed so we can look again to your site.

    Thread Starter buadcioq

    (@buadcioq)

    thank you for help
    please, check it again

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @buadcioq

    It looks like a theme conflict issue. Please try adding this CSS snippet to your theme/child-theme’s styles.css or customizer:

    .um-register span[data-select2-id="4"] {
        display: none;
    }

    The above CSS will hide the duplicate dropdown menu. This will only apply to the UM Register form.

    Thread Starter buadcioq

    (@buadcioq)

    thank you very much, I tried to fix this bug for 3 days
    thank you with all my heart

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problems with dropdown menu’ is closed to new replies.