Open Street Map Not Show In Mobile View - Question | JoomShaper

Open Street Map Not Show In Mobile View

I

iig75

SP Page Builder 1 year ago

Hello, I have noticed than in mobile view, open street map do not show. See the link below at the bottom of the site. I do not hide in mobile portait or landscape too. Why do not show the map module? How can I fix it?

0
15 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170440

Hi,

Are you 100% sure that you didn't set Hidden on Mobile?

Those classes are used right now for your map addon: sppb-hidden-md sppb-hidden-sm sppb-hidden-xs to hide it on Mobile view.

Check Addon and Column settings again (!) Must be OFF everywhere.

info_3200_2024.gif

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170441

Of course, you can always cheat the system by using Custom CSS:

#sppb-addon-wrapper-1585665601878, .addon-root-openstreetmap {
  display: block !important;}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170442

If I had right, you own me pizza ;]

0
I
iig75
Accepted Answer
1 year ago #170661

hello, I do not hide anything. The setting are exatcly yours picture. I use your css code and open street map at now is visible at mibile view. Is this code are universal, because I had the same problem in other my website or the ID in other site will be different?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170664

So it can be cache issue.


Each addon has unique ID name, just preview HTML code using browser feature and check full ID name.

0
I
iig75
Accepted Answer
1 year ago #170684

Please fix the problem in next version. My mobile settings are like your suggestion!

0
I
iig75
Accepted Answer
1 year ago #170696

It is important!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170701

I am not sure if this is a addon problem.

Please make a simple test:

  1. Below add new Open Streets Addon - add one location, Save and check on mobile view.
  2. Duplicate current OST addon and check as well.
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170702

Maybe you made SPPB update and somehow something was broken. I am guessing.

Send me direct link to subpage, not general, I don't know where you look for the map.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170706

I made test on my site, and no similar problem, also only you have it. So indeed somehow something added those "hide" classes.

As I said before on the subpage where you have it, Duplicate that addon. Disable orginal one, and check Duplicate if it will be displayed on mobile view.

0
I
iig75
Accepted Answer
1 year ago #172018

Ok, I will test it!

0
I
iig75
Accepted Answer
1 year ago #172245

The problem is the same after try to dublicate the map. It's very annoying to look at all my sites, search the html code and add custom style by ID. Please fix it the problem!

0
I
iig75
Accepted Answer
1 year ago #172251

I put your code specified by my custom ID. But the problem is the same! MISSING OPEN STREET MAP IN MOBILE VIEW!

1
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #172254

In that case, it will be faster to force display by Custom CSS as you have now

info_2710_2024.gif

0
I
iig75
Accepted Answer
1 year ago #172271

I made it, but please fix the bug!

0