BuddyDev

Search

[Resolved] Status drop down menu runs into image on edit photo page on mobile devices.

  • Participant
    Level: Initiated
    Posts: 14
    James on #6023

    Yes I can test it.
    Using a 6s iPhone, though I still get the issue on my android tablet also

  • Participant
    Level: Initiated
    Posts: 14
    James on #6025

    Screen capture links:

    Screencap of the edit photo page:
    http://www.jamespinkston.com/scap01.PNG

    Screencap of the bulk edit page:
    http://www.jamespinkston.com/scap02.PNG

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #6026

    Thank you James. One last question, so It is the Edit Single Media page that is the problem here?

  • Participant
    Level: Initiated
    Posts: 14
    James on #6027

    Yes, the edit single media page as shown in the first screen capture

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #6028

    Thank you. Please give me 15 minutes to post the css.

  • Participant
    Level: Initiated
    Posts: 14
    James on #6029

    Will do

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #6030

    Hi James,
    First of all thank you for your patience. It was a mistake on my part. I always checked it on the Bulk Edit page instead of the single media page and that’s why I was never able to find it. After your screenshot today(In your earlier screen shot on mail I missed that it was a single media), I realized it.

    It is an issue in MediaPress and I have added a fix for it which will be available soon.

    For now, Please put this in your css file

    
    
    @media screen and ( max-width: 980px ) {
    	
    	#mpp-media-edit-form  [class*="mpp-u"] {
    		width: 100%;
    		display: block;
    		float: none;
    	}
    
    }
    
    

    That will fix it for all screens.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 14
    James on #6031

    Thank you.
    Is this to be included in the theme css of the mediapress css?

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #6032

    You can put it in your theme’s css for now. In future, It will come with MediaPress.

  • Participant
    Level: Initiated
    Posts: 14
    James on #6033

    Will do, thank you

You must be logged in to reply to this topic.

This topic is: resolved