Alex Rollin
Forum Replies Created
-
AuthorPosts
-
August 6, 2019 at 11:05 pm in reply to: Translation of categories and their images using WPML #501700
GeoDirectory has a built in tool for import/export
https://wpgeodirectory.com/docs-v2/geodirectory/settings/import-export/August 6, 2019 at 11:04 pm in reply to: Open Street Map loads for whole database but not for separate listing #501699Certainly.
The objective then is for the listing to renew for another 60 days, yes?
August 6, 2019 at 10:21 pm in reply to: Is there a way to turn off contact form per listing? #501695Then you would need to use custom CSS to hide it, or use a 3rd party plugin like widget logic to show/hide a widget based on a custom field value.
https://wpgeodirectory.com/docs-v2/faq/common-examples/#logic
CSS would be something like this:
.post-33 #gd_ninja_forms-2 { display: none; }When your business case requires more complex logic you might consider getting a builder, but, these workarounds will work, too.
For the field, they would need to enter some form of placeholder email in the listing, if the field is marked as required.
August 6, 2019 at 10:15 pm in reply to: Is there a way to turn off contact form per listing? #501693Then you would need to use custom CSS to hide it, or use a 3rd party plugin like widget logic to show/hide a widget based on a custom field value.
https://wpgeodirectory.com/docs-v2/faq/common-examples/#logic
August 6, 2019 at 10:12 pm in reply to: Open Street Map loads for whole database but not for separate listing #5016921. In that notification they should be informed that they need to renew the listing or it will be trashed. Only a renewal will change the date.
August 6, 2019 at 10:11 pm in reply to: Translation of categories and their images using WPML #501691It is possible to import and export categories. You could do it via bulk edit.
August 6, 2019 at 9:40 pm in reply to: Translation of categories and their images using WPML #501686Try adding a map icon and image.
Which Dashboard are you looking for? The GD Dashboard in the backend? That is available at WP Backend – GeoDirectory – Dashboard.
About downgrading, yes, you can restore a backup of your site, from a date before you did the conversion to GDV2.
For the map, depending on where you want the map to go, you can set the map to a specific location. See this link for more information: https://wpgeodirectory.com/docs-v2/integrations/maps/#location
All the V2 docs are here: https://wpgeodirectory.com/docs-v2/
You can do it with custom CSS, with an entry for each page ID. But no, not with GD features, but as you surmised you can simply leave the email field blank. You can add another email field with a different key, and then add a label for the special field like “Contact Form Email – Leave Blank to Turn off contact form”
You added this snippet? https://gist.github.com/Stiofan/2ddaebd31553f476bc59
I have flagged your topic for the developers to give a hint about how this works for V2
/** * Filter the add listing map arguments. */ function gd_snippet_190729_template_render_map_js_params() { $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : NULL; $screen_id = $screen ? $screen->id : ''; if ( ! ( $screen_id && geodir_is_gd_post_type( $screen_id ) || geodir_is_page( 'add-listing' ) ) ) { return; } $params = array(); //$params[] = "maptype: 'ROADMAP'"; // Map type (ex: HYBRID, ROADMAP, SATELLITE, TERRAIN) //$params[] = "zoom: 10"; // Default zoom (ex: 12). //$params[] = "scrollwheel: false"; // Mouse scroll (ex: true or false). //$params[] = "streetViewControl: false"; // Street view control (ex: true or false). $params[] = "mapTypeControl: false"; // Map Type Control (ex: true or false). if ( ! empty( $params ) ) { echo implode( ',', $params ) . ','; } } add_filter( 'geodir_template_render_map_js_params', 'gd_snippet_190729_template_render_map_js_params' , 20, 1 );Try adding that as a code snippet; let us know how it goes.
Excellent!
Hello,
please login with the account used to purchase the premium addons running on your site in order to receive support.
Support for Free Users (non members) is provided for website where only the core plugin is installed and used. If addons are installed and used (even only one addon), the user will have to subscribe again before being able to receive support.
August 6, 2019 at 9:19 pm in reply to: Open Street Map loads for whole database but not for separate listing #501678Well, if the user does not renew, then the only way to keep it published is to do as Kiran said, to adjust the expired listing status.
What you want, though, is for the listing owner to renew. They should probably be advised that if they do not renew, then their listing will be deleted. That way they will click that renewal button.
This reply has been marked as private.You have a GDV1 version of the theme installed. Upgrade it to the V2 version and you should be good to go.
Let us know
-
AuthorPosts