Sorcerers message on my web page

LiveAwakeLiveAwake Registered Users Posts: 263 Major grins
edited November 15, 2009 in SmugMug Support
Is it possible to prevent the "Sorcerers" message from appearing on my web site? I'm trying to set up a business site, and it seems unprofessional to have that displayed whenever SmugMug is doing maintenance.

713051787_ycsZy-X3.jpg

Comments

  • denisegoldbergdenisegoldberg Administrators Posts: 14,405 moderator
    edited November 14, 2009
    LiveAwake wrote:
    Is it possible to prevent the "Sorcerers" message from appearing on my web site? I'm trying to set up a business site, and it seems unprofessional to have that displayed whenever SmugMug is doing maintenance.
    I changed the color of that notice on my site with this CSS:
    #readOnlyMode {
        color: #4AC948;            /* color wales      */
        border-color: #4AC948 !important;
    }
    
    which implies that you could remove it with
    .notLoggedIn #readOnlyMode {
        display: none;
    }
    
    If you remove the message, that means that your customers will have no idea why they can't purchase photos. That seems unprofessional too...

    --- Denise
  • LiveAwakeLiveAwake Registered Users Posts: 263 Major grins
    edited November 14, 2009
    I changed the color of that notice on my site with this CSS:
    #readOnlyMode {
        color: #4AC948;            /* color wales      */
        border-color: #4AC948 !important;
    }
    
    which implies that you could remove it with
    .notLoggedIn #readOnlyMode {
        display: none;
    }
    
    If you remove the message, that means that your customers will have no idea why they can't purchase photos. That seems unprofessional too...

    --- Denise
    Thanks Denise, I'm still getting the hang of coding, but I'll see if I can get that to work (might be hard to test, since the message is only rarely there).

    I'm not doing any direct photo sales through my site right now, so it shouldn't affect my clients.

    Thank you!
  • MalteMalte Registered Users Posts: 1,181 Major grins
    edited November 15, 2009
    It isn't pretty. Is it the same message logged in as logged out? I'd suggest making a logged out version, that's more along the styling of the default theme and editable.

    Malte
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited November 15, 2009
    Malte wrote:
    It isn't pretty.

    You're right. We should do something about this naughty.gif
  • MalteMalte Registered Users Posts: 1,181 Major grins
    edited November 15, 2009
    Andy wrote:
    You're right. We should do something about this naughty.gif

    :saurora Looking forward to that! wave.gif

    Malte
Sign In or Register to comment.