Support Forum » User Profile

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Uncaught ReferenceError: google is not defined #22523
    EricHedvatEricHedvat
    Participant

    Still doesn't work, I think maybe something needs to be changed in the maps.js file?

    in reply to: Uncaught ReferenceError: google is not defined #22487
    EricHedvatEricHedvat
    Participant

    This doesn't seem to work I still cant see the map and the address field is not working.

    in reply to: How to display Filter on side of page #21357
    EricHedvatEricHedvat
    Participant

    Got it using the new block editor columns feature.
    Thanks

    in reply to: facetwp custom table #21356
    EricHedvatEricHedvat
    Participant

    The documentation states it can filter by lat/long: https://facetwp.com/documentation/facets/facet-types/proximity/

    It also says "The Data Source should be a custom field containing a comma-separated latitude, longitude."
    My map field in the custom table is stored exactly like this (provided an address is selected via the building_address field.

    in reply to: facetwp custom table #21350
    EricHedvatEricHedvat
    Participant

    Thanks it works, makes sense.

    Related to this however, I have tried to create a 'Proximity' Facet which connects to the google maps metabox field - the LAT/LONG of the address. It doesnt seem to work, nor does it register the location coordinates in the facetwp index table in db.

    here is my map field

    [
                    'id'            => $prefix . 'map_lat_long',
                    'type'          => 'map',
                    'name'          => esc_html__( 'Map', 'text-domain' ),
                    'address_field' => 'building_address',
                    'api_key'       => '...',
                    'region'        => '.us',
                    'std'           => '40.7831, -73.9712,14',
                ],

    Thanks.

    in reply to: Styling admin columns #21308
    EricHedvatEricHedvat
    Participant

    That looks great thanks!

    in reply to: Number field for prices #21225
    EricHedvatEricHedvat
    Participant

    Thanks for the reply,

    What about displaying the formatted version after/next to the input field?

    in reply to: Custom Table Primary and Foreign Key #21153
    EricHedvatEricHedvat
    Participant

    Working thanks!

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