Results 1 to 2 of 2
Like Tree1Likes
  • 1 Post By jasongeek

Thread: Map Error Issue in Single Ad Listing

  1. #1
    Thread Starter
    Veteran jasongeek's Avatar
    Join Date
    Jan 2014
    Location
    Sacramento, CA USA
    Posts
    1,356
    Thanks
    34
    Thanked 18 Times in 18 Posts

    Map Error Issue in Single Ad Listing

    I'm getting a strange error. I downloaded the dev build today (10/31/2015...not sure which version) and on single ad listings I'm getting an error in the little map tab.

    ERROR:

    '; function map_init() { jQuery(document).ready(function($) { $('#map').hide(); load(); $('#map').fadeIn(1000); codeAddress(); }); } function load() { geocoder = new google.maps.Geocoder(); //directionsDisplay = new google.maps.DirectionsRenderer(); var newyork = new google.maps.LatLng(40.69847032728747, -73.9514422416687); var myOptions = { zoom: 14, center: newyork, mapTypeId: google.maps.MapTypeId.ROADMAP, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU } } map = new google.maps.Map(document.getElementById('map'), myOptions); //directionsDisplay.setMap(map); } function codeAddress() { geocoder.geocode( { 'latLng':SavedLatLng }, function(results, status) { if (status == google.maps.GeocoderStatus.OK) { marker = new google.maps.Marker({ map: map, icon: redFlag, //title: title, animation: google.maps.Animation.DROP, position: SavedLatLng }); map.setCenter(marker.getPosition()); infowindow = new google.maps.InfoWindow({ maxWidth: 230, content: contentString, disableAutoPan: false }); infowindow.open(map, marker); google.maps.event.addListener(marker, 'click', function() { infowindow.open(map,marker); }); } else { (function($) { $('#map').html('

    SCREENSHOT:

    map error.png
    Jason Lee Hayes

  2. #2
    Thread Starter
    Veteran jasongeek's Avatar
    Join Date
    Jan 2014
    Location
    Sacramento, CA USA
    Posts
    1,356
    Thanks
    34
    Thanked 18 Times in 18 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    dimitris likes this.
    Jason Lee Hayes

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Single AD Page images Issue
    By mr_xx in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: April 22nd, 2018, 10:10 PM
  2. Replies: 23
    Last Post: September 15th, 2015, 10:56 AM
  3. Replies: 2
    Last Post: October 23rd, 2013, 02:15 AM
  4. Widgets issue in single listing page (not align to the right)
    By philippe in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: May 16th, 2012, 05:17 AM
  5. Can't view single job post and possible ipn issue
    By mlovelock in forum Report JobRoller Bugs
    Replies: 3
    Last Post: April 30th, 2011, 09:38 PM