*

Сергей

  • **
  • 17 posts
how to icon add ? all menu icon - how file
« on: June 08, 2017, 11:35:27 PM »
how to icon add  ? all menu icon  how file wiew necessary



Thank you !

*

MB Themes

Re: how to icon add ? all menu icon - how file
« Reply #1 on: June 09, 2017, 09:10:32 AM »
@Сергей
It needs to be done in each plugin on function that is added to hook user_sidebar.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Сергей

  • **
  • 17 posts
Re: how to icon add ? all menu icon - how file
« Reply #2 on: June 09, 2017, 10:48:06 AM »
@Сергей
It needs to be done in each plugin on function that is added to hook user_sidebar.


Sample code  ....?

*

MB Themes

Re: how to icon add ? all menu icon - how file
« Reply #3 on: June 09, 2017, 11:36:34 AM »
You can find code in instant messanger plugin as example.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Сергей

  • **
  • 17 posts
Re: how to icon add ? all menu icon - how file
« Reply #4 on: June 09, 2017, 01:17:13 PM »
Code: [Select]

 $options[] = array('name' => __('favorite', 'veronika'), 'url' => osc_user_public_profile_url(), 'class' => 'opt_publicprofile', 'icon' => 'fa fa-heart-o', 'section' => 2);
 



https://xxx.com/favorite-lists/0/0/0/0/0  ---   Favorite link ,  Able to write ?



« Last Edit: June 09, 2017, 01:20:28 PM by Сергей »