Home › Forums › Legacy Support › Support queries › Styling issues › Favicon is not showing
Tagged: favicon, favicon disappeared
- This topic has 18 replies, 4 voices, and was last updated 6 years, 5 months ago by Mark Morgan.
-
AuthorPosts
-
June 8, 2018 at 10:32 pm #164684jfowl827ParticipantAfter the recent update, my favicon disappeared. I've double checked to confirm it's uploaded in the vibe options header menu. It is also uploaded in appearance>customizer. I've also tried clearing the cache, launching incognito browser instances, and have tested browsers other than chrome (firefox, safari) https://theexceptional.coJune 9, 2018 at 5:51 pm #164748DianaParticipant@jfowl827 Can you please share admin credentials in a private reply here. We need to check this P.S. mark your reply as private while sharing the credentialsJune 12, 2018 at 1:32 am #164962jfowl827ParticipantThis reply has been marked as private.June 12, 2018 at 1:00 pm #165060Mark MorganSpectatorI replicated this issue on your site, i need your ftp credentials to resolve this issue. PS: Mark reply as private while sharing the credentials.June 12, 2018 at 9:35 pm #165116jfowl827Participantmy ftp is only accessible with a key, there are no login credentials. Kindly, would you provide instructions for resolving the issue? I am very familiar with the system. Thank you in advanceJune 13, 2018 at 8:06 am #165169Mark MorganSpectatorThis reply has been marked as private.June 13, 2018 at 8:35 am #165172jfowl827Participantin that case, that's just a quick fix in the appearance editor. That's not an FTP change but rather a php code change I made while trying to look for solutions on the web before contacting support. Unfortunately that's not the root of the issue, and it will continue even after you adjust that wplms file back to it's original state using the login credentials I shared earlierJune 13, 2018 at 8:42 am #165173jfowl827ParticipantI made the change to WPLMS Parent Theme>includes>register.php Line 80 & 81 /*============================================*/ /*===== RESPONSIVE | FAVICON | HTML5 =======*/ /*============================================*/ function vibe_header_essentials(){ $favicon = vibe_get_option('favicon'); if(!isset($favicon)) $favicon = VIBE_URL.'/images/favicon.png'; $credits = vibe_get_option('credits'); echo '<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="'.(isset($credits)?$credits:'vibethemes').'">'; if(!empty($favicon)){ echo '<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png" /> <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png" />'; } }June 14, 2018 at 10:10 am #165340Anshuman SahuKeymasterWell , please undo the changes you done . The code change you did is wrong and it wont render your favicon . change this line : echo '<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png" /> <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png" />'; back to this : echo '<link rel="shortcut icon" href="'.$favicon.'" /> <link rel="icon" type="image/png" href="'.$favicon.'">';June 14, 2018 at 10:11 am #165343Anshuman SahuKeymasterthen please upload favicon image and check it again : https://realfavicongenerator.net/favicon_checker#.WyI_TEiFOUkJune 14, 2018 at 10:21 am #165344jfowl827Participantfixed, and checked it again: http://theexceptional.co/wp-content/uploads/2018/04/Screen-Shot-2018-06-14-at-3.18.36-AM.png http://theexceptional.co/wp-content/uploads/2018/04/Screen-Shot-2018-06-14-at-3.20.16-AM.pngJune 14, 2018 at 10:23 am #165346jfowl827ParticipantI've also cleared my cache, but the issue persistsJune 15, 2018 at 7:26 am #165471Mark MorganSpectatorHello, Yes this is found to be a bug. Created a card on trello, we will fix this bug in our future update. You can track this card : https://trello.com/c/qgZeFrPz/1680-issue-favicon-not-visible-on-mobile-device For now you can use any third party plugin to show favicon. Refer : https://wordpress.org/plugins/favicon-by-realfavicongenerator/June 15, 2018 at 7:57 am #165475jfowl827ParticipantThanks, I was able to fix the favicon by installing the 'SSL insecure content' plugin & uploading the icon to the WP appearance customizer under "site identity"June 15, 2018 at 12:42 pm #165535Mark MorganSpectatorok.
-
AuthorPosts
- The topic ‘Favicon is not showing’ is closed to new replies.