Advanced Map Extension

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

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #9072
    Julian Screawn
    Spectator

    I had the easy property listing working just fine. I just purchased the advanced map extension for 2-5 clients. I have two installs and I am having issues:

    Wamp Localhost Install

    1. Map coordinates are generated when I press the button in the individual rental edit.
    2. Map widget works fine.
    3. Shortcode does not work. I get the following error:

    Fatal error: Call to a member function get_property_meta() on a non-object in
    /web/content/wp-content/plugins/epl-advanced-mapping/includes/hooks.php on line 247
    4. Single map on single listing works fine.

    Dev Site Install (http://dev.tfglakewood.com/)

    1. Map coordinates will not generate from address. I have to enter coordinates.
    2. When I enter coordinates manually, even single listing map will not show.
    3. Shortcode or widget will not work, as coordinates are not available.

    Thanks
    Jules

    #9110
    Merv Barrett
    Keymaster

    This is important to us. can you let me know the shortcode you used and please provide FTP and WordPress admin details so we can look into what is causing the error.

    We are around for a couple more hours so if you can let us know ASAP that would be great.

    #9119
    Merv Barrett
    Keymaster

    We’ve just pushed an update 2.0.2 of the Advanced Mapping extension to correct the fatal error you got. Let me know the results of the fix.

    Am aware of the coordinates issue and are working on rectifying that and made minor changes so see if this update resolves your issues.

    Please still provide login details so we can see if some settings are incorrect. In 2.0.0 we added a map height option to the settings but the value was empty. Visit the settings and set it to 400.

    Version 2.0.2: April 23, 2015
    Fix: Critical fix for maps used in some shortcodes not on listing pages.
    Tweak: Added index files to prevent directory browsing.
    Tweak: Ability to select infobox position Top, left, right, bottom on small maps.

    #9148
    Julian Screawn
    Spectator

    Thanks Merv, I will try that update. I sent login info through your contact developer form.

    #9156
    Julian Screawn
    Spectator

    Hi Merv, I tried the updated extension, the results were as follows:

    Localhost Wamp

    1. Fatal error is gone but shortcode

    [advanced_map post_type=’rental’ display=’simple’ cluster=’false’ home_open=’false’ ]

    only loads melbourne map not my rental. However the map will work if the widget EPL map is installed in a sidebar on the same page. The widget does not work but the map does.

    2. Dev Site

    I get two notices and the map hangs. Same shortcode as above.

    Notice: Undefined variable: center_lat in /dev.tfglakewood.com/web/content/wp-content/plugins/epl-advanced-mapping/includes/hooks.php on line 263

    Notice: Undefined variable: center_long i dev.tfglakewood.com/web/content/wp-content/plugins/epl-advanced-mapping/includes/hooks.php on line 263

    Note: The map coordinates have been entered manually, since the button will not generate.

    #9224
    Merv Barrett
    Keymaster

    I deactivated your URL plugin Root Relative URLs and that restored the map on the single listings. This plugin has not been updated in over 2 years which caused a map error. Broke everything…

    2nd we have corrected the other errors and are tweaking other bits.

    Your address coordinates is becasue your shared server has exceeded its daily limit of 2,500 records

    “error_message” : “You have exceeded your daily request quota for this API.”,
    “results” : [],
    “status” : “OVER_QUERY_LIMIT”
    }
    google api issue

    #9386
    Julian Screawn
    Spectator

    Thanks for working that out Merv. Is there any way I could change the title in the slide version of the advanced map extension ? Currently each slide below the map displays a number in the title eg: <span class=”slider-title”>82</span>

    A few of minor issues:

    1. Easy Property Listings: Author Box Profile
    Works great, but if you edit the Author Box, the original shortcode you entered is shortened.
    example:[contact-form-7 id=

    2. [advanced_map post_type=’rental’ display=’popup’ zoom=’14’ cluster=’false’ home_open=’false’]

    When home_open is false is in the shortcode…notices appear:

    Notice: Undefined variable: center_lat
    Notice: Undefined variable: center_long

    3. I added this css to my child theme to remove two small squares(bullets) that were appearing in the sort/grid tool at the top of the page. I added the sort tool to my page shortcode.
    .entry ul li, .entry ol ul li{list-style:none;}

    Thanks.
    Julian

    #9387
    Merv Barrett
    Keymaster

    1. Easy Property Listings: Author Box Profile
    Works great, but if you edit the Author Box, the original shortcode you entered is shortened.
    example:[contact-form-7 id=
    ———————–
    Just change the double quotes to single apostrophe in your shortcodes to make them work.

    eg [contact-form-7 id="7"] becomes [contact-form-7 id=’7′]

    2. [advanced_map post_type=’rental’ display=’popup’ zoom=’14’ cluster=’false’ home_open=’false’]
    ———————
    Ah, we corrected the map generator but have not released the updated version. just remove home_open=”false” from the shortcode for now.

    advanced_map post_type=’rental’ display=’popup’ zoom=’14’ cluster=’false’ home_open=’false’] becomes
    advanced_map post_type="rental" display="popup" zoom="14" cluster="false"]

    The title is generated from the values, but will look into that in the week.

    #9649
    Julian Screawn
    Spectator

    Thanks for the prompt updates Merv, I also had an issue with the contact form. Maybe some conflict between your styling on the epl-tab-section and contact form styling. Anyhow when a user fails to enter say an email address and the error is displayed, the error covers the field so the user cannot see what they are typing, i only checked on Chrome. See attached Screenshot:

    Thanks Julian

    Attachments:
    You must be logged in to view attached files.
    #9713
    Julian Screawn
    Spectator

    Sorry Merv, one more issue. The Sort Tools on top of the listings page gives the following:

    Nothing found, please check back later.

    when price is sort by high, and sort by low are chosen in the dropdown.

    http://dev.tfglakewood.com/rentals/

    Thanks
    Julian

    #9733
    Merv Barrett
    Keymaster

    You should use the /rental/ page direct instead of using the shortcode on your /rentals/ page rename your page slug from rentals to rental.

    However we have addressed the shortcode issue with the rental post type and price sorting in the next update

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘Basic Support’ is closed to new topics and replies.