*

kriskoyk

  • *****
  • 388 posts
Display google map
« on: December 07, 2025, 03:47:05 PM »
I installed the latest version 1.8.9 and the ability to display the google map in the professional user profile disappeared.

*

MB Themes

Re: Display google map
« Reply #1 on: December 08, 2025, 03:05:54 PM »
Yes, this functionality was removed.
At this moment map can be shown via Openstreetmaps plugin or manually via hook bpr_seller_profile_map
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 388 posts
Re: Display google map
« Reply #2 on: December 08, 2025, 03:22:26 PM »
At the point where the map appears, it drops the user's entries very low. Can the map go sidebar?

*

MB Themes

Re: Display google map
« Reply #3 on: December 08, 2025, 07:30:59 PM »
You may customize positions of hooks based on your needs. Edit form/seller.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 388 posts
Re: Display google map
« Reply #4 on: December 08, 2025, 10:33:32 PM »
Can the Google map be displayed in the sidebar?

*

MB Themes

Re: Display google map
« Reply #5 on: December 09, 2025, 08:54:39 AM »
Yes if you move hook for maps, or if you place map directly there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 388 posts
Re: Display google map
« Reply #6 on: December 09, 2025, 03:26:37 PM »
I moved this:
Code: [Select]
<div id="bpr-seller-map"><?php osc_run_hook('bpr_seller_profile_map'$user); ?></div
down from here:

Code: [Select]
<div class="bpr-select bpr-category">
            <select name="category" id="bpr-category">
              <option value=""><?php _e('Select category''business_profile'); ?></option>

              <?php if(count($categories) > 0) { ?>
                <?php foreach($categories as $c) { ?>
                  <option value="<?php echo $c['category_id']; ?>" <?php if($current_cat == $c['category_id']) { ?>selected="selected"<?php ?>><?php echo $c['category_name']; ?></option>
                <?php ?>
              <?php ?>
            </select>
          </div>

          <?php osc_run_hook('bpr_seller_filters'$user); ?>

          <a class="bpr-show-all" href="<?php echo osc_search_url(array('user' => $user['pk_i_id'])); ?>"><?php _e('Show all''business_profile'); ?></a>
        </div>
      <?php ?>
    <?php ?>
  </div>

but nothing appears

I don't know if I explained it correctly, what I want is to display the GOOGLE map in the sidebar and not the OpenStreet map. Is this possible in version 1.8.9 or with version 1.8.3?
« Last Edit: December 10, 2025, 11:40:12 AM by kriskoyk »

*

kriskoyk

  • *****
  • 388 posts
Re: Display google map
« Reply #7 on: December 10, 2025, 06:53:18 PM »
I found the solution, using version 1.8.3 and the Google map appears where I want (in the middle or in the sidebar). There is a small problem, the close button does not appear on the computer, while on mobile it appears normally. How can I solve this?

*

MB Themes

Re: Display google map
« Reply #8 on: December 10, 2025, 07:17:32 PM »
Sometimes, font awesome icon is not shown due to unsupported font-weight (set to 900)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 388 posts
Re: Display google map
« Reply #9 on: December 10, 2025, 07:20:45 PM »
Is there a solution?

*

kriskoyk

  • *****
  • 388 posts
Re: Display google map
« Reply #10 on: December 12, 2025, 10:40:17 AM »
I searched but couldn't find a solution for the button to appear. Do you have any suggestions?

*

MB Themes

Re: Display google map
« Reply #11 on: December 12, 2025, 04:14:27 PM »
Share url.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 388 posts
Re: Display google map
« Reply #12 on: December 12, 2025, 04:30:31 PM »
« Last Edit: December 17, 2025, 05:15:48 PM by kriskoyk »

*

MB Themes

Re: Display google map
« Reply #13 on: December 16, 2025, 09:31:02 AM »
Looks OK for me.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

kriskoyk

  • *****
  • 388 posts
Re: Display google map
« Reply #14 on: December 16, 2025, 11:43:42 AM »
It doesn't appear on my PC and LAPTOP. What could be wrong? What should I look at?