*

san37

  • ***
  • 89 posts
How can I hide the country in search of a mobile version
« on: December 28, 2015, 10:43:39 AM »
Please tell me how to remove a country from the location in the mobile version
« Last Edit: February 04, 2016, 01:48:36 PM by frosticek »

*

MB Themes

Re: How can I hide the country in search of a mobile version
« Reply #1 on: December 28, 2015, 11:34:26 AM »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

san37

  • ***
  • 89 posts
Re: How can I hide the country in search of a mobile version
« Reply #2 on: December 28, 2015, 12:04:25 PM »
In the mobile version of the site to help clean up the country in the country selection is not present, and in mobile there are

[attachment deleted by admin]

*

MB Themes

Re: How can I hide the country in search of a mobile version
« Reply #3 on: December 28, 2015, 12:16:10 PM »
@san4747
Go to footer.php

Find code:
Code: [Select]
<select id="countryId" name="sCountry">

Replace with:
Code: [Select]
<select id="countryId" name="sCountry" style="display:none;">
Debug and possible problems needs to be fixed by you.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

san37

  • ***
  • 89 posts
Re: How can I hide the country in search of a mobile version
« Reply #4 on: December 28, 2015, 12:29:23 PM »
Thank you