*

Miller

  • ****
  • 141 posts
Hide country
« on: August 29, 2019, 07:58:35 PM »
Please help me to hide country name in search page

<div class="loc"><i class="fa fa-map-marker"></i><?php echo veronika_location_format(osc_item_country(), osc_item_region(), osc_item_city()); ?></div>

Marked as best answer by frosticek on August 30, 2019, 08:14:44 AM
*

MB Themes

Re: Hide country
« Reply #1 on: August 30, 2019, 08:14:41 AM »
@Miller
In oc-content/themes/veronika/functions.php, find code:

Code: [Select]
if($country <> '') {
Replace with:
Code: [Select]
if($country <> '' && 1==2) {
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Miller

  • ****
  • 141 posts
Re: Hide country
« Reply #2 on: August 30, 2019, 10:38:29 AM »
 ;D ;D solved

*

fosg2000

  • **
  • 5 posts
Re: Hide country
« Reply #3 on: February 18, 2020, 04:41:58 AM »
hi, (newby) here :)

i try to do the same and its not working for me :

http://toyenmala.com/


thanks