BuddyDev

Search

[Resolved] Removing Drop box from activity stream

Tagged: 

  • Participant
    Level: Initiated
    Posts: 9
    randlel on #8996

    How would I go about removing the upload drop box on the activity stream only? It seems once I click the music or photo icon, my file screen automatically pops up, which means that I don’t need the drop box in the activity stream area…..

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

    Hi Randlel,
    Please use the following css

    
    #mpp-upload-dropzone-activity {
    
    display:none !important;
    }
    
    

    Hope that helps.

  • Participant
    Level: Initiated
    Posts: 9
    randlel on #9029

    Hi, sorry for the delayed response. I actually put this code in my child theme css file, and the box still pops up whenever I attempt to upload media or photo…any suggestions?

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

    Hi Randlel,
    I just tested it again and it is working fine for me on the activity upload screen.

    Please try clearing browser cache. Is there any chance that you are using some caching plugin to cache the css/js etc?

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 9
    randlel on #9052

    Ok, I cleared the cache and re tested it and it works. Thank you for your help!

The topic ‘ [Resolved] Removing Drop box from activity stream’ is closed to new replies.

This topic is: resolved