POWER PLAN ANOMALY - Buy Button showing when not logged in.

James LyallJames Lyall Registered Users Posts: 202 Major grins

I have been a Power Plan user for more than 6 years and have only just noticed that a search by keyword or date yields a display showing the Buy Photo button. This is happening when NOT logged in. Can anyone suggest a possible CSS solution to this anomaly?
I shall be most grateful for any help.

Comments

  • James LyallJames Lyall Registered Users Posts: 202 Major grins
    edited October 22, 2017

    @James Lyall said:
    Can anyone suggest a possible CSS solution to this anomaly?

    By trial and error, I think that I have found a solution. I wonder if anyone else has come across this anomaly.

    .sm-user-ui .sm-gallery-cover-buy-button .sm-icon-CartAdd,.sm-user-ui .sm-gallery-cover-buy-button .sm-button-label 
    {
          display: none;
         }
    
  • James LyallJames Lyall Registered Users Posts: 202 Major grins
    edited October 22, 2017
  • JtringJtring Registered Users Posts: 673 Major grins

    It's not a new issue. See this thread from August 2013: http://dgrin.com/showthread.php?t=239424 It appears that when the new SmugMug came out in 2013 it didn't have the buy button on these special pages. That raised an issue for some. The response was to have it there always. The CSS offered in the thread I referenced has long since been superseded, but I still have something like what you have in my CSS. I personally never want the buy button to show, even when I'm logged in, and I have the following:

    .sm-gallery-cover .sm-gallery-cover-buttons .sm-gallery-cover-buy-button {
            display:none;
        }
    .sm-lightbox-buy-button {
        display:none;
    }
    
    Jim Ringland . . . . . jtringl.smugmug.com
  • James LyallJames Lyall Registered Users Posts: 202 Major grins

    @Jtring said:
    It's not a new issue.

    Thank you Jim. It sure took me a long time to notice the problem!

Sign In or Register to comment.