This topic has 6 replies, 2 voices, and was last updated 9 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

    Attachments:
    You must be logged in to view attached files.
    #38566
     valuser
    Participant
    This reply has been set as private.
    #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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #38963
     valuser
    Participant
    This reply has been set as private.
    #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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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?