*

Dawid

  • ****
  • 149 posts
Favorite item ( icon )
« on: November 28, 2017, 12:33:58 PM »
Hi someone can help ? i need change this icon in plugin Favorite items


*

MB Themes

Re: Favorite item ( icon )
« Reply #1 on: November 28, 2017, 01:54:11 PM »
@Dawid
You must add icon directly in plugin, in index.php.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Dawid

  • ****
  • 149 posts
Re: Favorite item ( icon )
« Reply #2 on: November 28, 2017, 10:53:59 PM »
i find only this :( i dont have idea wher must add icon ?? Can help ?

// ADD FAVORITE ITEMS LINK TO USER MENU
function fi_favorite_user_menu(){
  if(osc_current_web_theme() == 'veronika') {
    echo '<li class="opt_favorite_items"><a href="' . osc_route_url('favorite-lists', array('list-id' => '0', 'current-update' => '0', 'notification-update' => '0', 'list-remove' => '0', 'iPage' => '0')) .'" ><i class="fa fa-star-o"></i> '.__('Obserwowane ogĹ‚oszenia', 'favorite_items').'</a></li>';
  } else {
    echo '<li><a href="' . osc_route_url('favorite-lists', array('list-id' => '0', 'current-update' => '0', 'notification-update' => '0', 'list-remove' => '0', 'iPage' => '0')) .'" >'.__('Favorite items', 'favorite_items').'</a></li>';
  }
}

osc_add_route('favorite-lists', 'favorite-lists/([0-9]+)/([0-9]+)/([0-9]+)/([0-9]+)/([0-9]+)', 'favorite-lists/{list-id}/{current-update}/{notification-update}/{list-remove}/{iPage}', osc_plugin_folder(__FILE__) . 'user/user_menu_lists.php', true);


if(osc_current_web_theme() == 'veronika') {
  osc_add_hook('user_menu_items', 'fi_favorite_user_menu');
} else {
  osc_add_hook('user_menu', 'fi_favorite_user_menu');
}

*

Dawid

  • ****
  • 149 posts
Re: Favorite item ( icon )
« Reply #3 on: November 28, 2017, 11:00:30 PM »
i finde :) work

<i class="fa fa-star-o">


Thank You very mutch .

*

MB Themes

Re: Favorite item ( icon )
« Reply #4 on: November 26, 2018, 10:24:58 AM »
Create support ticket please.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Favorite item ( icon )
« Reply #5 on: December 07, 2018, 08:48:28 PM »
1) best is via :before
2) anyone can favorite listing
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Favorite item ( icon )
« Reply #6 on: December 07, 2018, 11:16:22 PM »
It is css work mostly, you should be able to do at least such changes.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots