Shape 5

Joomla Templates => Outdoor Life - Club => : nealofa December 01, 2017, 09:12:44 PM



: ION icons Not Showing
: nealofa December 01, 2017, 09:12:44 PM
My ION icons don't display.

I have the latest version of both the outdoor life template and virtex 4.2
Running joomla 3.8.2
ION Icons is enable in the template settings.
I've verified the ion icon folders are at 777 so permissions isn't the issue.

Even the demo content doesn't show the icon in the example (see screenshot 2)


: Re: ION icons Not Showing
: mikek December 04, 2017, 09:17:33 AM
Hello,

Please post a url.


: Re: ION icons Not Showing
: nealofa December 04, 2017, 09:35:54 AM
http://demo.thinksecurityfirst.today/course-lessons.html


: Re: ION icons Not Showing
: mikek December 05, 2017, 07:59:33 AM
Hello,

Font icons require a www. prefix for them to show, you would need to add that to your url.


: Re: ION icons Not Showing
: nealofa December 05, 2017, 01:20:46 PM
Hello,

Font icons require a www. prefix for them to show, you would need to add that to your url.

Where would I add this???

We are using a quick install of the template. I would assume that any dependencies would have already been coded. 


: Re: ION icons Not Showing
: mikek December 06, 2017, 07:55:43 AM
Hello,

That is the way you are calling your url. You're using a demo. prefix instead of www. That is required with for font icons. You might be able to change this in:

templates\outdoor_life\css\font-awesome\css\font-awesome.min.css

Change each call for:

src:url('../font/fontawesome

To a direct url call like this:

src:url('http://demo.thinksecurityfirst.today/templates/outdoor_life/css/font-awesome/font/fontawesome

That might work, but I am not sure as the script isn't designed to work with a direct url.


: Re: ION icons Not Showing
: nealofa December 06, 2017, 08:33:12 PM
Hello,

That is the way you are calling your url. You're using a demo. prefix instead of www. That is required with for font icons. You might be able to change this in:

templates\outdoor_life\css\font-awesome\css\font-awesome.min.css

Change each call for:

src:url('../font/fontawesome

To a direct url call like this:

src:url('http://demo.thinksecurityfirst.today/templates/outdoor_life/css/font-awesome/font/fontawesome

That might work, but I am not sure as the script isn't designed to work with a direct url.

That doesn't make sense at all. And it had no effect.

The directory path as coded in the font-awesome.min.css file should work regardless of if it's a subdomain or www.

I setup a test page on the main domain and get the same results:
 
https://www.thinksecurityfirst.today/content/ion-icons-integrated.html



: Re: ION icons Not Showing
: mikek December 07, 2017, 06:57:09 AM
Hello,

That is because ion icons are designed to work with www, as I stated above. If you can private message me super admin access and ftp access I can try to get them working for you.