weking
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Removing Extra Commas from Geolocation InputEven after adding the code snippet, the issue persists.
add_filter( ‘wpsl_get_directions_url’, function( $url, $location ) {
$decoded = urldecode( $url );
$decoded = str_replace([‘,,’, ‘, ,’], ‘,’, $decoded);
$decoded = rtrim($decoded, ‘, ‘);
return esc_url( $decoded );
}, 10, 2 );Forum: Plugins
In reply to: [WP Store Locator] Removing Extra Commas from Geolocation InputForum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Settings Counter/Tracker %totalcount%Thank you
Forum: Plugins
In reply to: [WP Store Locator] City and Country fieldsCan give this command?
return rtrim($meta_fields, “,,”);Forum: Plugins
In reply to: [WP Store Locator] single store linkhttps://886point.com/map?wpsl-search=LDT-103老火車頭
Is that so?Forum: Plugins
In reply to: [WP Store Locator] City and Country fieldshttps://drive.google.com/file/d/1Sb5PhXhOFrmaYk4VnSILOR_-kHLrvumG/view?usp=sharing
How to delete two comma?
Thank you.Forum: Plugins
In reply to: [WP Store Locator] single store linkSorry
Need to create a template?
How to build.Forum: Plugins
In reply to: [WP Store Locator] City and Country fieldsThank you
Now click on the map direction link to open Google Maps, 25°12’31.6″N 121°41’35.2″E,,
>>> ,, <<<
How to eliminate it?Forum: Plugins
In reply to: [WP Store Locator] City and Country fieldsDue to the error in line 4, this code snippet has been disabled:
The custom_meta_box_fields function cannot be re-declared.
Forum: Plugins
In reply to: [WP Store Locator] City and Country fieldsI hope the city and country are not required fields.
have code contained in functions.php can try?Forum: Plugins
In reply to: [WP Store Locator] single store linkI can’t succeed in the test
Forum: Plugins
In reply to: [WP Store Locator] single store linkThe code contained in functions.php can be passed to me for a try to see if it meets my needs?Thank You
Forum: Plugins
In reply to: [WP Store Locator] single store linkI want to enter a single store link to enter the map. The designated store is displayed first, but the map can still be zoomed to view other stores. I wonder if it is feasible?
Thank YouForum: Plugins
In reply to: [WP Store Locator] City and Country fieldsI hope the city and country are not required fields
In the address field, I can fill in the city and country, as well as the detailed address.
Thank You.Forum: Plugins
In reply to: [WP Store Locator] Store Details GutenbergThank you, you can move it back after you disable it