BBPress Jennifer Peebles : Replies Created

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: CMap and reviews #414026
    Jennifer Peebles
    Participant

    Steven,

    I wanted to add that I have tried using the api’s with other plugins and they worked fine.
    Also can I add this code to the plugin once I get it working?

    <div id=”map”></div>

    <script>
      function initMap() {
        var chicago = {lat: 41.85, lng: -87.65};
        var indianapolis = {lat: 39.79, lng: -86.14};
    
        var map = new google.maps.Map(document.getElementById('map'), {
          center: chicago,
          scrollwheel: false,
          zoom: 7
        });
    
        var directionsDisplay = new google.maps.DirectionsRenderer({
          map: map
        });
    
        // Set destination, origin and travel mode.
        var request = {
          destination: indianapolis,
          origin: chicago,
          travelMode: 'DRIVING'
        };
    
        // Pass the directions request to the directions service.
        var directionsService = new google.maps.DirectionsService();
        directionsService.route(request, function(response, status) {
          if (status == 'OK') {
            // Display the route on the map.
            directionsDisplay.setDirections(response);
          }
        });
      }
    
    </script>
    <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"
        async defer></script>
    

    Thanks

    Jennifer

    in reply to: CMap and reviews #414023
    Jennifer Peebles
    Participant

    Steven,

    Ok well the map shows for a second then I get this message.
    Oops! Something went wrong.
    This page didn’t load Google Maps correctly. See the JavaScript console for technical details.
    You gave me great directions though. thanks I appreciate that!

    Jennifer

    in reply to: CMap and reviews #411249
    Jennifer Peebles
    Participant

    Hielo again,

    I’m so sorry but I still can’t get the categories to upload. It doesn’t even map the files. When I press upload it doesn’t do anything. I formatted the CSV to comma and double quote is that correct?
    Also, I still haven’t been able to get the maps to work.
    And I need you to direct me to the specific doc to customize the connections shortcode.
    I “again ” have spent numerous hours trying to figure out what I am doing wrong.
    It was working fine before?
    I was able to upload some categories when I installed the listings. I am going to try to add them through that upoader.

    Jennifer

    in reply to: CSV #401312
    Jennifer Peebles
    Participant

    honestly I have spent all last night and today tryingto get this to work. I can’t even get a response from you. I have only had this for one day but I would like a refund. not only can I not import the file but it just goes completely blank. the widgets don’e connect to the pages. I cant even find where to modify the links to the pages.
    It has been a nightmare trying to configure this.

    Thank You,

    Jennifer

Viewing 4 posts - 1 through 4 (of 4 total)