This topic has 6 replies, 2 voices, and was last updated 11 years by Abe.

  • Author
  • #38564
     valuser
    Participant

    see at test site http://dogdrill.com (login details to follow)

    unusual!

    When scrolling in Safari (on a Mac) 2nd logo image comes down – asper attached png.

    This does not happen in Chrome or Firefox

    nor did it happen in Kleo 2.2.

    Any help or ideas very much appeciated

    #38566
     valuser
    Participant

    Normal Login

    user:seven
    password:8hYnKH11Sb91

    SuperAdmin Login

    username: bingo
    password: Ckktmk1234!

    #38813
     Abe
    Keymaster

    Hi, please see this fix until next update and see how it works. Also in Theme options – Header we added a header height input you should customize accordingly with your desired logo height

    https://archived.seventhqueen.com/forums/topic/logo-size-changing/#post-38542

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #38963
     valuser
    Participant

    Many thanks

    but no change All well in Chrome / Firefox

    afaik problem only in Safari. weird!

    just if you scroll down in Safari the 2nd image dislodges as per previous attachment

    login details as previous on this thread

    the old js file is in wp-content/backups/

    #39202
     Abe
    Keymaster

    hello, but why do you have added another logo after our logo? Can’t you add a single logo and use the default theme functionality? so edit the logos in a photoshop program and concatenate them

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #39384
     valuser
    Participant

    Point taken. and my issue is NOT a big deal. this only happens in Safari.

    However

    In multisite installations it is sometimes the case that

    the Network root site has just the logo in the header

    and subsites have the logo Plus the subsite title.

    eg network home Chanel – logo only
    subsites Chanel Perfumes logo + title
    Chanel Eau de— logo + title

    temporary fix appears to be to specify the width via a function with php browser detect plugin/wp-mobile-detect (in use anyway)

    COPY CODE
    function add_safari_fix_header() {
    global $current_user, $wpdb;
    if (function_exists('wpmd_is_phone') && !wpmd_is_phone() && is_safari() ) { ?>
    <style type="text/css">
    .logo {width: 400px !important;}
    </style>
     <?php
    }//end if
    }
    add_action('wp_head', 'add_add_safari_fix_header');
    #39420
     Abe
    Keymaster

    I see why you needed 2 logo images now.
    Thanks for sharing it.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?