Disable Google Maps in ClassiCraft

Discussion in 'Forum Rules' started by russcase11, May 31, 2018.

  1. russcase11

    russcase11 New Member

    Joined:
    May 31, 2018
    Messages:
    15
    Likes Received:
    0
    I would like to disable Googlemaps in Classicraft. The postings I'm using this for do not require a location or address.

    Any ideas?

    Thanks

    Russ
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Russ,

    Greetings from InkThemes,

    To remove the logo, just paste the code given below in Additional CSS section.
    (Dashboard->Appearence->Customizer->Additional CSS) of your dashboard.

    Code:
    .sidebar .sidebar_map {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. russcase11

    russcase11 New Member

    Joined:
    May 31, 2018
    Messages:
    15
    Likes Received:
    0
    Akbar

    Thank you. I pasted the code as suggested however, I still get this error when testing adding an ad as this is what I do not need for this particular site.

    upload_2018-6-1_6-17-2.png
    Thanks

    Russ
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for getting back to us,

    I think you haven't entered Google map API key that's why you are facing this message.

    So, you are requested to enter the Google map API key, Go to (Dashboard->Settings->Theme Options ->General Settings), Please have a look at the attached screenshot.

    Hope this helps...!

    Regards,
    Akbar
    InkThemes.com
     

    Attached Files:

Share This Page