Options

Smugmug having parentnode flowdown problems?

AllenAllen Registered Users Posts: 10,010 Major grins
edited July 2, 2017 in SmugMug Support

Looks like parentnode flowdown is not working for any sub-folders. It only works down at the gallery level.

Top banner, borders around keyword widgets and map widgets missing.
Top folders banner ok but none showing for children;
http://www.photosbyat.com/Birds
banner missing for sub-folders.
http://www.photosbyat.com/Birds/2016-Birding
Banner reappears down at gallery.

No map widget borders working.
This is in my "entire site" CSS and applies for all children of the top Birds category/folder.
The parentnode flowdown is not working.

Banners and widget borders missing for all flowdown map pages.

If I apply this CSS with web tool it does not work on page. Delete parentnode part and it works.
.sm-page-parentnode-Qm7v4 .sm-page-widget-map h2 {color:gold}

======== CSS in "entire site" =========
.sm-page-parentnode-Qm7v4 .sm-page-widget-map {
background: rgba(22, 22, 22, .40);
border: 6px double #222;
margin-top: 0px;
margin-bottom: 10px;
text-align:center
}

     /* birds */
.sm-page-node-gF9bt .sm-page-widget-12536016, /* videos */   <<<<<<<<<<<<<<<<<<<<< works
.sm-page-node-6Hc2F .sm-page-widget-12536016, /* Recent Upload */   <<<<<<<<<<<<<<<<<<<<< works
.sm-page-search     .sm-page-widget-12536016, /* search */                    <<<<<<<<<<<<<<<<<<<<< works
.sm-page-node-6dSMX .sm-page-widget-12536016, /* Public Index */     <<<<<<<<<<<<<<<<<<<<< works
.sm-page-node-J7sdG .sm-page-widget-12536016, /* keywords */    <<<<<<<<<<<<<<<<<<<<< works
.sm-page-node-J6gc5 .sm-page-widget-12536016, /* MyKeyword */    <<<<<<<<<<<<<<<<<<<<< works
.sm-page-parentnode-Qm7v4 .sm-page-widget-12536016,                     <<<<<<<<<<<<<<<<<<<<< NOT WORKING
.sm-page-node-Qm7v4 .sm-page-widget-12536016 {                               <<<<<<<<<<<<<<<<<<<<< works
   background: url(/photos/i-TCFHsP7/1/XL/i-TCFHsP7.jpg) no-repeat; 
   height: 130px;  max-width: 1024px;
   position:relative;
   margin: 0 auto !important;
   background-size: contain !important;
}

BTW, you'll notice I added one blank header photo widget, 12536016, for a banner, site wide and changed the background for different areas of site.

Al - Just a volunteer here having fun
My Website index | My Blog

Comments

  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited July 2, 2017

    I'll work with the Engineering team to get the parentnode's returned. Stay tuned for an update.

    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
    bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee

    Should be all fixed up Allen. Let us know if there's anything else.

    Pedal faster
  • Options
    AllenAllen Registered Users Posts: 10,010 Major grins

    Thanks guys, spent about two hours troubleshooting and could not find any CSS missing? Scary!

    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.