• Closed
  • DJE
    Spectator
    August 14, 2017 at 1:32 pm #34514

    Hello. I have noticed that today the location map is not showing on a page where it was before? I have tried re-inserting the shortcode, deleting the element and then re-installing it, copy and pasting the code – but no joy?

    The space is there where the map should be but no map?

    This is the page where the map should be showing:
    http://www.sosdap.org/new/about-us/how-to-find-us-2/

    Any ideas please?

    Thank you.

    Priyank
    Spectator
    Posts: 747
    August 16, 2017 at 12:48 pm #34527

    Hi,

    Check Enable Google Map Scripts options in theme options panel is enable or not, if it’s disable please enable it.
    Theme Options -> Contact -> Enable Google Map Scripts

    Thank you

    DJE
    Spectator
    Posts: 28
    August 16, 2017 at 3:09 pm #34532

    Hi

    Thank you, I have enabled the Google Map Scripts option as suggested. This has made the map reappear. The problem is, it has made the map that is on the contact us page reappear also. I don’t want to to be on the contact page as well.

    I want the map on this page:
    http://www.sosdap.org/new/about-us/how-to-find-us-2/

    I don’t want it on this page:
    http://www.sosdap.org/new/about-us/contact-us/

    Is there a way to make that so?

    Thank you

    Priyank
    Spectator
    Posts: 747
    August 17, 2017 at 11:39 am #34543

    Hello

    Add below custom css into Additional css option. It will hide contact page google map.
    .page-template-contact .gmap {
    display: none;
    }

    Thank you