*

yetkiliuzman

  • ***
  • 56 posts
  • Yetkili Uzman
Favorite Items
« on: April 18, 2017, 02:29:21 PM »
Favorite Items  How to work
Bilgi Paylaşılmalıdır

*

MB Themes

Re: Favorite Items
« Reply #1 on: April 18, 2017, 02:52:36 PM »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

yetkiliuzman

  • ***
  • 56 posts
  • Yetkili Uzman
Re: Favorite Items
« Reply #2 on: April 18, 2017, 03:05:05 PM »
Favorite Items Plugin
Bilgi Paylaşılmalıdır

*

MB Themes

Re: Favorite Items
« Reply #3 on: April 18, 2017, 03:15:12 PM »
Your last chance to get reply:
- describe your problem as much as possible
- guide how to replicate your problem
- place here URL to your web
- check error log on your server and place here all errors related to your problem
- upload descriptive pictures to some free image hosting service (Post Image, TinyPic, ...)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

yetkiliuzman

  • ***
  • 56 posts
  • Yetkili Uzman
Re: Favorite Items
« Reply #4 on: April 18, 2017, 03:27:16 PM »
How to show your favorite ads
I installed the plugin but it's not in the main page
Bilgi Paylaşılmalıdır

*

MB Themes

Re: Favorite Items
« Reply #5 on: April 18, 2017, 03:33:14 PM »
You need to add make favorite button to your theme (you have it in plugin configuration):

Make Favorite button
This code must be entere inside item loop. That means it needs to be placed inside loop starting with while(osc_has_items()){ or while(osc_has_items()){ or while(osc_has_custom_items()){
Code: [Select]
<?php echo fi_make_favorite(); ?>
Note that you can use this function also outside item loop, but in this case you need to enter (optional) parameter with ID of listing. So i.e. if you want to make button for listing id = 95, you will call this function like fi_make_favorite(95)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

yetkiliuzman

  • ***
  • 56 posts
  • Yetkili Uzman
Re: Favorite Items
« Reply #6 on: April 18, 2017, 03:44:49 PM »
In which file
:(
Bilgi Paylaşılmalıdır

*

MB Themes

Re: Favorite Items
« Reply #7 on: April 18, 2017, 04:26:04 PM »
@yetkiliuzman
Depends on theme.
For default bender theme (for other check with theme author).
In file:
oc-content/themes/bender/loop-single.php

Place code bellow line:
Code: [Select]
<li class="listing-card <?php echo $class; if(osc_item_is_premium()){ echo ' premium'; } ?>">
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

yetkiliuzman

  • ***
  • 56 posts
  • Yetkili Uzman
Re: Favorite Items
« Reply #8 on: April 19, 2017, 03:31:56 PM »
veronika template
Bilgi Paylaşılmalıdır

*

yetkiliuzman

  • ***
  • 56 posts
  • Yetkili Uzman
Re: Favorite Items
« Reply #9 on: April 19, 2017, 04:12:28 PM »
oc-content/themes/veronika/ ?
Bilgi Paylaşılmalıdır

*

MB Themes

Re: Favorite Items
« Reply #10 on: April 19, 2017, 08:47:12 PM »
@yetkiliuzman
On Veronika theme no action is required as it has function already pre-built-in.
You install plugin and everything is ready.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

yetkiliuzman

  • ***
  • 56 posts
  • Yetkili Uzman
Re: Favorite Items
« Reply #11 on: April 19, 2017, 08:52:06 PM »
tşk
Bilgi Paylaşılmalıdır