*

Anton.D

  • ***
  • 21 posts
Search in XX listings
« on: February 03, 2016, 11:48:05 AM »
Hello. say me plz, how i can delete XX-digits on home page ?  (http://awesomescreenshot.com/06c5ln9gee) or delete all this field "Search in XX listings"

thanks
« Last Edit: February 04, 2016, 01:50:45 PM by frosticek »

*

MB Themes

Re: Search in XX listings
« Reply #1 on: February 03, 2016, 11:51:51 AM »
@Anton.D
- go to file:
oc-content/themes/patricia/inc.search.php

- at start of document find:
Code: [Select]
$sQuery = __('Search in', 'patricia') . ' ' . osc_total_active_items() . ' ' .  __('listings', 'patricia');
You can modify it to some other text or to empty string.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anton.D

  • ***
  • 21 posts
Re: Search in XX listings
« Reply #2 on: February 03, 2016, 01:09:19 PM »
So, if i want delete XX only. it will be so ?
Code: [Select]
$sQuery = __('Search in', 'patricia') . ' ' .  __('listings', 'patricia');

*

MB Themes

Re: Search in XX listings
« Reply #3 on: February 03, 2016, 01:22:32 PM »
@Anton.D
Correct
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anton.D

  • ***
  • 21 posts
Re: Search in XX listings
« Reply #4 on: February 03, 2016, 04:42:17 PM »
thanks =))))

*

MB Themes

Re: Search in XX listings
« Reply #5 on: February 03, 2016, 05:04:31 PM »
@Anton.D
Welcome
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots