Shape 5

Joomla Templates => Eventfull - Club => : joomladaze April 08, 2015, 03:55:30 PM



: How to Change Social Media icons
: joomladaze April 08, 2015, 03:55:30 PM
I found the social media module, but I want to add Instagram.

Where are the social media icons located so I can either replace one set or add an instagram set?


: Re: How to Change Social Media icons
: mikenicoll April 08, 2015, 06:18:22 PM
Hello,

These are controlled via a Custom HTML module in the custom_6 position.


: Re: How to Change Social Media icons
: joomladaze April 09, 2015, 02:35:38 PM
Yes, I found that module, but I don't know where its pulling the graphics from. I want to either edit existing pinterest graphic or add new graphics for instagram so I don't have to show a pinterest icon for the instagram link.

<a class="social_icon ion-social-facebook" target="_blank" href="https://www.facebook.com/Alebriated.Distribution">[/url]
<a class="social_icon ion-social-twitter" target="_blank" href="https://twitter.com/Alebriated">[/url]
<a class="social_icon ion-social-pinterest" href="https://instagram.com/alebriated/">[/url]

Thanks!


: Re: How to Change Social Media icons
: mikenicoll April 09, 2015, 07:59:15 PM
Hello,

The graphics are part of the ion-icons script built into vertex. So if you call the following class:

:
<a class="social_icon ion-social-facebook">

That is going to grab the facebook icon from the ion-icons sprite map. Then what we do for the icons we have demoed is just add our own class styling for that icon such as:

:
.ion-social-facebook {background-color: #ff0000;}

See here for more details:

http://www.shape5.com/demo/eventfull/athletic/index.php/features-mainmenu-47/continued-vertex-features/ion-icons-integrated