Albums Question
|
December 06, 2016, 05:40 PM
|
|
I was looking at an album in someone's acct. and I noticed a "Download as zip" option.... Is there a way to disable that for albums? (My own, not someone else's, of course)...
There really should be an option in acct. settings for that! I'm hoping there is and I just missed it...
|
|
|
December 08, 2016, 05:53 AM
|
|
Add_
.sidebar-item a.zip {display: none !important;}
It takes a while until the page picks up the change. But it works. It will disable the zip download for people visiting your albums – and for you visiting other people's albums.
|
|
|
December 08, 2016, 06:38 AM
|
|
Thank you mprove!! Appreciate it =) I'm really tryin' to work out the kinks on this site using CSS but it's not easy.... A lot of trial and error! Glad there are folks here willing to help!
By the way.... The code only disabled the option for my own albums. When I view someone else's, the download option exists. Mission accomplished, though ;)
Do you happen to know which .sidebar-item takes care of the "share on the web" option for albums? Tried every combo. I could think of, but had no success.
|
|
|
December 08, 2016, 08:10 AM
|
|
|
|
|