FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.63k stars 12.19k forks source link

Issue in Prestashop using Font Awesome #6638

Closed elisseee closed 9 years ago

elisseee commented 9 years ago

I have been trying to resolve this issue here https://www.prestashop.com/forums/topic/317230-prestashop-blog-module/page-98 but without success. I have a site astridorganics.com and Font Awesome worked with all icons they way it supposed to. However, I have installed a smartblog to my Prestashop v.1.6.0.14 and now instead of home I can see f015 and instead of user in the blog f007. That is happening all around the site. I should pointed out that I am pretty sure that error with a smartblog but that has not been resolved on their side and they have no idea how. You can take a look at my posting from May 21st but I never got a resolution for this problem. I am trying to figure out how to resolve this issue and leaning towards to delete the blog but I am not sure that rolling database back will resolve the problem. Your assistance is greatly appreciated. thank you

tagliala commented 9 years ago

maybe that plugin is loading an old/modified version of fontawesome. Take a look here: https://github.com/FortAwesome/Font-Awesome/wiki/Troubleshooting#some-icons-dont-show-up

Closing here but feel free to comment

elisseee commented 9 years ago

Dear Geremia,

None of the described problem I have encountered. First of all, my version is new installation and FontAwesome is v.4.0.3. Second of all, it worked without problems before I have installed a smartblog. I understand that you dont have neither time or desire to dig into why smartblog created this problem in a first place, but I point this out for a reason that someone else could encounter a similar problem and resolution could be there already.

In any case, I am open to suggestions.

Thank you Stan

On Wed, Jun 3, 2015 at 5:08 AM, Geremia Taglialatela < notifications@github.com> wrote:

maybe that plugin is loading an old/modified version of fontawesome. Take a look here: https://github.com/FortAwesome/Font-Awesome/wiki/Troubleshooting#some-icons-dont-show-up

Closing here but feel free to comment

— Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/6638#issuecomment-108258041 .

tagliala commented 9 years ago

if you can point me to a webpage showing the issue I can take a look

elisseee commented 9 years ago

Thank you Geremia. For example, this page http://astridorganics.com/en/16-special-blending-oils see attachment. On ANY page it does not showing Go Home anymore just code f015..

On Thu, Jun 4, 2015 at 7:51 AM, Geremia Taglialatela < notifications@github.com> wrote:

if you can point me to a webpage showing the issue I can take a look

— Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/6638#issuecomment-108857358 .

tagliala commented 9 years ago

Hi, it seems that css files are being "corrupted" during the process.

image

As you can see, there is a missing backslash here (it should be "\f015")

I don't know what could be the cause. It seems just for icon-home.

You could add .icon-home:before{content:"\f015"} to your stylesheet to workaround this issue

elisseee commented 9 years ago

this is not an issue - i actually played with that myself to see if it is going to resolve my issue. i will put it back this slash right now but it is not a resolution unfortunately

On Thu, Jun 4, 2015 at 10:38 AM, Geremia Taglialatela < notifications@github.com> wrote:

Hi, it seems that css files are being "corrupted" during the process.

[image: image] https://cloud.githubusercontent.com/assets/556268/7986440/dba8cfec-0ad7-11e5-8dd9-0bbe150d5132.png

As you can see, there is a missing backslash here (it should be "\f015")

I don't know what could be the cause. It seems just for icon-home.

You could add .icon-home:before{content:"\f015"} to your stylesheet to workaround this issue

— Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/6638#issuecomment-108918436 .

elisseee commented 9 years ago

that is funny, it seems when i put it back, the slash i mean, it started to work again. i guess the whole issue was in caching the icon and code. thank you so much for your help

On Thu, Jun 4, 2015 at 10:41 AM, St M vme2506@gmail.com wrote:

this is not an issue - i actually played with that myself to see if it is going to resolve my issue. i will put it back this slash right now but it is not a resolution unfortunately

On Thu, Jun 4, 2015 at 10:38 AM, Geremia Taglialatela < notifications@github.com> wrote:

Hi, it seems that css files are being "corrupted" during the process.

[image: image] https://cloud.githubusercontent.com/assets/556268/7986440/dba8cfec-0ad7-11e5-8dd9-0bbe150d5132.png

As you can see, there is a missing backslash here (it should be "\f015")

I don't know what could be the cause. It seems just for icon-home.

You could add .icon-home:before{content:"\f015"} to your stylesheet to workaround this issue

— Reply to this email directly or view it on GitHub https://github.com/FortAwesome/Font-Awesome/issues/6638#issuecomment-108918436 .

tagliala commented 9 years ago

you're welcome, glad you solved