*

thevarajah22

  • ***
  • 28 posts
how to hide "Search in 0 listings" on main page
« on: March 16, 2016, 05:36:20 AM »
hi
good day

how to hide or remove the words and numbers "Search in 57 listings" in the main page
please help on this matter
thank you

*

MB Themes

Re: how to hide "Search in 0 listings" on main page
« Reply #1 on: March 16, 2016, 06:45:19 AM »
@thevarajah22
You can do that in very similar way like for Zara theme:
http://forums.mb-themes.com/zara-osclass-responsive-theme/(help)-searchbar-question/msg1210/#msg1210
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

thevarajah22

  • ***
  • 28 posts
Re: how to hide "Search in 0 listings" on main page
« Reply #2 on: March 16, 2016, 08:46:33 AM »
noted with thanks
one more question please

how to hide the numbers
Real estate - "browse in 67 listings" at the below

*

MB Themes

Re: how to hide "Search in 0 listings" on main page
« Reply #3 on: March 16, 2016, 09:02:58 AM »
@thevarajah22
Please check again thread I have sent you, it is shown there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

thevarajah22

  • ***
  • 28 posts
Re: how to hide "Search in 0 listings" on main page
« Reply #4 on: March 17, 2016, 05:37:10 AM »
i seen but not answered over there

can you please solve, how to hide or remove the numbers on Sub Categories

example :   REAL ESTATE Browse in 67 listings
how to hide 67

*

MB Themes

Re: how to hide "Search in 0 listings" on main page
« Reply #5 on: March 17, 2016, 07:03:22 AM »
@thevarajah22
In file:
oc-content/themes/patricia/search.php

Change line:
Code: [Select]
$search_cat_text = __('Browse in', 'patricia') . ' ' . osc_search_total_items() . ' ' .  __('listings', 'patricia');
Into:
Code: [Select]
$search_cat_text = __('Browse in listings', 'patricia');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

thevarajah22

  • ***
  • 28 posts
Re: how to hide "Search in 0 listings" on main page
« Reply #6 on: March 17, 2016, 09:22:53 AM »
thank you bro
from your help, i manage to hide at 2 places but still its showing at the main page.
showing with attachment

please help me how to hide at main page

thank you very much

*

MB Themes

Re: how to hide "Search in 0 listings" on main page
« Reply #7 on: March 17, 2016, 09:36:51 AM »
@thevarajah22
Please do not ask how to remove every single listing count in whole theme.
You got pattern, use it, find it in main.php.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

thevarajah22

  • ***
  • 28 posts
Re: how to hide "Search in 0 listings" on main page
« Reply #8 on: March 17, 2016, 11:01:30 AM »


 thank you very much for your kind help

 solve it with your quick answer