*

oscman

  • ****
  • 227 posts
[Help]Search only region
« on: March 15, 2017, 01:32:58 AM »
How can i make so people search only for region? so if they type the country name it doesn't show up as it is only for 1 country

Also there is small bug with pinterest share url in footer follow us.
And on mb themes market the url to support on menu links to broken https
« Last Edit: March 15, 2017, 02:52:48 AM by oscman »

*

MB Themes

Re: [Help]Search only region
« Reply #1 on: March 15, 2017, 08:10:36 AM »
@oscman
1) How can i make so people search only for region? so if they type the country name it doesn't show up as it is only for 1 country

Easiest way is to hide options that belongs to country in location box

2) Also there is small bug with pinterest share url in footer follow us.
You can modify this in footer.php of theme

3) And on mb themes market the url to support on menu links to broken https
Do not understand.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oscman

  • ****
  • 227 posts
Re: [Help]Search only region
« Reply #2 on: March 15, 2017, 10:18:37 PM »
1 i hidden them but if someone types the first 3 of the country he will see the country link, but anyway thats not that important.

2 i did, just saying if you are going to update the theme you could fix it for future users

3 on market if i click on support link google chrome blocks the page and says the connection is not privet, look attachment

*

MB Themes

Re: [Help]Search only region
« Reply #3 on: March 16, 2017, 07:44:28 AM »
@oscman
2) I do not know what is bug
3) Thanks, it was problem with https
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oscman

  • ****
  • 227 posts
Re: [Help]Search only region
« Reply #4 on: March 16, 2017, 09:03:54 AM »
2. check image

*

MB Themes

Re: [Help]Search only region
« Reply #5 on: March 16, 2017, 09:30:45 AM »
@oscman
Thanks, in footer.php you need to replace (last occurence):
Code: [Select]
' . osc_current_web_theme() . '
with:
Code: [Select]
<?php echo osc_current_web_theme(); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots