-
Notifications
You must be signed in to change notification settings - Fork 25.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author profile does not show links #413
Comments
After additional testing found that it's my browser's AdBlock that disables these links. Why would it? :$ |
It's a known issue with adblockers and Font Awesome. The links are there, you're just not seeing them because your adblocker is removing them. Here's the upstream issue if you want more context. FortAwesome/Font-Awesome#1799 |
Thanks for your quick reply and the context. |
Hi I'm actually having a similar problem- my social media links are showing up, but the FontAwesome icons are not. _config.yml: I added the Reddit link following the "Layout Customization" page, but no icons appeared. Do I have to download the icon images and store them somewhere specific or something? |
@proof-by-accident No idea. If you share a link to a public repo and the site I can maybe troubleshoot. Otherwise it's impossible for me to tell what might have went wrong for you. |
Disregard this, I was able to fix the error by moving all the _includes from the gem directory to my blog directory. Thanks for your fast response! |
Yes adblocker is the issue in my case.. |
using ubuntu18 and chrome as browser. It is not displaying. How Can I see the actual author profile output? |
Is there any workaround to this without having users disable their adblock social lists? |
@Destaq I found that the default code is commented out.I just uncomment those and it worked fine in my local machine(os-ubuntu18, browser-chrome). Nothing related to adblocker or anything |
@HabibRh26 Could you please explain how you did that? I'm not sure what 'default code' it is that you are referencing. |
default code meaning when you download the theme then the codes are commented with #,uncomment those and run, Hope it will work |
wow... add block... why I didn't know that.... TT |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
bundle update
.bundle exec jekyll build
.Environment informations
github-pages
orjekyll
gem version: 89Expected behavior
As per Configuration and https://mmistakes.github.io/minimal-mistakes/docs/layouts/#author-profile
author: name : "Your Name" avatar : "bio-photo.jpg" # placed in /images/ bio : "My awesome biography constrained to a sentence or two goes here." email : # optional uri : "http://your-site.com"
should make the author uri visible with an icon, as well as others, if filled in.
Actual behavior
Non of the possible authorprofile links is visible. Neither in the https://mmistakes.github.io/minimal-mistakes/about/ example sidebar that should have author uri
uri :"https://mademistakes.com"
Thanks for the great theme!
The text was updated successfully, but these errors were encountered: