Kiran

Forum Replies Created

Viewing 15 posts - 2,341 through 2,355 (of 6,022 total)
  • Author
    Posts
  • in reply to: Categories import problem #485296

    Kiran
    Moderator
    Post count: 7069

    Make sure all data are correct and post type exists. Please attach csv file in zip format so we can review csv file.

    Kiran

    in reply to: CPT drop downs showing "no results" #485294

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Customize location switcher #485293

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: zkv_11_countries Table does not exist. #485292

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: V2 gd_place autosave #485291

    Kiran
    Moderator
    Post count: 7069

    Hello,

    In add listing page when form finds field updated it makes request to save data via AJAX. It follows WordPress revision system.

    When page refreshed or left before submit, it shows saved revision post when going to add listing again. If there is post revision saved then it will show message about revision(remove changes…).

    For more details about revisions/autosaves see https://wordpress.org/support/article/revisions/

    For Rest API with post revisions see https://developer.wordpress.org/rest-api/reference/post-revisions/

    Kiran

    in reply to: GeoTheme to GeoDirectory #485285

    Kiran
    Moderator
    Post count: 7069

    Hello There,

    Admin credentials are no longer working, did you changed?

    Please provide FTP credentials as well, in case it require to do debugging.

    Kiran

    in reply to: V2 Add ons Updates works not, Startpage too #485284

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: zkv_11_countries Table does not exist. #485282

    Kiran
    Moderator
    Post count: 7069

    Hello,

    You can continue with this site. If you find any issue just let us know.

    For English site not sure actual reason. I just done few things.
    – re-save category
    – re-save permalinks
    – run tool “Clear DB version” from GeoDirectory > Settings > Status > Tools
    etc

    For other site i have first switched theme to Directory Starter, because Whoop is supported in GeoDirectory v1. Whoop for GeoDirectory v2 is under development.

    Please set widgets that you want. I just set basic widget like Dashboard, Recent Reviews etc.

    Let us know.

    Kiran

    in reply to: Ajax Duplicate Alert Fail #485278

    Kiran
    Moderator
    Post count: 7069

    Hello There,

    I have checked and it worked for me. I can’t replicate issue (see attachment).

    Let us know.

    Kiran

    in reply to: gd-login error #485273

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Customize location switcher #485272

    Kiran
    Moderator
    Post count: 7069

    Hi Nicolas,

    This has been fixed.

    You have assigned Location page as a front page, which is incorrect. Location page should not be set as a front page.

    I have set Settings > Reading > Home page as a front page.

    Kiran

    in reply to: CPT drop downs showing "no results" #485270

    Kiran
    Moderator
    Post count: 7069

    Hi Craig,

    There was a conflict with select2 JavaScript library. I have added following PHP code snippet in supreme-directory theme functions.php file.
    Now issue has been solved.

    
    
    /**
     * Fix select2 conflict with GeoDirectory & Post Grid (post-grid) plugin.
     */
    function gd_snippet_190509_post_grid_select2_conflict() {
    	$screen    = get_current_screen();
    	$screen_id = $screen ? $screen->id : '';
    
    	if ( wp_script_is( 'select2', 'enqueued' ) && wp_script_is( 'select2.min', 'enqueued' ) ) {
    		if ( $screen_id && in_array( $screen_id, geodir_get_screen_ids() ) ) {
    			wp_dequeue_script( 'select2.min' ); // Dequeue Post Grid select2 on GD pages
    			wp_dequeue_script( 'post_grid_admin_js' );
    		} else {
    			wp_dequeue_script( 'select2' ); // Dequeue GD select2 on non-GD pages
    		}
    	}
    
    	if ( wp_style_is( 'select2', 'enqueued' ) && wp_style_is( 'select2.min', 'enqueued' ) ) {
    		if ( $screen_id && in_array( $screen_id, geodir_get_screen_ids() ) ) {
    			wp_dequeue_style( 'select2.min' ); // Dequeue Post Grid select2 on GD pages
    		} else {
    			wp_dequeue_style( 'select2' ); // Dequeue GD select2 on non-GD pages
    		}
    	}
    }
    add_action( 'admin_enqueue_scripts', 'gd_snippet_190509_post_grid_select2_conflict', 100 );

    Please check and let us know.

    Regards,
    Kiran

    in reply to: gd-login error #485258

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Translations not working! #485163

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: zkv_11_countries Table does not exist. #485139

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 15 posts - 2,341 through 2,355 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount