Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
lyon
tagDiv Member

live-css is a plugin used by td-composer that creates a backdoor for anyone to add malware. You need to fix your plugin.

function td_live_css_on_rest_api_init() {
$namespace = ‘tdw’;
register_rest_route($namespace, ‘/save_css/’, array(
‘methods’ => ‘POST’,
‘callback’ => ‘td_live_css_on_ajax_save_css’,
‘permission_callback’ => ‘__return_true’,
));
}
should be false

lyon
tagDiv Member

Hello, Thanks for getting back to me.

So what we are trying to do is have a setup like this: One of our custom fields is a text field for entering in an address: Address Field Screenshot

We would need this address geocoded in order to display on the listing’s Google map, just like on the TagDiv demo sites: TagDiv Real Estate Directory Demo Screenshot

How would we achieve this? Is there any other way to assign an address to the Google map without having to resort to submitting each listing one-by-one through a TagDiv form?

lyon
tagDiv Member

Great question! Any answers?

lyon
tagDiv Member

I deleted that file and was able to update. Resolved!

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