Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello,
The Analytics widget has the option to make it visible to Owner/Administrator (as opposed to everyone).
Then you can adjust the GD Pages setting to only show the widget on the detail page.
You can check the settings in
CPT (ex. Places) – Settings – General – Disable Frontend Add (You have checked this)
https://wpgeodirectory.com/docs-v2/addons/custom-post-types/
If your add-listing page says: Adding listings is disabled for this post type
Then that is the fix
Sorry, yes, that is from V2.
V1 routes are here: https://wpgeo.directory/rest-api/
ah yes,
add_location_filter="1"I have created a task to look at this, thanks for reporting!
Builders cannot be used on GD Pages with GDV1.
V1 or V2?
December 18, 2018 at 6:13 pm in reply to: Creating a volunteers or jobs offered section using Linking in V2 Beta? #459206Using the V2 Custom Post Types, you could create a new custom post type called “Member” and set it up to link to or from places or other CPTs as needed.
https://wpgeodirectory.com/docs-v2/addons/custom-post-types/
the url to the v2 api is /wp-json/geodir/v2/
All routes are listed there, most things can be figured out from there but we will be doing more specific examples soon.No, that is not possible at this time without a customization.
Instructions for upgrade are here:
https://wpgeodirectory.com/docs-v2/geodirectory/installation/#convert
When plugins are downloaded they are zipped. They can be unzipped, and when they are they will have a folder named the same as the plugin. That folder and all the contents should be uploaded. So, if, first, the plugin folders are moved to a new parent folder called /backup, then the new plugin folder will not conflict with another folder of the same name.
GD Booster will be retired with GDV1. It is possible to use any WordPress cache plugin with V2.
GDV1 will only receive security updates once GDV2 is released and only for a limited time.
GeoDirectory doesn’t have any settings for access/visibility for menu items or features by role. You will need 3rd party plugins or customizations.
If Places is the default CPT, one of the simpler customization would be to have your developer hide the CPT selector in the search bar with custom CSS. Each page usually has a class for logged out users like “logged-out” so you can target items for logged out or logged in users, but the class sometimes changes with the theme.
If you need hands on help with your objective you can contact a GD Expert here:
https://geodirectoryexperts.com/experts/For V2 this is the category archive URL structure:
CAT_BASE_SLUG/%category%/ – without any location parameter
CAT_BASE_SLUG/%category%/%country% or
CAT_BASE_SLUG/%category%/%country%/%region%/
CAT_BASE_SLUG/%category%/%country%/%region%/%city%/CAT_BASE_SLUG is optional, but should be set or unset carefully to make sure that there are no conflicts with the slugs for posts, locations, or categories. Category Base differentiates between post archives and cat archive.
-
AuthorPosts