Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2149811
Erase map on single event page
Closed

Comments

  • mivan73 started the conversation

    Hi, 

    Please help me with this. I need to erase the map container (gray rectangle) on the single event page . Also, change the colour of the title underline in the same page.

    I attached screenshots to be clear, thanks!


  •  1,845
    Elated replied

    Hi,

    Welcome to your support management and thanks for choosing Edge theme!

    1. Issues with Google Map is usually due to API Key missing or it needs to be recreated.

    a. You need to create your own API key as described here: https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html

    b. Then you need to go to Edge Options -> General and add it to the Api Key field

    And then you need to add the page(s) to the list of allowed referrers.

    You can check this link also how to do this http://stackoverflow.com/questions/35288250/google-maps-javascript-api-referernotallowedmaperror

    Also see API keys in the Google API Console - https://console.developers.google.com/project/_/apiui/credential . For more information, see Best practices for securely using API keys - https://support.google.com/cloud/answer/6310037 .

    Also try going to Developer Console -> APIs & auth -> APIs

    Search for Geocoding and click on Google Maps Geocoding API -> Enable API. Do the same thing for Geolocating.

    2. To remove underline, go to Appearance -> Customize -> Additional CSS and paste the code below.

    .eltdf-separator {
        display: none;
    }    
    

    Let us know if there's anything else we can help you with.

    Cheers,
    Johnny


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • mivan73 replied

    Thank you Jhonny, I appreciate your fast answer.

    But  you misundestood me,  I need to remove the map and change the colour of the title underline on the single events page.

    I hope you can reply soon.

  •  1,845
    Elated replied

    Hi there,

    If you want to remove maps from single events, you can add the following code into Appearance -> Customize -> Additional CSS:

    .eltdf-events-single-map {
        display: none;
    }
    

    Unfortunately, ti seems that screenshots you've mentioned were not posted properly, but if the underline you've mentioned is the one from the screenshot below:

    6169363159.png

    You could use following CSS to change the color to green:

    .eltdf-events-single-content-holder .eltdf-separator {
        border-color: green !important;
    }

    Of course, you'll use the color which suits your needs.

    Let us know if you need any further help.

    Best regards!

    Joey


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.