*

ashwrote

  • ***
  • 23 posts
Exact file and place to paste code
« on: January 27, 2016, 06:04:05 AM »
kindly advise which one is the exact file to paste the code

Make Favorite button <?php echo fi_make_favorite(); ?>
and where to be exact

and similarly

Show items in current list <?php fi_list_items(); ?>

and the 3rd one Show block with most favorited listings <?php fi_most_favorited_items(); ?>
as well

thanks

*

MB Themes

Re: Exact file and place to paste code
« Reply #1 on: January 27, 2016, 06:39:35 AM »
@ashwrote
There is no exact file, you can place it wherever you like / need it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ashwrote

  • ***
  • 23 posts
Re: Exact file and place to paste code
« Reply #2 on: January 27, 2016, 07:46:49 AM »
where should i ?
generally

*

MB Themes

Re: Exact file and place to paste code
« Reply #3 on: January 27, 2016, 07:59:29 AM »
@ashwrote
It only depends on you, there are only restrictions to:
Code: [Select]
<?php echo fi_make_favorite(); ?>
But those are described directly in plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ashwrote

  • ***
  • 23 posts
Re: Exact file and place to paste code
« Reply #4 on: January 27, 2016, 03:33:56 PM »
There is mentioned and described that
paste it wherever you want.

i want the product to have the heart on it
thats all

and i dont know where exactly to paste it

so kindly advise me which file and which line to paste
or if there s a solution that all my plugins which i buy from mb themes can be configured by you inside my theme file and i reinstall the theme files or how

i really dont know how to do technically

thanks

[attachment deleted by admin]

*

MB Themes

Re: Exact file and place to paste code
« Reply #5 on: January 27, 2016, 04:22:56 PM »
@ashwrote
What is your theme?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ashwrote

  • ***
  • 23 posts
Re: Exact file and place to paste code
« Reply #6 on: January 28, 2016, 10:54:25 AM »
patricia

*

MB Themes

Re: Exact file and place to paste code
« Reply #7 on: January 28, 2016, 11:02:59 AM »
@ashwrote
Go to file:
oc-content/themes/patricia/search_gallery.php

Place your code bellow line:
Code: [Select]
<div class="simple-wrap">
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ashwrote

  • ***
  • 23 posts
Re: Exact file and place to paste code
« Reply #8 on: January 28, 2016, 06:09:45 PM »
its so confusing for me

if i email you my
oc-content/themes/patricia/search_gallery.php

file and you can add and send back to me and i upload to root folder again

i think thats the only possible situation

just because i dont know this codeing i deleted google connect plugin buy from mb themese

i want little help here
i need the same for radius search pluggin too

i dont really know how to do it any other way

*

MB Themes

Re: Exact file and place to paste code
« Reply #9 on: January 28, 2016, 08:44:47 PM »
@ashwrote
I am not sure, I gave you exact instructions what to do.

Original:
Code: [Select]
      <?php while( osc_has_items() ) { ?>
        <div class="simple-prod o<?php echo $c?>">
          <div class="simple-wrap">
            <?php if(osc_item_region() <> '') { ?>
              <div class="loc">

Modified:
Code: [Select]
      <?php while( osc_has_items() ) { ?>
        <div class="simple-prod o<?php echo $c?>">
          <div class="simple-wrap">
            <?php echo fi_make_favorite(); ?>

            <?php if(osc_item_region() <> '') { ?>
              <div class="loc">
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

skript

  • ***
  • 22 posts
Re: Exact file and place to paste code
« Reply #10 on: June 01, 2016, 03:05:44 PM »
I'm sorry but I'm confused, I added as it should according to the instructions as you pointed slightly supreme, but for some reason I do not see a star?

*

skript

  • ***
  • 22 posts
Re: Exact file and place to paste code
« Reply #11 on: June 01, 2016, 03:06:16 PM »
 :o

*

MB Themes

Re: Exact file and place to paste code
« Reply #12 on: June 01, 2016, 03:22:07 PM »
@skript
Send your url please.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

skript

  • ***
  • 22 posts
Re: Exact file and place to paste code
« Reply #13 on: June 01, 2016, 04:22:32 PM »
I sent you the address

*

MB Themes

Re: Exact file and place to paste code
« Reply #14 on: June 01, 2016, 05:54:25 PM »
@skript
Will install plugin on our demo and will provide you some extra CSS that is required for styling.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots