Options

Desperate for the navbar fix, Aaron

2»

Comments

  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited December 30, 2013
    Hrm ... fix one thing and I break another! My bad. Could you send me the HTML again?
    Load your homepage, press Control + U to bring up the source code, Select All, Copy, Paste into Notepad, save as "JR_homepage.html", close notepad, and email me the file. It'll be easier for me to see it with the updated code :)
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited December 30, 2013
    Done.
    I'm so very sorry that I didn't know to call out attention to the body menu blocks, which I thought of as apples to the top navbar oranges.
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited December 30, 2013
    leftquark wrote: »
    Are you talking about the gallery description under the breadcrumb?

    You could use the code here and modify it to "display:none;" like so ....
    /* Hide the Gallery Description */
    .sm-gallery-description {
      display:none;
    }
    

    Thanks, Aaron. This code didn't work so I checked your site (the link is incorrect, I think you moved things around? but I found it), and I see "important" was critical. So now it works perfectly.
    At least through a bad frig-caused-headache I can still sort of function. This was the code I used per your site:
    /* Hide the gallery description text */
    .sm-gallery-description {
      display: none !important;
    }
    
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited December 30, 2013
    Which ones aren't working? The only one I see that pops up a sub-menu is one of the links under "Behavioral Training of Rats"
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited December 30, 2013
    Yes, that was my bad. That link was set to show contents. I changed it and this is not an issue now. The only problem is the accent color for folders, and I sent you snapshots that highlight them.
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited December 30, 2013
    ChancyRat wrote: »
    Yes, that was my bad. That link was set to show contents. I changed it and this is not an issue now. The only problem is the accent color for folders, and I sent you snapshots that highlight them.

    Try making the accent color "!important"!
    /* Make the accent color important. If you change the accent color in your SmugMug theme settings, you'll have to change it here too :( */
    .sm-user-ui .sm-page-widget-nav-popover.sm-page-widget-nav-color-accent a:hover,
    .sm-user-ui .sm-page-widget-nav-popover.sm-page-widget-nav-color-accent a {
      color: #217AFF !important;
    }
    
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited December 30, 2013
    Y-o-u a-r-e soooooo Bee-aut-i-fullll!
    wings.gifivarbowdown.gifbowbowdown.gifthumbthumb.gifthumb.

    OK through my headache I am adding the hide description CSS to relevant galleries (about 60 of them).
    Thank youuuuuu.
Sign In or Register to comment.