*

ashwrote

  • ***
  • 23 posts
basic question
« on: March 15, 2016, 05:04:55 AM »
in the setting of plugin

To show map with listings wherever you want (home/search/item page), place following code to your theme.
<?php radius_map_items(); ?>

where should i paste exactly

my item location is locked on a stupid picture from last 1 month

what should i do

my website only show this fixed location for every item i dont know what to do

*

MB Themes

Re: basic question
« Reply #1 on: March 15, 2016, 09:26:19 AM »
@ashwrote
Simply go to item.php and identify correct line, not sure what is problem there.

Find:
Code: [Select]
<?php osc_run_hook('location') ; ?>
Replace it with:
Code: [Select]
<?php //osc_run_hook('location') ; ?>
Above changes will disable location hook and will not show google map.
Bellow this line add your code for Radius Search.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: basic question
« Reply #2 on: June 29, 2017, 12:36:00 PM »
Hello,

have problem with install plugin.

After "install" wrote this error

Error importSQL::ModelRadius
rad_search/model/struct.sql
/home/u402544761/public_html/oc-content/plugins/rad_search/model/struct.sql

Please check your database for tables t_item_radius, t_cord_radius, t_cord_validate_radius and t_city_radius.
If any of those tables exists in your database, drop them!


What I must do it?  :o

*

MB Themes

Re: basic question
« Reply #3 on: June 29, 2017, 12:52:16 PM »
@Inga
Check if following tables does not exists on your DB. If yes, drop them:
t_item_radius, t_cord_radius, t_cord_validate_radius and t_city_radius
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: basic question
« Reply #4 on: July 03, 2017, 05:35:46 PM »
 they not there ;D

what to do then? :o

@Inga
Check if following tables does not exists on your DB. If yes, drop them:
t_item_radius, t_cord_radius, t_cord_validate_radius and t_city_radius

*

MB Themes

Re: basic question
« Reply #5 on: July 03, 2017, 08:39:29 PM »
Reinstall plugin. If it does not help, try to redownload latest version of plugin. If problem persist, pm me login to your ftp and oc-admin and I will take a look on it next week.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots