BuddyDev

Search

[Resolved] Sort Media on Mobile Devices

Tagged: ,

  • Participant
    Level: Initiated
    Posts: 4
    Andreas Meyhöfer on #11504

    Hello Folks,
    I’ve got problems with the sorting of media on mobile devices.
    The sorting works perfectly on desktop PCs but the drag & drop feature is not responsive with touch-controls of phones, tablets etc.

    I’m using the most recent versions of buddypress and mediapress with the boss theme. I tried other themes but the issues persist.

    Is this problem known and worked on or do I have to hide this feature on mobile devices?

    I also had to fix some UI clipping. The shown thumbnails in the gallery layout of the sorting screen (both desktop and mobile view) were too large and overlapping.

    The following css snipped fixed this problem though:

    .mpp-reorder-media-cover img {
    	width: 100%;
    	height: auto;
    } 

    greetings

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #11509

    Hi Andreas,
    Thank you for the css. I will add it in the MediaPress.

    For the sorting, It is a jQuery UI draggable issue and you can fix it by following this

    https://buddydev.com/support/forums/topic/is-gallery-reordering-supposed-to-work-on-ios/#post-9597

    Hope it helps.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 4
    Andreas Meyhöfer on #11516

    Hi Brajesh,

    Thank you for the quick reply.

    I didn’t found that fix over search but it worked perfectly.

    Greetings

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #11518

    Thank you Andreas.
    Glad it is resolved 🙂

The topic ‘ [Resolved] Sort Media on Mobile Devices’ is closed to new replies.

This topic is: resolved