Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Unfortunately this setting is not currently available.
I have taken this up as a suggestion and will share it with our development team to see whether we can work on this in the near future.
Please feel free to make a new topic if you need help with anything else.
This reply has been marked as private.To change the API usage on the add listing page you can use this snippet, adjust as needed:
/** * Load Google map on add listing page. */ function gd_snippet_map_name( $map ) { if ( geodir_is_page( 'add-listing' ) ) { $map = 'google'; // google or osm } return $map; } add_filter( 'geodir_map_name', 'gd_snippet_map_name', 20, 1 );This reply has been marked as private.The CSS ships with the plugin
try
geodir_marker_cluster-v2/assets/js/leaflet/leaflet.markercluster.cssSeptember 24, 2019 at 8:49 am in reply to: Extremely Stuck in GeoDir V1 to GeoDir V2 upgrade and need help. #509933Please restore the backup you made before the conversion. It is not possible to revert after the conversion has been run except with restoring to a backup. If you did not have all your plugins updated during the conversion then restoring and running the conversion with all required plugins is the best way to proceed.
You could add the flag into the Location Description field or the category+location description
https://wpgeodirectory.com/docs-v2/places/categories/#category-location
You can then display that with the Location Description or Category Description widgets.
September 24, 2019 at 8:44 am in reply to: How can we achieve a normal layout on the Detail page? #509929Yes, the GeoDirectory Single page template.
Thanks for lettings us know
September 24, 2019 at 8:43 am in reply to: Listing Detail Page: link to "Country" and "City" #509928The GD Locations widgets/shortcode will display cities.
If you just want one single link, you could try making what you want for a badge.
You can find more badge examples here: https://wpgeodirectory.com/docs-v2/faq/common-examples/
For example badge=%%city%%
GD Best Of is based on ratings.
Hello,
there is a browser password on the site and I cannot see past it.
For GDV2 try running the setup wizard, which will also install Ninja Forms and UsersWP. Start with these docs to finish your upgrade:
https://wpgeodirectory.com/docs-v2/geodirectory/upgrade-from-gdv1/
https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/As mentioned in the docs you can setup the GD Dashboard widget, or install UsersWP to show users their listings.
Hello,
that shortcode gd_listing_map is a V1 shortcode and won’t work with V2.
New docs for the current version are here:
https://wpgeodirectory.com/docs-v2/For more about maps:
https://wpgeodirectory.com/docs-v2/integrations/maps/A map that includes or excludes categories needs to have terms=””
example
[gd_map width="100%" height="425px" maptype="ROADMAP" zoom="0" map_type="directory" post_settings="1" terms="3804"]If you want to use Google Maps make sure to set it as the Map API in the general settings: https://wpgeodirectory.com/docs-v2/geodirectory/settings/general/
Maps are loading on the page, so, looks like just a few adjustments to be made to settings.
If we need to check the settings please write back with WP Admin credentials in a private reply.
This reply has been marked as private.Excellent!
Why not link to the restaurant archive page?
-
AuthorPosts