Kiran

Forum Replies Created

Viewing 15 posts - 871 through 885 (of 6,022 total)
  • Author
    Posts
  • in reply to: Bubbles info map : ERROR when click icon #522102

    Kiran
    Moderator
    Post count: 7069

    Hi Adrian,

    Please try again after clearing your browser cache.

    Kiran

    in reply to: Trouble with shortcodes for custom posts #522097

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: map error #522090

    Kiran
    Moderator
    Post count: 7069

    Hi Victor,

    Issue has been fixed, please try now and let us know.

    Best Regards,
    Kiran

    in reply to: Bubbles info map : ERROR when click icon #521941

    Kiran
    Moderator
    Post count: 7069

    Hi Adrian,

    Please check and let us know, is it working or not from your side.

    Kiran


    Kiran
    Moderator
    Post count: 7069

    Yes, those tables are in use.

    Kiran


    Kiran
    Moderator
    Post count: 7069

    Can 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

    in reply to: V1 to V2 problem #521918

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Event times-multiple days #521912

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Validation Pattern dash in numbers #521910

    Kiran
    Moderator
    Post count: 7069

    I have tested it from backend listing edit page. You can also test from there.

    Kiran

    in reply to: Differing Claim Listing Forms #521909

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Post listings showing code #521878

    Kiran
    Moderator
    Post count: 7069

    Hello 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,
    Kiran

    in reply to: I turned GeoDirectory on and all EventOn pages show 404 #521866

    Kiran
    Moderator
    Post count: 7069

    Hi 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,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Kevan,

    I have removed all old options from _options table.

    Kiran

    in reply to: Get errors in admin after latest update #521717

    Kiran
    Moderator
    Post count: 7069

    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,
    Kiran

    in reply to: Unable to select Neighbourhood for a Particular Listing #521716

    Kiran
    Moderator
    Post count: 7069

    Hi 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

Viewing 15 posts - 871 through 885 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount