Skip to content

Fix missing FontAwesome special characters#7

Open
csidirop wants to merge 1 commit intogsoules:masterfrom
csidirop:fix/fontawesome
Open

Fix missing FontAwesome special characters#7
csidirop wants to merge 1 commit intogsoules:masterfrom
csidirop:fix/fontawesome

Conversation

@csidirop
Copy link

Fixes #6

The current implementation does not load the arrow icons correctly, as you can see here:
Screenshot 2024-06-20 141354

According to these instructions, the CSS styling must be corrected. With those corrections the icons are shown again:
Screenshot 2024-06-20 141644

There is another occurrence wich calls "FontAwesome":

.search-selector-button:after {
content: "\f0d7";
font-family: "FontAwesome";
padding-left: 6px;

Which I left because I didn't know what it affected. But I can deliver that later if wanted.

Signed-off-by: Christos Sidiropoulos <csidirop@runbox.com>
@csidirop
Copy link
Author

Hi @gsoules hope you are well. Are you still working on this plugin?

@gsoules
Copy link
Owner

gsoules commented Dec 17, 2024

I am not actively working on the plugin, but thank you for bringing this to my attention. I'm not seeing the issue on any of my sites. I'm wondering why the CSS behaves badly on some installations, but not others. Do you know?

@csidirop
Copy link
Author

To be honest I don't really know (anymore).
It seams that there is free and paid version. But I can't remember where the fonts where coming from. Omeka installation? If so they ship now with newer versions but still have the old ones (v 4.7).

I can look into it as soon I have some spare time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FontAwesome special chars not displayed correctly

2 participants