Font awesome, some icons work, some does not.

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Jan 11, 2014 12:44 pm
Reply with quote
Report this post
Hello. I have an issue on my site with font awesome.

www.delovo.dk

I am only using icons from the set of version 3.2.1 as that is standard with the cloudhost template.

All icons work that has only 2 words, like; [icon-ok] [icon-bolt]

But when icons has 3 words, they stangely does not display! Examples, [icon-shopping-cart] [icon-calendar-empty] [icon-check-minus]

Is it the last seperator that is causing the issue or?
User avatar
Fresh Boarder

GK User
Sat Jan 11, 2014 12:53 pm
Reply with quote
Report this post
Could you create a screenshot of place where the icon should appear and doesn't?
User avatar
Moderator

GK User
Sat Jan 11, 2014 1:59 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Sat Jan 11, 2014 3:33 pm
Reply with quote
Report this post
It seems like a bug in our code. I have submitted this issue to our dev team an I'll write back as soon as I get the answer from them.
User avatar
Moderator

GK User
Mon Jan 13, 2014 4:40 pm
Reply with quote
Report this post
Please edit file:
templates/gk_cloudhosttemplate/html/modules.php
and replace:
Code: Select all
$title = preg_replace('@\[(icon\-[a-zA-Z0-9]*?)\]@mis', '<i class="$1"></i>', $title);

with:
Code: Select all
$title = preg_replace('@\[(icon\-[a-zA-Z0-9-]*?)\]@mis', '<i class="$1"></i>', $title);


This should solve the problem.
User avatar
Moderator

GK User
Wed Jan 15, 2014 5:31 pm
Reply with quote
Report this post
Thank you so much ! that fixed my issue :)
User avatar
Fresh Boarder

GK User
Wed Jan 15, 2014 5:49 pm
Reply with quote
Report this post
No problem :)
If You will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron