Alex Rollin
Forum Replies Created
-
AuthorPosts
-
in GD -> Design -> Map you can select categories to untick by default.
Try that and let us know.
Let us know how it goes Kevin!
Here are some route examples:
https://YOUR-SITE.COM/wp-json/ – Root endpoint
https://YOUR-SITE.COM/wp-json/geodir/v1/ – Root GeoDirectory api namespace
https://YOUR-SITE.COM/wp-json/geodir/v1/places/ – Places CPT
https://YOUR-SITE.COM/wp-json/geodir/v1/events/ – Events CPT
https://YOUR-SITE.COM/wp-json/geodir/v1/reviews/ – ReviewsHello!
For bulk imports you can use the built in importer for events.
The GD API is under constant development. Would you be interested in working with that?
It currently supports CPTs, and that would be a place to start.
Let us know!
Guust pointed out this:
https://wpgeodirectory.com/docs/core-design/#listings
Does that work for you?
Look at the description work limit setting and let us know!
For responsive design the right sidebar shows at the bottom. That is not something that can be fixed with a setting, and would require customization of your theme.
Other users have chosen to hide or show elements on mobile with CSS, depending on their needs.
In your case, it could be that there is an empty box there with a fixed height. Try targeting that box and let us know how it goes.
You can also post back your details so we can take a look. Make a private reply with the admin credentials and url for your site.
Hello!
Can you be a bit more specific? I URL where we can see the text, and then a screenshot showing which text you want to change would be helpful.
Thanks!
Hello!
We provide support for the GD plugin that does that. Have you used it yet?
https://wpgeodirectory.com/docs/social-importer-addon/#facebook
Thanks!
Hello!
Did you already complete the basic setup? Please review the steps here about choosing your map provider:
Hello!
You can make a request for this here: https://wpgeodirectory.com/requests/
And then use your monthly votes to upvote it.
The feature you are describing needs some more details. When should the location be reset? What happens if the user does go to a place in a different location?
Features that involve multiple addons and tables can mean big customization.
The first step is to setup the Multilocations as described by Stiofan in GD>Multilocations
As mentioned in the thread you reference, there is a limitation to the current feature, that it will reset if a user visits a non GD page.
Can you describe how the user would change the location, once it is set?
October 26, 2017 at 12:25 pm in reply to: How can we automatically remove displaying an Event Listing that has expired #402696Hello!
Thank you for your feedback, Alphonso. We appreciate the work you put into this to help us understand what you are experiencing. The whole team here is aware of this now and event documentation has been updated to make sure it is clear for other GD users, too.
Thank you!
Hello,
Please make a private reply with admin credentials for the site if you would like us to take a look.
Thanks
Hello,
the site is not public. Nice gear loader icon!
Thanks!
Hello!
You might think this is a funny answer, but, the easiest way to do this might be to actually use the claim listing UI.
In the Claim Listing settings, choose ‘don’t allow choice of password’
For each listing:
Use Chrome Incognito and logout of the site
Visit the listing, and press the claim
Complete claim form, Register (with the user’s email)
RepeatAs the admin, then, go to the claims and approve them all.
TO answer individually, users must have the ‘Author’ role.
Admin must visit the listing and adjust the Author value, which usually shows at the very bottom of the screen as a drop down.About ‘narrowing search’, the search doesn’t exactly work that way.
Nearby can narrow results, but that is actually showing ‘all’ results that match the search criteria based on the latlon of the nearest city or neighborhood.
Advanced search is used to ‘narrow results’ based on criteria including nearby. You also have several choices for widgets and shortcodes that can provide lists of geo area.
https://wpgeodirectory.com/docs/location-manager-shortcodes/
Also check the GD -> Multilocations settings page to select the options you want to enable, including the location switcher, which allows users to go directly to a region.
Let us know how that works for you.
Hello!
You just want to copy from that page?
remove_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 40); add_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 85);
-
AuthorPosts