Options

New look is great but what about all the other stuff?

sbphoto0124sbphoto0124 Registered Users Posts: 14 Big grins
edited August 17, 2013 in SmugMug Support
I definitely like a lot of the new things (especially the social integration) and lack of code needed for the site. BUT where are all the things most of us have been requesting? Including some dating back 2-3 years? I for one need galleries to have expiration dates. Not to mention why are we no longer able to edit our right click message? There really isn't ANY change to the business aspect of SM and I'm rather disappointed.

What gives?!

Comments

  • Options
    The MechanicThe Mechanic Registered Users Posts: 197 Major grins
    edited August 15, 2013
    Hi sbphoto0124,

    You can see how to change your right click message here: http://www.smugocity.com/CSS/Text-Replace/Custom-Right-Click-Protection

    If you have a feature request, please add it here so it is found: http://www.dgrin.com/forumdisplay.php?f=63

    Thanks
  • Options
    sbphoto0124sbphoto0124 Registered Users Posts: 14 Big grins
    edited August 15, 2013
    Thanks...
    Looking at the link now for Righ Click as for the reference it's been entered and voted on now for years.
  • Options
    jsinonjsinon Registered Users Posts: 130 Major grins
    edited August 17, 2013
    Hi sbphoto0124,

    You can see how to change your right click message here: http://www.smugocity.com/CSS/Text-Replace/Custom-Right-Click-Protection

    If you have a feature request, please add it here so it is found: http://www.dgrin.com/forumdisplay.php?f=63

    Thanks


    I just tried this, doesn't work. I copied, pasted, changes the message to what I wanted, and now all I get is a little white box with nothing in it. Of course I'm assuming I added it to the correct CSS box. ne_nau.gif
    Jeff Sinon Photography - "Nature Through The Lens"
    FaceBook
    Twitter
    Blog
  • Options
    J AllenJ Allen Registered Users Posts: 359 Major grins
    edited August 17, 2013
    jsinon wrote: »
    I just tried this, doesn't work. I copied, pasted, changes the message to what I wanted, and now all I get is a little white box with nothing in it. Of course I'm assuming I added it to the correct CSS box. ne_nau.gif

    Remove the apostrophe in the word "you'd" in your custom CSS, I believe it is an illegal character:

    .sm-user-ui .sm-right-click-message:after {
      content: 'Thank you for admiring this photo If you[COLOR="Red"]'[/COLOR]d like your own copy simply at it to your shopping cart';
      font-weight: 700;
    }
    
    
    -Joe Allen
    My Smugmug Site
  • Options
    jsinonjsinon Registered Users Posts: 130 Major grins
    edited August 17, 2013
    J Allen wrote: »
    Remove the apostrophe in the word "you'd" in your custom CSS, I believe it is an illegal character:

    .sm-user-ui .sm-right-click-message:after {
      content: 'Thank you for admiring this photo If you[COLOR="Red"]'[/COLOR]d like your own copy simply at it to your shopping cart';
      font-weight: 700;
    }
    
    

    This is what I currently have in the CSS box:

    .sm-user-ui .sm-right-click-message:after {
    content: 'Im glad you like this photo as much as I do If you would like a copy of this photo simply add it to your shopping cart';
    font-weight: 700;
    }

    .sm-user-ui .sm-right-click-message .sm-tooltip-content {
    display: none;
    }

    .sm-user-ui .sm-right-click-message {
    background-color: #fff;
    border-radius: 7px;
    border: 2px solid #00c4ff;
    box-shadow: -4px 5px 10px #000;
    color: #000;
    padding: 10px;
    }

    And still nothing but a very small white box with a blue outline.
    Jeff Sinon Photography - "Nature Through The Lens"
    FaceBook
    Twitter
    Blog
  • Options
    J AllenJ Allen Registered Users Posts: 359 Major grins
    edited August 17, 2013
    jsinon wrote: »
    This is what I currently have in the CSS box:

    .sm-user-ui .sm-right-click-message:after {
    content: 'Im glad you like this photo as much as I do If you would like a copy of this photo simply add it to your shopping cart';
    font-weight: 700;
    }

    .sm-user-ui .sm-right-click-message .sm-tooltip-content {
    display: none;
    }

    .sm-user-ui .sm-right-click-message {
    background-color: #fff;
    border-radius: 7px;
    border: 2px solid #00c4ff;
    box-shadow: -4px 5px 10px #000;
    color: #000;
    padding: 10px;
    }

    And still nothing but a very small white box with a blue outline.


    Im still see this in your style sheet:
    .sm-user-ui .sm-right-click-message:after {
      content: 'Thank you for admiring this photo. If you'd like your own copy, simply at it to your shopping cart';
      font-weight: 700;
    }
    
    .sm-user-ui .sm-right-click-message .sm-tooltip-content {
      display: none;
    }
    
    .sm-user-ui .sm-right-click-message {
      background-color: #fff;
      border-radius: 7px;
      border: 2px solid #00c4ff;
      box-shadow: -4px 5px 10px #000;
      color: #000;
      padding: 10px;
    }
    
    
    -Joe Allen
    My Smugmug Site
  • Options
    J AllenJ Allen Registered Users Posts: 359 Major grins
    edited August 17, 2013
    If I remove the character I get your custom message to display:

    i-NJW63f3-L.png
    -Joe Allen
    My Smugmug Site
  • Options
    jsinonjsinon Registered Users Posts: 130 Major grins
    edited August 17, 2013
    J Allen wrote: »
    If I remove the character I get your custom message to display:

    i-NJW63f3-L.png

    That is odd. Now when I first tried it, when I clicked "Done" it made me give the theme a name. And that is the message I had entered. But the theme I'm currently using( same theme, but before I was told to give the theme a name(I hope that made sense) I have the message I posted above. After I pasted the code, changing to the current message, I clicked Done, Publish Now, and still only a little white box.

    Is it possible that having that other theme in the background, even though I'm not using it, could be causing it?

    Unfortunately I had to step out for a while, so I'll have to look at it when I get back.
    Jeff Sinon Photography - "Nature Through The Lens"
    FaceBook
    Twitter
    Blog
  • Options
    sbphoto0124sbphoto0124 Registered Users Posts: 14 Big grins
    edited August 17, 2013
    Finally got it working
    Thanks Mechanic just tried the Right Click code and seems to work ok for me.
  • Options
    sbphoto0124sbphoto0124 Registered Users Posts: 14 Big grins
    edited August 17, 2013
    PS.... any update as to whether gallery expiration will EVER be implemented? This has been something that has REALLY been on my top list and one of the reasons I may consider moving to another provider all together. I'm a one woman show and having to remember to lock and and re-activate galleries for clients is NOT something I have time for. Or whether coupons will be available for specific products or digital images only?

    Thanks again! I know you guys are busy.
  • Options
    jsinonjsinon Registered Users Posts: 130 Major grins
    edited August 17, 2013
    Problem solved. As usual with this CSS stuff, it was a self inflicted wound. I had inadvertently put the code in under both "Entire Site" and "Home Page" Each with a slightly different message. 11doh.gif
    Jeff Sinon Photography - "Nature Through The Lens"
    FaceBook
    Twitter
    Blog
Sign In or Register to comment.