NetTalk Central

Author Topic: Menu CSS Options - LivIcons  (Read 2819 times)

debzidoodle

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
    • Email
Menu CSS Options - LivIcons
« on: January 23, 2014, 06:17:26 AM »
Hi All,

I am wondering how I could use these vector icons on my Menu items.  I am fine with using the javascript implementation or the HTML implementation.  But I do not see how I can do either at the moment as the HTML implementation requires data options after the class, and the javascript requires a div or class identifier.  Any suggestions?

Quote
1)Copy two or three scripts to your server.
2)In your html or php reference the location to these scripts.
3)And use LivIcons with just one string of code...
Code: [Select]
<i class="livicon" data-...></i>
  or
<span class="livicon" data-...></span>
  or
<div class="livicon" data-...></div>
  or
<li class="livicon" data-...></li>
Additional way is to work with LivIcons 'on the fly' with help of three Javascript methods
Code: [Select]
$('my_cool_icon').addLivicon(...options...);
  or
$('my_cool_icon').removeLivicon(...option...);
  or
$('my_cool_icon').updateLivicon(...options...);
  or even
$('.my_cool_icons_class').addLivicon(...options...);
http://codecanyon.net/item/livicons-303-truly-animated-vector-icons/full_screen_preview/4618985

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11242
    • View Profile
Re: Menu CSS Options - LivIcons
« Reply #1 on: January 23, 2014, 09:40:50 PM »
Hi Deb,

If you figure out the html that needs to be added, I'm sure I can add template options for it.

Cheers
Bruce