Options

Now live, extremely happy, but bits are broken

ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
edited January 1, 2014 in SmugMug Customization
I love my new site.
Smugmug thank you for the new format and ability to customize it.
I know you have some hefty bugs to swat, but I see through that "swarm" to the light. :lust

And thank you Aaron, Nicholas, Denise, Allen, Mike - sorry if I have left anyone out - for helping me over some big obstacles.

There are some problems, I will ask one by one.

But first - my former assistant (when I had that subscription level), is still able to access the unlisted galleries and other site content as assistant. Yet she is "logged out". When she tries to log in, her old PW of course does not work. What does she need to do to no longer have access as if she was an assistant?

First question: at the bottom of the home page I see this image (logged out). there are unlisted galleries there for ease of my own access. Should this image be visible to the public?

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 1, 2014
    ChancyRat wrote: »
    ...
    First question: at the bottom of the home page I see this image (logged out). there are unlisted galleries there for easy of my own access. Should this image be visible to the public?
    Use this in CSS to hide the box unless logged in.


    .sm-page-widget-3722838 {display:none;}
    .sm-user-loggedin .sm-page-widget-3722838 {display:block;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 1, 2014
    ChancyRat wrote: »
    ...
    You have a whole bunch of links on your homepage with no indication of hover color change?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    Allen wrote: »
    You have a whole bunch of links on your homepage with no indication of hover color change?

    Yes I do! When Aaron gave me the code to change the hover color and line thickness of the top navbar, that code affected the middle-body menu blocks as well, adversely. He gave me new code to control the body menu blocks.

    I tried to add the code to right indent wrapped titles, and to add hover color, and failed. I was comparing the codes of the left navbar and top navbar, but got zip. It wasn't a make or break issue for unveil, so I'm quite happy you asked about it now. Happy to have this be question 2.

    Thanks for the other code, I have implemented it.
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 1, 2014
    ChancyRat wrote: »
    Yes I do! When Aaron gave me the code to change the hover color and line thickness of the top navbar, that code affected the middle-body menu blocks as well, adversely. He gave me new code to control the body menu blocks.

    I tried to add the code to right indent wrapped titles, and to add hover color, and failed. I was comparing the codes of the left navbar and top navbar, but got zip. It wasn't a make or break issue for unveil, so I'm quite happy you asked about it now. Happy to have this be question 2.

    Thanks for the other code, I have implemented it.

    .sm-page-home .sm-page-layout-region-center a:hover {color:red !important;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    Thank you Allen, perfect!
    Is it just as easy to add right indent line wrap?

    Then, I have the thumbnail tiles for folders set to 1:3. I would like the background of the tiles to not be grey. I did implement to CSS for photo thumbnails in the smugmug style, to change off of grey, but I don't know how to achieve that with the folders.

    Ideally no folder style would have a grey background.
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 1, 2014
    Got a link to a folder with a background?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    Allen wrote: »
    Got a link to a folder with a background?


    There are thumbnails in this folder: http://joinrats.smugmug.com/Intros
    And the grey on these 2 are examples.
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 1, 2014
    I can remove the background but that big border remains.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    Allen wrote: »
    I can remove the background but that big border remains.

    I'm not sure what you mean, Allen. I am probably not explaining well. I would like to change the grey to another color. I highlighted in yellow what I think is called the background color to the thumbnail? It's that I would change. Code to change it fo photos in SM style galleries, was available and worked. I just couldn't figure out folder thumbnails. Borders are okay to stay, no change.
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    Here's an example of what I see for the SM photo thumbs.
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 1, 2014
    You could add this to "just this page".

    .sm-tile-content {background:red !important}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    Allen wrote: »
    You could add this to "just this page".

    .sm-tile-content {background:red !important}

    Can I add it to site-wide CSS? So that it affects any folder with any layout style?
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 1, 2014
    ChancyRat wrote: »
    Can I add it to site-wide CSS? So that it affects any folder with any layout style?
    Maybe "all folders" might work as that is where you are wanting the change.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    bowdown.gif PERFECT.

    Staying with folders and thumbs, I thought I had added the code to wrap gallery titles. Example:
    http://www.joinrats.com/ModifyBehavior

    where there are some long titles that are cut off. But something is broken.
    Would you have the code to make them wrap?
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited January 1, 2014
    ChancyRat wrote: »
    bowdown.gif PERFECT.

    Staying with folders and thumbs, I thought I had added the code to wrap gallery titles. Example:
    http://www.joinrats.com/ModifyBehavior

    where there are some long titles that are cut off. But something is broken.
    Would you have the code to make them wrap?
    Try this
         /* titles on thumbs in folders */
    .sm-tiles-grid p  {
      text-align:center;
      overflow: visible !important;
      white-space:normal !important;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    Allen wrote: »
    Use this in CSS to hide the box unless logged in.


    .sm-page-widget-3722838 {display:none;}
    .sm-user-loggedin .sm-page-widget-3722838 {display:block;}

    It turns out this hasn't worked, oddly. Confirmed with a friend who sees it.
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited January 1, 2014
    Allen wrote: »
    Try this
         /* titles on thumbs in folders */
    .sm-tiles-grid p  {
      text-align:center;
      overflow: visible !important;
      white-space:normal !important;
    }
    

    Sadly, this didn't work either. Maybe I have existing code that conflicts?
Sign In or Register to comment.