HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.11k stars 2.89k forks source link

Social icons inconsistently displayed #832

Closed nhejazi closed 5 years ago

nhejazi commented 5 years ago

I have been enjoying using the academic theme for over a year now and only recently ran into an issue with the proper displaying of social icons. Rather recently, I updated to v3.0.0+ (currently at v3.2.0), applying all patches sequentially (as best as I can tell) and reading through the release notes, but I've run into a problem with how social icons are displayed on my profile. In particular, my home page now displays only a subset of the full set of social icons (see here); however, the full set appears when I'm listed as the author of a page (for example, here). This behavior appears locally and with my Netlify deploy.

If helpful, based on a quick read, I don't believe this to be related to #264, #710, or #724. I have also updated my FontAwesome codes to use fab and fas as appropriate. Any help in resolving this would be much appreciated. Thanks for the great theme!

gcushen commented 5 years ago

I can't immediately see any icon issues on the site you linked. I guess you solved the issue?

nhejazi commented 5 years ago

Well, not quite. I haven't been able to resolve it. What I was trying to get at was that the two links differ in how they display social icons, and I don't quite understand why. Specifically,

I'm not entirely sure why the discrepancy exists. The fact that one part of the site displays all icons suggests to me that it's not an issue with installation of FontAwesome5, though it's possible I missed something in the changelog / release notes. Thanks for any help on this.

gcushen commented 5 years ago

You appear to have customized the About widget or be overriding the About widget with your own. Try removing all your customizations/overrides until it works, especially for the About widget.

Also, without a link to your code repository, it will be difficult for others to help you with this.

nhejazi commented 5 years ago

Of course, you're absolutely right. At some point in the past, I added the bit of custom code to show GitHub contributions, which came in the form of an about.html file that I forgot/neglected to update. Getting this in sync with the about.html in v3.2.0 of hugo-academic fixed the problem. Thanks for your help in pointing this out. I completely understand re: the repo --- it's private but it would've been better to make it public (at least temporarily) when creating the issue.