Options

Popup when entering the website

2»

Comments

  • Options
    beardedlogicbeardedlogic Registered Users Posts: 23 Big grins

    @Hikin' Mike said:
    @beardedlogic I've updated the tutorial and I'm 99.9% sure all of the bugs are fixed.

    http://gallery.imagesinthebackcountry.com/Smugmug-customization/Create-Popup-Logo-Page

    It works perfectly! I really appreciate your time and expertise. I don't know if anyone every tells you this, but yer a wizard, Harry! Sorry, small pop culture reference. I'm amazed at the speed in which you accomplished that revamp! I'll do my best at leaving you be.

    Kase
    Won't know where I'm going 'til I get there.
    http://kasejameson.smugmug.com
  • Options
    Hikin' MikeHikin' Mike Registered Users Posts: 5,453 Major grins

    @beardedlogic said:

    @Hikin' Mike said:
    @beardedlogic I've updated the tutorial and I'm 99.9% sure all of the bugs are fixed.

    http://gallery.imagesinthebackcountry.com/Smugmug-customization/Create-Popup-Logo-Page

    It works perfectly! I really appreciate your time and expertise. I don't know if anyone every tells you this, but yer a wizard, Harry! Sorry, small pop culture reference. I'm amazed at the speed in which you accomplished that revamp! I'll do my best at leaving you be.

    I'm seeing your popup logo is cropping the top on my monitor.

    I'm no wizard, just lots of free time...lol!

  • Options
    beardedlogicbeardedlogic Registered Users Posts: 23 Big grins

    @Hikin' Mike said:

    @beardedlogic said:

    @Hikin' Mike said:
    @beardedlogic I've updated the tutorial and I'm 99.9% sure all of the bugs are fixed.

    http://gallery.imagesinthebackcountry.com/Smugmug-customization/Create-Popup-Logo-Page

    It works perfectly! I really appreciate your time and expertise. I don't know if anyone every tells you this, but yer a wizard, Harry! Sorry, small pop culture reference. I'm amazed at the speed in which you accomplished that revamp! I'll do my best at leaving you be.

    I'm seeing your popup logo is cropping the top on my monitor.

    I'm no wizard, just lots of free time...lol!

    i think I have it sorted now! Thank you so much! The aesthetics of the site will likely change sometime soon, as I don't particularly like it. Or it will grow on me.

    Again, thank you so much!

    Kase
    Won't know where I'm going 'til I get there.
    http://kasejameson.smugmug.com
  • Options
    beardedlogicbeardedlogic Registered Users Posts: 23 Big grins

    @Hikin' Mike

    Hello, again! I was wondering if there was a way to prevent the footer from travelling up the page before the logo loads.
    If not, I'm not particularly bothered by it. Extra advertising for SM, I guess. Hope you're well!

    Kase
    Won't know where I'm going 'til I get there.
    http://kasejameson.smugmug.com
  • Options
    Hikin' MikeHikin' Mike Registered Users Posts: 5,453 Major grins
    edited April 14, 2018

    @beardedlogic said:
    @Hikin' Mike

    Hello, again! I was wondering if there was a way to prevent the footer from travelling up the page before the logo loads.
    If not, I'm not particularly bothered by it. Extra advertising for SM, I guess. Hope you're well!

    You have two options. Remove the mini-footer by adding this to your CSS (that's what I do):

    .sm-page-powered-by a {
        display: none;
        }
    

    Option two is to add .sm-text-min under each mention of footer like so. I didn't test this so it may not work.

    .sm-user-ui .sm-page-layout-region-footer,
    .sm-user-ui .sm-text-mini { code here}
    
    /**/
    
    .sm-page-initialized .sm-page-layout-region-footer,
    .sm-page-initialized .sm-text-mini { code here }
    
    

    If you're using option two and it works, let me know and I'll include it in the tutorial.

  • Options
    beardedlogicbeardedlogic Registered Users Posts: 23 Big grins

    @Hikin' Mike said:

    @beardedlogic said:
    @Hikin' Mike

    Hello, again! I was wondering if there was a way to prevent the footer from travelling up the page before the logo loads.
    If not, I'm not particularly bothered by it. Extra advertising for SM, I guess. Hope you're well!

    You have two options. Remove the mini-footer by adding this to your CSS (that's what I do):

    .sm-page-powered-by a {
      display: none;
      }
    

    Option two is to add .sm-text-min under each mention of footer like so. I didn't test this so it may not work.

    .sm-user-ui .sm-page-layout-region-footer,
    .sm-user-ui .sm-text-mini { code here}
    
    /**/
    
    .sm-page-initialized .sm-page-layout-region-footer,
    .sm-page-initialized .sm-text-mini { code here }
    
    

    If you're using option two and it works, let me know and I'll include it in the tutorial.

    Thank you kindly, good sir! I used the first approach as I was heading to bed when I got the notification you responded. It worked beautifully. I may try the other approach tomorrow and let you know if it works. It looks a little above my pay grade. But I'm learning. LOL Have a good night! Thanks again!

    Kase

    Kase
    Won't know where I'm going 'til I get there.
    http://kasejameson.smugmug.com
Sign In or Register to comment.