A fix for Featured Events

markderrymarkderry Registered Users Posts: 68 Big grins
edited April 4, 2015 in SmugMug Customization
Here is CSS that will change your Featured Events with broken thumbnails into a list of links for your customers.

Here is a live example http://www.markderry.com/Pages/ClientGalleries/n-3gX7d
/* CSS on Featured Event Page to convert to a list of events */
.sm-tile-content img{
	display:none !important;
}
.sm-tile-content{
	width:auto !important;
	max-width:none !important;
	display:block !important;
}
.sm-tile-content{
	padding-bottom:30px !important;
    margin: 0px !important;
}
______________________________
Mark Derry
markderry.smugmug.com

Comments

  • markderrymarkderry Registered Users Posts: 68 Big grins
    edited November 3, 2013
    If anyone could tell me how to have the order sort top to bottom rather than from left to right I would really appreciate it.
    ______________________________
    Mark Derry
    markderry.smugmug.com
  • ssimmonsphotossimmonsphoto Registered Users Posts: 424 Major grins
    edited April 4, 2015
    Thanks for the post! I'm going to use it as a stop gap at this point. I'm SO bummed that using the Featured Events module doesn't really work if you have ANY galleries in the event that are passworded. And I'm a bit astonished that there isn't more feedback about it. But perhaps that's because no one is using it OR they aren't seeing their sites from the not logged in side.
    Website (hosted by Zenfolio after 6.5 years with SmugMug) | Blog (hosted by Zenfolio) | Tave User
Sign In or Register to comment.