Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • in reply to: Sticky Header – Static Logo #193774
    cunningfox
    Member
    Post count: 5

    Thanks for reply Ed.

    I’m up against the wall on a deadline and naked a developer. Any recommendations on a last minute rush dev that can give me that hour?

    To clarify, you’re saying:

    1. Make header transparent
    2. Use naked header.
    3. Use sticky header.
    4. Enable hide option
    5. Create new CSS to target sticky header to make white?

    Out of curiosity, what would be correct way to set up logo? The landing (larger) logo as default or the narrow/type/text logo as default, then using the taller landing logo as ‘alternate’?

    Thanks again for your time!

    in reply to: Sticky Header – Static Logo #193374
    cunningfox
    Member
    Post count: 5

    Another example of what I’m trying to achieve:

    http://thewaterrathotel.com.au/

    (my sticky header would disappear at point there’s appears – then only appear on up scroll)

    in reply to: font #191753
    cunningfox
    Member
    Post count: 5

    @Kyle and Lisa

    Chiming in here because it is something I use religiously and hopefully it will help others.

    Adding:

    html, body {
        -moz-osx-font-smoothing: grayscale;
    }
    

    Will render fonts in FF the same as Chrome.

    in reply to: Swift Framework and Plugin Conflict #191675
    cunningfox
    Member
    Post count: 5

    Disregard. Was some poor js in plugin:

    jQuery(document).ready(function() {
    	'use strict';
    
    ("a[class^='prettyPhoto']").prettyPhoto();
    
    });
    
Viewing 4 posts - 1 through 4 (of 4 total)