After Updating Radius Search Map is Disappeared from my Index
« on: February 13, 2017, 07:53:23 AM »
Hello,

I am developing a system with OS-Class and using ZARA Theme + Radius Search Plugin.

My system was working well but after the latest updates I started to have several problems and the latest one is ;

I was getting a grey screen in my homepage Raius search hook then I reinstalled Raius Search plugin but now even though I mark Maps on Home Page to be SEEN in my Zara theme configurator pane I can not get any result. Tried a lot to do something from admin panel either but I couldnt get any successfull outcome.

I am adding several screenshots these may help you to figure out the problem.

How My HooksPane Lookslike
http://timbo.com.tr/ss/yokyok/1.png

Admin Panel General Settings Page
http://timbo.com.tr/ss/yokyok/2.png

In The past Version There was CONFIGURe button on the right side of the screen it has been disappeared in the new version I guess ?
http://timbo.com.tr/ss/yokyok/3.png


Regards

*

MB Themes

Re: After Updating Radius Search Map is Disappeared from my Index
« Reply #1 on: February 13, 2017, 08:48:09 AM »
@Gokay
Make sure you have filled your Google API key.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: After Updating Radius Search Map is Disappeared from my Index
« Reply #2 on: February 13, 2017, 09:11:32 AM »
hey @frosticek

thank you for swift reply.

Here is the clue that I've added correctly my API KEY from Developers Tool 'Elements' section screenshot.
http://timbo.com.tr/ss/yokyok/4.png

The thing should be smth else because when I enabled the Map Hook from the theme configurator there is
neither console error is shown(in case of api key or smth else is missing)
nor the html tags has been show in html side of the code 
eg; 
Code: [Select]
<div id="map_radius_canvas">......</div>
Regards.


----EDIT----
Maybe my problem happens because of this ;
In my Radius Search Plugin configuration ;
Fix Listing Coordinates is empty, can it be the reason that map isn't shown ?

if so how can I fill these coordinates When I press on Fix Locations Nothings happens.

« Last Edit: February 13, 2017, 09:21:06 AM by Gökay Uğur Ortasöz »

*

MB Themes

Re: After Updating Radius Search Map is Disappeared from my Index
« Reply #3 on: February 13, 2017, 11:56:29 AM »
@Gokay
Can you give me url?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: After Updating Radius Search Map is Disappeared from my Index
« Reply #4 on: February 16, 2017, 11:52:07 AM »
Any progress ?

Both Zara Theme and Radius Search Plugin is created by your team. It is weird to have such a conflict in your own written codes..

*

MB Themes

Re: After Updating Radius Search Map is Disappeared from my Index
« Reply #5 on: February 16, 2017, 05:50:11 PM »
@Gokay
Progress is blocked by you.

@Gokay
Can you give me url?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: After Updating Radius Search Map is Disappeared from my Index
« Reply #6 on: February 17, 2017, 09:14:37 AM »
I resent u via PM

*

MB Themes

Re: After Updating Radius Search Map is Disappeared from my Index
« Reply #7 on: February 17, 2017, 09:31:42 AM »
@Gokay
I will not be able to identify where is problem if nothing is shown.
Have you tried to place code for map on homepage manually as described in plugin settings?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: After Updating Radius Search Map is Disappeared from my Index
« Reply #8 on: February 17, 2017, 12:03:04 PM »
  <?php if( zara_current('zc_home_map') == 1 && function_exists('zc_home_map')) { ?>
    <?php ob_start(); ?>

      <!-- Map Block #2 -->
      <div class="home-container hc-map">
        <div id="home-map"><?php zc_home_map(); ?></div>

        <!-- Home Banner #3 -->
        <div class="inner">
          <?php echo zara_banner('home', 3); ?>
        </div>
      </div>

    <?php $home2 = ob_get_clean(); ?>
  <?php } ?>

I made everything how is written in plugin settings.
in main.php code has shown above