• When the file manager panel is shown on a mobile device, the manager menu (upload etc.) is shown as a square block with icons above the file list. after a moment, the files list scrolls up and covers the menu.

    How do I keep the menu visible, or make it visible so th manager can be used on mobile?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support File Manager Support

    (@filemanagersupport)

    Hi @funderburgh,

    Thank you for bringing this to our attention. We are testing the plugin and will send you an update on the fix as soon as possible.

    Please let us know if you have any additional questions.

    Warm regards,

    Support Team- File Manager Pro

    Plugin Support File Manager Support

    (@filemanagersupport)

    Hi @funderburgh,

    We are glad to inform you that you could fix the menu icons disappearing issue by adding a custom code in your Theme CSS file. Kindly add the given code at the end of your style.css file and save it. It should fix the drag-and-drop issue on mobile devices.

    @media(max-width:767px)
    {
    .wrap_file_manager
    .ui-helper-clearfix.ui-widget-header.elfinder-toolbar {
    display: block !important;
    }
    .wrap_file_manager
    .elfinder-workzone {
    height: 314px !important;
    }
    .wrap_file_manager .ui-state-default.elfinder-navbar {
    display: block !important;
    }

    }

    Please reach out to us if you have any further queries by submitting a ticket at https://filemanagerpro.io/contact/ our support team would be glad to assist.

    Warm regards,

    Team File Manager Pro

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu disappears on mobile’ is closed to new replies.