*

rejja

  • ***
  • 26 posts
Disable Location Remember
« on: April 07, 2016, 03:36:47 PM »
Hello, how can i disable the location remember function?
Thanks

*

MB Themes

Re: Disable Location Remember
« Reply #1 on: April 07, 2016, 03:39:39 PM »
@rejja
In functions.php in theme folder is function that handle it:
Code: [Select]
zara_manage_cookies
You can modify it or completely disable it in head.php changing:
Code: [Select]
<?php zara_manage_cookies(); ?>

into:
Code: [Select]
<?php //zara_manage_cookies(); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rejja

  • ***
  • 26 posts
Re: Disable Location Remember
« Reply #2 on: April 07, 2016, 03:44:18 PM »
Hy, i want to disable location for the left search bar. What code i need to comment?
Thanks

*

MB Themes

Re: Disable Location Remember
« Reply #3 on: April 07, 2016, 03:49:06 PM »
@rejja
You cannot disable it only in particular section, you will disable it completely.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rejja

  • ***
  • 26 posts
Re: Disable Location Remember
« Reply #4 on: April 07, 2016, 03:57:50 PM »
Ok, please show me the codes what i need to comment to disable
Thank you

*

MB Themes

Re: Disable Location Remember
« Reply #5 on: April 07, 2016, 04:07:21 PM »
@rejja
I already did.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rejja

  • ***
  • 26 posts
Re: Disable Location Remember
« Reply #6 on: April 07, 2016, 04:12:40 PM »
Yes but i want to disable the cookies for locations only :)
Thank you

*

MB Themes

Re: Disable Location Remember
« Reply #7 on: April 07, 2016, 04:47:02 PM »
@rejja
Then comment all lines in function I told you, that contains word region, city or country.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots