Alex Rollin
Forum Replies Created
-
AuthorPosts
-
You can link directly to the add-listing page, but it sounds like you would need custom code to hide that link based on your conditions.
If you need more help with that I recommend you contact an expert here:
https://geodirectoryexperts.com/Here’s a snippet that users the filter:
/** * 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 );For more about snippets see: https://wpgeodirectory.com/docs-v2/faq/customizing/#snippets
Use GD Post Directions for a link to the user’s map app for directions. Find that in the shortcode builder:
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
November 13, 2019 at 11:54 pm in reply to: Search Result issue in Archive Page – Blanck page on Supreme Directory #517042Hmm, must have been a cache issue.
I review the settings and checked the contents of the templates but did not make any changes, no.Glad it is working
November 13, 2019 at 11:36 pm in reply to: Category search list as checkboxes instead of dropdown #517039That is possible in the search options drawer. Try setting up categories in the Search Tab as shown in the screenshot below
Events – Settings – Search (tab)
Add the snippet here first, and set the time as you like, to maybe 1 for 1 second
https://wpgeodirectory.com/support/topic/random-display-of-listings/#post-467205
You can find additional examples here:
https://wpgeodirectory.com/support/topic/listings-random-not-changing/#post-502309
November 13, 2019 at 11:25 pm in reply to: How to add a list of products onto the GD Details page #517033Hello,
that would require your own custom integration. We have an example here:
https://wpgeodirectory.com/docs-v2/faq/customizing/#custom-integrations
Hello,
this is something the developers have on the roadmap but have not yet worked on. I have added your request and they will take a look and see if this is something they can work on in the near term.
Thanks
I would recommend you create a custom function that will send the form data, on submit, to your remote system.
That would require your own customization. If you need hands on help you can find it here:
Slugs are not just unique within a CPT but sitewide, so, there is another one somewhere.
See this doc for more info: https://wpgeodirectory.com/docs/better-search-replace-plugin/
https://wpgeodirectory.com/docs/better-search-replace-plugin/
November 13, 2019 at 11:11 pm in reply to: Can't add custom fields to 'new event form' to link events to a place #517029This reply has been marked as private.November 13, 2019 at 11:11 pm in reply to: Can't add custom fields to 'new event form' to link events to a place #517028There is an option for each custom field “Show only in these price packages” which is empty. Choose there which price packages can access this field and it will appear on the form as appropriate.
Hello,
this is a known issue and the developers are working on a fix.
Please share WP Admin credentials and FTP for your site so we can debug it on your site.
November 13, 2019 at 10:57 pm in reply to: Staging with siteground. Maps , images and add listing not working #517025This reply has been marked as private.Hello,
I am not able to login to the site with those credentials. Please validate them and re-post.
About the import, the CSV looks OK, but did you compare it to an export to create it? Make sure all the columns match. You can find more hints in our recommended process here:
https://wpgeodirectory.com/docs-v2/geodirectory/settings/import-export/#recommended
-
AuthorPosts