Shape 5

Joomla Templates => General Contractor - Club => : Ruminator March 20, 2017, 01:31:32 PM



: About Us Module Ion icons
: Ruminator March 20, 2017, 01:31:32 PM
I wrote earlier about other modules with the ion icons not seeming to work.
Same thing with the "About Us" module. When I try to simply swap out the ion icon names with those provided by the ion icons website, I get a blank.
I obviously am doing something wrong.

Can you give an example of how I would insert the following, to show a flower as seems to be suggested by the ion icons website

Existing code in the module

<div class="overlay_whiteback_icon"><span class="ion-settings whitebacki"></span> <strong>Tree Work</strong></div>

Suggested code from ion-icons site

<!--Basic: auto-select the icon based on the platform -->
  <ion-icon name="flower"></ion-icon>

  <!-- Advanced: explicity set the icon for each platform -->
  <ion-icon ios="ios-flower" md="md-flower"></ion-icon>
             


: Re: About Us Module Ion icons
: jonahh March 20, 2017, 01:59:17 PM
Sure, it would look like the following:

:
<div class="overlay_whiteback_icon"><span class="ios-flower whitebacki"></span> <strong>Tree Work</strong></div>


: Re: About Us Module Ion icons
: randelld July 06, 2018, 02:38:02 AM
This doesn't work for me
This is what I have     <div class="overlay_whiteback_icon"><span class="ion-android-home whitebacki"></span> <strong>Medical</strong></div>
If I change it to <div class="overlay_whiteback_icon"><span class="ion-flask whitebacki"></span> <strong>Medical</strong></div>
I get blank

Please help


: Re: About Us Module Ion icons
: jonahh July 06, 2018, 10:35:17 AM
Hmm would you be able to post a URL where you have this code so I can take a first hand look? I need to see why its not showing as I am not sure off hand.

Thanks


: Re: About Us Module Ion icons
: randelld July 10, 2018, 03:30:01 AM
http://www.glassprecision.com/


: Re: About Us Module Ion icons
: jonahh July 10, 2018, 10:32:08 AM
Ah I see why. This icon is included in Version 2 of IonIcons which is what Vertex is running. Please see the following page for icons that will work:

https://ionicons.com/v2/cheatsheet.html

They recently updated to version 3 so now you have to go to this URL.


: Re: About Us Module Ion icons
: randelld July 10, 2018, 11:24:22 AM
Thank you
That's better