• Resolved nufantech

    (@nufantech)


    First Issue:
    Google Maps is not working with Yelp. When I insert a neighborhood profile w/ Google Maps, all aspects of the profile work fine, with the exception of the map w/ yelp api data. This simply does not populate.

    – I have -NO- other Google Maps plugins installed. I have deactivated every plugin and this issue still persists.

    First issue is not a biggie, but I can’t get the tabbed navigation without the map, which brings me to second issue…

    Second Issue:

    Tabbed navigation does not output. When I install the neighborhood pofile, without the map, the tabs do not format. Instead I get all data on a single page. With the map, tabs work fine, but the map doesn’t populate any neighborhood data from Yelp, even though the neighborhood data populates just fine within the various tabs the plugin creates.

    I would simply like to have the neighborhood profile, without the map, in a tabbed format.

    – I have added the CSS directly to the main stylesheet, and this doesn’t work either.

    No, I can’t give you the URL as the site is IP specific as it’s under construction. I am more than willing to email screenshots and sourcecode if anyone can assist with this issue.

    Thank you.
    -D

    http://wordpress.org/extend/plugins/simple-real-estate-pack-4/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter nufantech

    (@nufantech)

    More issues with Simple Real Estate Pack (BTW, never had any problems until the new upgrade).

    1) Will not work with cities that have spaces in their name, “Los Angeles” “New York” etc.

    2) Randomly produces errors, see below:

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 11: parser error : Opening and ending tag mismatch: br line 10 and body in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: </body> in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 12: parser error : Opening and ending tag mismatch: br line 9 and html in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: </html> in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 12: parser error : Premature end of data in tag br line 7 in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: </html> in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 12: parser error : Premature end of data in tag br line 7 in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: </html> in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 12: parser error : Premature end of data in tag body line 5 in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: </html> in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 12: parser error : Premature end of data in tag html line 1 in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: </html> in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/tdgmoves/public_html/wp-content/plugins/simple-real-estate-pack-4/srp-functions.php on line 387

    IMPORTANT: These errors are caused both when using the TinyMCE editor to produce the code, and/or manually typing the code syntax.

    The above errors are generated using the following…

    [srp_profile lat=”39.1085489″ lng=”-76.555426″ address=”8359 Baltimore Annapolis Blvd” city=”pasadena” state=”MD” zip_code=”21122″]

    Any assistance is appreciated. Trying to profile for Realtor magazine but need consistency with the plugin.

    -D

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    Hi there,

    in my last update I have switched from simplexml_load_file() to the native WP class (WP_Http) that does API querying… and now numerous people reported the same error. The worst thing is that I can’t reproduce the error on my own server. Well, you can roll back to the previous version until I get to the bottom of this issue or simply switch back the the simplexml extension.

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    What version of the PHP you’re using?

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    @nufantech can you do me a favor and comment out lines 285 and 286 in srp-education.php? These are the lines I’m talking about:

    $xml = srp_run_apiFunction('gbd', array('city' => $city, 'state' => $state));
            $link = '<a href="' . $xml->lsc . '">See more information on ' . $city . ' schools from Education.com </a>';

    just put // in front of each line. Let me know if this fixes your issue. Thank you!

    That actually made the schools show up but not without all of the code errors as noted by nufantech in the post above. Before I got all the errors and the schools didn’t display. Now I have the errors but the schools do display way down the page.

    How can I get the older version to switch back to? This plugin is SO amazing except for this little bug.

    If you are interested, I can give you access to my blog to troubleshoot it. The site isn’t launched yet so it’s no problem to change things around in it.

    Plugin Contributor Max Chirkov

    (@maxchirkov)

    You can email me the detail on how to get into your site at max@phoenixhomes.com

    As for the older version, you can download it here.

    Downloading the previous issue fixed it- it’s working perfectly now! Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Trying to fix a few bugs in Simple Real Estate Pack’ is closed to new replies.