*

slicer

  • ****
  • 204 posts
Re: Filter by location cities or region gone
« Reply #15 on: January 24, 2018, 04:24:16 PM »
@slicer
Have you tried it with bender theme?

YESS I found the problem! it is Radius Search Plugin, --- by switching to Bender I figured ads location ads were missing on home as well, so I decided to create a new ad and bingo, it showed up the ad with location, RS disabled.

So I activated Stela once again but this time without RS and it worked you can check my demo link

http://54.86.47.116/search/cookieAction,done/country,us/region,782051/term,Florida,+US
« Last Edit: January 24, 2018, 05:09:48 PM by slicer »

*

MB Themes

Re: Filter by location cities or region gone
« Reply #16 on: January 24, 2018, 05:37:16 PM »
So radiu search seems to block it right?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: Filter by location cities or region gone
« Reply #17 on: January 24, 2018, 05:39:26 PM »
So radiu search seems to block it right?

aparently yes, if I disable Radius Plugin and create new ad or edit to make changes it work with no issues

filtering normally  by location as you can see in my link ^_^  ;D

*

MB Themes

Re: Filter by location cities or region gone
« Reply #18 on: January 24, 2018, 07:27:20 PM »
I mean if you activate plugin -0 results
If you deactivate plugin - search works?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: Filter by location cities or region gone
« Reply #19 on: January 24, 2018, 08:05:20 PM »
No if you activate plugin they still work. every ad created without RS will work
every ad created with RS will not work on filters

Your old items don't get affected


When you create an that particular ad won't work with filters by location.
« Last Edit: January 24, 2018, 08:14:17 PM by slicer »

Marked as best answer by slicer on January 26, 2018, 06:23:54 AM
*

MB Themes

Re: Filter by location cities or region gone
« Reply #20 on: January 25, 2018, 09:05:53 AM »
@slicer
Fixed in new version of radius search plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: Filter by location cities or region gone
« Reply #21 on: January 27, 2018, 12:34:06 AM »
@slicer
Fixed in new version of radius search plugin.

You are definitely right, I tested on your demo and also ran a new one and worked, so I need to figure out why it isn't running on my current installation. Thanks a lot for your effort and greate response!  8)  ;D 

*

slicer

  • ****
  • 204 posts
Re: Filter by location cities or region gone
« Reply #22 on: January 27, 2018, 04:47:56 AM »
Location issue FOUND. you were right about you can publish everything works like a charm.
But the reason I was still having problem was because I was editing and we know  edit/publish are completely separated things.
So I figured those ads were missing on filters and incomplete on admin dashboard, you can reproduce and see Country field is gone once you edit an item with RS active and Stela.

I did the same test with Bender+RS editing an existing ad and Country doesn't brake up.

Also if you are on STELA and disable RS you can fix the ad just editing. So Stela is OK editing/Publishing.

I'm not the best tester but I'm trying to find what's going on despite of my programming skills limitations.

*

MB Themes

Re: Filter by location cities or region gone
« Reply #23 on: January 27, 2018, 11:36:48 PM »
@slicer
Told you it will be fixed in next version.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: Filter by location cities or region gone
« Reply #24 on: January 30, 2018, 11:32:44 PM »
@slicer
Told you it will be fixed in next version.

Hey @frosticek did you check this issue on version 1.0.10? I tried and I can publish but can't still edit.

*

MB Themes

Re: Filter by location cities or region gone
« Reply #25 on: January 31, 2018, 01:23:55 PM »
@slicer
In file:
oc-content/plugins/rad_search/index.php

Bellow this line:
Code: [Select]
osc_add_hook('posted_item', 'radius_item_loc');
add:
Code: [Select]
osc_add_hook('edited_item', 'radius_item_loc');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: Filter by location cities or region gone
« Reply #26 on: January 31, 2018, 02:11:26 PM »
@slicer
In file:
oc-content/plugins/rad_search/index.php

Bellow this line:
Code: [Select]
osc_add_hook('posted_item', 'radius_item_loc');
add:
Code: [Select]
osc_add_hook('edited_item', 'radius_item_loc');

AMAZING! it's working  8) you got the tricks ty ty