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.2k stars 2.9k forks source link

x-twitter icon not working on academic #3032

Closed pierrickbourrat closed 10 months ago

pierrickbourrat commented 10 months ago

Preliminary Checks

Description

When using the following command on the academic website, the X-twitter icon is not rendered. Other on the home page. Other icons work well.

social:
   - icon: x-twitter
    link: https://x.com/user
    icon_pack: fab

Reproduction Link

github.com

Steps to Reproduce

Pretty clear from the description above.

Expected Result

The x-twitter icon should appear

Actual Result

It does not appear.

What Hugo Module versions does your site use?

module github.com/HugoBlox/theme-academic-cv

go 1.15

require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.6 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108141515-0478cf6921f9 github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 )

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

No response

Which Hugo Blox template are you using?

Academic CV

What version of Hugo are you using?

hugo v0.120.4-f11bca5fec2ebb3a02727fb2a5cfb08da96fd9df linux/amd64 BuildDate=2023-11-08T11:18:07Z VendorInfo=gohugoio

gcushen commented 10 months ago

Have you seen the docs for using icons in the Bootstrap templates? https://bootstrap.hugoblox.com/getting-started/page-builder/#icons

The icon you're looking for is just named twitter when using the Font Awesome Brands icon pack: https://fontawesome.com/icons?d=gallery&s=brands

pierrickbourrat commented 10 months ago

Hello, I did. The twitter icon is the old one. I am talking about the recent icon, which is named x-twitter. I maintain that it does not display.

rodrigoalcarazdelaosa commented 10 months ago

Hello, I did. The twitter icon is the old one. I am talking about the recent icon, which is named x-twitter. I maintain that it does not display.

FontAwesome needs to be updated.

pierrickbourrat commented 10 months ago

On my end or the developers'end.

On Tue, 19 Dec 2023, 17:21 rodrigoalcarazdelaosa, @.***> wrote:

Hello, I did. The twitter icon is the old one. I am talking about the recent icon, which is named x-twitter. I maintain that it does not display.

FontAwesome needs to be updated.

— Reply to this email directly, view it on GitHub https://github.com/HugoBlox/hugo-blox-builder/issues/3032#issuecomment-1862190581, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFTGLBGNRLFIOSI2373SLADYKEW5TAVCNFSM6AAAAABAY3TDE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRSGE4TANJYGE . You are receiving this because you authored the thread.Message ID: @.***>

rodrigoalcarazdelaosa commented 10 months ago

On my end or the developers'end.

On Tue, 19 Dec 2023, 17:21 rodrigoalcarazdelaosa, @.***>

wrote:

Hello, I did. The twitter icon is the old one. I am talking about the

recent icon, which is named x-twitter. I maintain that it does not

display.

FontAwesome needs to be updated.

Reply to this email directly, view it on GitHub

https://github.com/HugoBlox/hugo-blox-builder/issues/3032#issuecomment-1862190581,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AFTGLBGNRLFIOSI2373SLADYKEW5TAVCNFSM6AAAAABAY3TDE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRSGE4TANJYGE

.

You are receiving this because you authored the thread.Message ID:

@.***>

Developer's end, but can't find how to do it with the new structure. Perhaps @gcushen can point me in the right direction so I can submit a PR?

gcushen commented 10 months ago

If anyone wants to use the very latest Font Awesome icons, it does not require to be a developer - simply download the latest Font Awesome icons to your site:

PRs are welcome if anyone want to update this icon pack for all users.

jiadongdan commented 6 months ago

It looks like it is still not solved...