-
Author
-
December 11, 2014 at 14:39 #38564
valuser
Participantsee 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.December 12, 2014 at 16:55 #38813Abe
KeymasterHi, 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.December 15, 2014 at 20:11 #39202Abe
Keymasterhello, 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.December 17, 2014 at 02:53 #39384valuser
ParticipantPoint 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 + titletemporary fix appears to be to specify the width via a function with php browser detect plugin/wp-mobile-detect (in use anyway)
COPY CODEfunction 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');
December 17, 2014 at 10:03 #39420Abe
KeymasterI 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. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.