Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Adrian,
Please try again after clearing your browser cache.
Kiran
This reply has been marked as private.Hi Victor,
Issue has been fixed, please try now and let us know.
Best Regards,
KiranHi Adrian,
Please check and let us know, is it working or not from your side.
Kiran
December 17, 2019 at 1:15 pm in reply to: Currently Using Version 2 – Did Version 1 Leave Anything in the Options File #521936Yes, those tables are in use.
Kiran
December 17, 2019 at 12:29 pm in reply to: Currently Using Version 2 – Did Version 1 Leave Anything in the Options File #521924Can the geov1backup folder be deleted?
Yes, you can delete it.
How many Tables does Version 2 need?
It looks I currently have 23 Tables with geodir in their name. Are they all needed for Version 2?You can find all GeoDirectory database tables with prefix “DB_PREFIX_geodir_”. All these tables are used by GeoDirectory.
Kiran
This reply has been marked as private.Hi Adam,
That is not possible at the moment. If event schedule with start date & end date falls on same day then you can use custom recurring to set different start time & end time for each schedule. But with multiple schedules, multiple duration & different start time & end time for each schedule is not possible. Only way is to create separate event.
Regards,
KiranI have tested it from backend listing edit page. You can also test from there.
Kiran
Hello There,
Issue has been fixed. In gd_ninja_forms shortcode correct parameter is “form_id” instead of “id”. Please check and let us know.
Regards,
KiranHello There,
Issue has been fixed.
I have added following PHP snippet in your child theme functions.php file to fix issue.
/** * Visual Composer shortcodes not loaded on AJAX. */ function gd_snippet_setup_vc_shortcodes() { if ( class_exists( 'WPBMap' ) ) { WPBMap::addAllMappedShortcodes(); } } add_action( 'wp_ajax_geodir_widget_listings', 'gd_snippet_setup_vc_shortcodes', 1 );
Please check and let us know.
Regards,
KiranDecember 17, 2019 at 8:19 am in reply to: I turned GeoDirectory on and all EventOn pages show 404 #521866Hi Lior,
I checked but could not find plugin enabled yet. Please enable Claim Listing & Pricing Manager & Invoicing to setup claim listing functionality.
Let us know.
Regards,
KiranDecember 17, 2019 at 7:10 am in reply to: Currently Using Version 2 – Did Version 1 Leave Anything in the Options File #521862Hi Kevan,
I have removed all old options from _options table.
Kiran
Hello,
Provide us following details in a private reply.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:Thanks,
KiranDecember 16, 2019 at 1:21 pm in reply to: Unable to select Neighbourhood for a Particular Listing #521716Hi Hui,
1) This will ensure that I don’t get charged by google right?
For Maps JavaScript API services, the usage limits for Premium Plan customers are: Shared daily free quota of 100,000 requests per 24 hours; additional requests applied against the annual purchase of Maps APIs Credits. Read more at
https://developers.google.com/maps/documentation/javascript/usage-and-billing—
2) For my GD Settings, which option should I activate for maps API? OSM or Automatic?
If you want to use OSM then you must have to select it. Automatic will load Google MAP API it available.
—
3) Is there a snippet to use Google for CSV imports too?
Try following PHP snippet to force to use Google API in import(no matter which map api selected in settings). Google API key must be set in settings./** * Force to use Google API during import. */ function gd_snippet_import_force_google_api( $api ) { if ( defined( 'GEODIR_DOING_IMPORT' ) ) { $api = 'google'; // google or osm or auto } return $api; } add_filter( 'geodir_post_gps_from_address_api', 'gd_snippet_import_force_google_api', 20, 1 );
—
4) To add my neighbourhoods, which is really the mall name, do I key in the lats and longs into the CSV file or do I leave it blank?
If you leave blank then it will update and save blank value. So if you do not want to affect existing neighbourhood value then delete neighbourhood column.
Let us know.
Regards,
Kiran -
AuthorPosts