Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Which field do you want to enable for iframes, for which CPT?
Please share WP Admin credentials so we can take a look at your settings.The search seems to work.
https://www.publipz.com/search/?geodir_search=1&stype=gd_place&s=dollar&snear=&sgeo_lat=&sgeo_lon=For your map, did you make sure to set billing for the map?
Also, try resetting the default location.
Be sure to update GD to the latest version.
We can check the settings, please share WP Admin credentials in a private reply.
Please share WP Admin credentials and a login URL, plus a URL where you are trying to show images and we will check the settings.
December 18, 2019 at 2:25 pm in reply to: Openstreetmaps map not showing pins after WP update #522192We have issued another fix in the latest, please update and activate NF and let us know.
Thanks
Hello,
expire date should be included in the export CSV, are you not seeing it?
Expiry dates are expiry dates, so, changing it for a listing with a non-recurring package will run the expiry process at that date. But if the listing is recurring, then the expiry process will only run when triggered by the payment gateway.
please send screenshots.
I see a CSS rule from the builder settings width at 89%
Excellent!
Hello,
on the downloads page, click through to the V1 downloads.
We are working on getting that into the V2 downloads.
With Whoop for GDV2 you only need GD Widgets.
OK, have you tested it with the correct API key then?
Is this still an issue?
We do not provide support for modification of search but there is a filter you can use, here is an example:
function gd_snippet_posts_order_by_sort( $orderby, $sortby, $table, $query = array() ) { global $geodir_post_type; if ( geodir_is_page( 'search' ) && GeoDir_Query::is_gd_main_query( $query ) ) { $orderby = "{$table}.featured DESC, " . $orderby; } return $orderby; } add_filter( 'geodir_posts_order_by_sort', 'gd_snippet_posts_order_by_sort', 999, 4 );
All search results are ordered by relevance OR by distance only in the case of near search.
This reply has been marked as private.Frontend Google Analytics (Google Analytics for GeoDirectory) will report how many landings on the details page.
For the Archive item, GD doesn’t have a built in feature for that. You would need to use a 3rd party tool.
December 17, 2019 at 10:55 pm in reply to: Event search by date returns "something went wrong" #522070This reply has been marked as private. -
AuthorPosts