*

shantanu507

  • **
  • 19 posts
How can i remove map from search page
« on: August 09, 2018, 12:16:20 PM »
How can i remove map from search page ?

*

MB Themes

Re: How can i remove map from search page
« Reply #1 on: August 09, 2018, 01:57:02 PM »
@shantanu507
Disable radius search plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

shantanu507

  • **
  • 19 posts
Re: How can i remove map from search page
« Reply #2 on: August 09, 2018, 02:04:30 PM »
disabling radius search plugin disabled it from all pages i just want to disable it from search page

*

MB Themes

Re: How can i remove map from search page
« Reply #3 on: August 09, 2018, 08:54:27 PM »
Let me check what is best solution.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: How can i remove map from search page
« Reply #4 on: August 10, 2018, 04:26:05 PM »
In file:
oc-content/themes/stela/search.php

Find:
$radius = 'radius';

Replace with:
$radius = '';

and at bottom remove line:
<?php if(function_exists('radius_map_items')) { radius_map_items(); } ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots