Can I Hide Owner on an Event Page?

spider-tspider-t Registered Users Posts: 443 Major grins
edited February 18, 2014 in SmugMug Customization
Hi smugmug,

I'd like to have an event page that looks generic. I'm sharing a bunch of photos from this particular twice annual event on my site. But not all the photos are mine. I'd like to make that obvious by having a generic smugmug branding for the event instead of Trish Tunney Photography. Does that make sense?

Here it is in case seeing it makes it easier to come up with an answer for me.

http://www.trishtunney.com/event/Mission-Artists/PqOYWSIaZtL9c

thanks,
Trish

Comments

  • rsirotarsirota Registered Users Posts: 111 Major grins
    edited February 16, 2014
    Is this what your going for? I have turned off all of the text and just display my logo and stuff on the events page:
    .sm-user-ui .sm-event-info #eventName,
    .sm-user-ui .sm-event-info #eventDate,
    .sm-user-ui .sm-event-info #eventLocation,
    .sm-user-ui .sm-event-info #eventDescription
    {
    display: none;
    }
    Rob Sirota
    Web: www.robsirotaphotography.comwww.k9-pix.comwww.rsirota.com
    Nikon... All Nikon (D4/D810/Dƒ)
    ... OK I do have a PhaseOne 645DF+ w/IQ250
  • spider-tspider-t Registered Users Posts: 443 Major grins
    edited February 17, 2014
    rsirota wrote: »
    Is this what your going for? I have turned off all of the text and just display my logo and stuff on the events page:

    Thanks! but not quite. I really want the event to look like a generic smugmug page. Have no evidence of me. Kind of like how you have the ability in smugmug to flip a switch to hide the owner of a gallery. I don't want to see my logo, any breadcrumbs or navigation back to my site, and if possible, I'd like the url to not say trishtunney in it, but I'll understand if that's not possible.

    thanks,
    Trish
  • Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited February 17, 2014
    I was trying to do something similar for a different customer, but there isn't a simple toggle like what there is for a gallery. All the content has to be hidden, and the url can not be changed.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • DanCarl97DanCarl97 Registered Users Posts: 139 Major grins
    edited February 18, 2014
    div.sm-page-layout-region.sm-page-layout-region-left, div.sm-page-widget.sm-page-widget-breadcrumb {
    display:none;
    }
    
    div.sm-page-layout-region.sm-page-layout-region-center {
    margin-left: 0px !important;
    }
    

    That should hide the breadcrumbs and the left sidebar (plus stretch the main content over where the sidebar used to be).

    Like Eric said, the URL cannot be changed.
Sign In or Register to comment.