Naveen Giri

Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 1,165 total)
  • Author
    Posts
  • in reply to: GeoDirectory Search Sorting #500919

    Naveen Giri
    Moderator
    Post count: 1559
    This reply has been marked as private.
    in reply to: Featured listings in GD V2 #500760

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @jotomas,

    the badge not seems working for tags and categories. ideally it should work so i am checking it. get back to you soon on it.

    Thanks

    in reply to: Cities list does not show when adding listing #500759

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @jotomas

    I have just enabled “multi cities” setting option and now it seems you can changes cities.

    I see that when “selected cities” setting option is enable. the cities are not autocomplete. i am checking it and get back to you on it.

    Thanks

    in reply to: Database Error GD V2 #500730

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @uwehog,

    it seems like you have update GeoDirectory Pricing Manager plugin after migrating to GD-v2.

    I have fixed the issue. please check now.

    Thanks

    in reply to: Database Error GD V2 #500713

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @uwehog,

    I saw two GD addons need updates. please update them and if that issue is still not solved, please provide database access in private message.

    Thanks


    Naveen Giri
    Moderator
    Post count: 1559

    Hi @vpmcorp,

    I tried the code on localhost it works fine for me.

    can you please try it. add it in kleo-child theme functions.php at line 41 or send FTP or Cpanel detail in private message so i can add and check it.

    
    
    
    add_filter( 'kleo_sidebar_name', 'gd_kleo_sidebar_name_fix_callback', 99, 1 );
    function gd_kleo_sidebar_name_fix_callback( $name ){
    	global $geodirectory, $post;
    	$id = $post->ID;
    	if ( get_post_type() == 'gd_place' and ! empty( sq_option( 'geodir_sidebar_place' ) ) ) {
    		return sq_option( 'geodir_sidebar_place', 'sidebar-1' );
    	} elseif ( get_post_type() == 'gd_place' and ! empty( $geodirectory->settings['page_add'] ) && $geodirectory->settings['page_add'] == $id ) {
    		return sq_option( 'geodir_sidebar_add', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_location'] ) && $geodirectory->settings['page_location'] == $id ) {
    		return sq_option( 'geodir_sidebar_location', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_search'] ) && $geodirectory->settings['page_search'] == $id ) {
    		return sq_option( 'geodir_sidebar_search', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_details'] ) && $geodirectory->settings['page_details'] == $id ) {
    		return sq_option( 'geodir_sidebar_details', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_archive'] ) && $geodirectory->settings['page_archive'] == $id ) {
    		return sq_option( 'geodir_sidebar_archive', 'sidebar-1' );
    	} elseif ( ! empty( $geodirectory->settings['page_archive_item'] ) && $geodirectory->settings['page_archive_item'] == $id ) {
    		return sq_option( 'geodir_sidebar_archive_item', 'sidebar-1' );
    	} elseif ( geodir_is_cpt_template_page( $id ) ) {
    		return sq_option( 'geodir_sidebar_default', 'sidebar-1' );
    	}
    	return $name;
    }
    

    Thanks

    in reply to: Java Scripts & Stylesheets #500583

    Naveen Giri
    Moderator
    Post count: 1559

    awesome, for speed improvement usually assets related issues handle by cache plugins. you can give a try to https://wordpress.org/plugins/plugin-organizer/ plugin or can take developers help for it.

    Thanks closing the ticket here.


    Naveen Giri
    Moderator
    Post count: 1559

    Hi @preditor,

    we have provided hooks to customise detail page header section.
    seems like you are using supreme directory theme.
    you can use the code below.

    
    
    
    add_filter( 'sd_detail_author_link', 'sd_detail_author_link_callback');
    function sd_detail_author_link_callback( $author_link ){
        global $post;
    	$author_id = $post->post_author;
    	$author_link = "<a href='" . get_author_posts_url( $author_id ) ."'>". get_the_author_meta('user_nicename' , $author_id ) . "</a>";
    	return $author_link;
    }
    
    in reply to: GeoDirectory Search Sorting #500547

    Naveen Giri
    Moderator
    Post count: 1559
    This reply has been marked as private.
    in reply to: Java Scripts & Stylesheets #500546

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Amy,

    The issue is fixed. please check.

    It was not related to ninja forms. the issue cause by mu plugin and Autooptimise conflict.

    Added patch on your site.

    Thanks for using Geodirectory.

    in reply to: Add Listing posts to /auto-draft/ #500388

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @phenderson57,

    The issue cause by custom plugin “My Harbors Plugin”.
    this plugin is not compatible as per GD-v2 code and creating the conflict.

    Geodirectory save the post as auto-draft when user changing fields but has not yet clicked form submit button.

    the process of adding GD-CPT post begin here.
    https://github.com/AyeCode/geodirectory/blob/master/assets/js/add-listing.js#L183
    https://github.com/AyeCode/geodirectory/blob/master/assets/js/add-listing.js#L145

    https://github.com/AyeCode/geodirectory/blob/master/includes/class-geodir-ajax.php#L627
    https://github.com/AyeCode/geodirectory/blob/master/includes/class-geodir-post-data.php#L390

    Thanks

    in reply to: Java Scripts & Stylesheets #500374

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @afox,

    it seems like few plugins are not upto date. the issue seems coming from elementor plugin js.

    please update those plugins, clear cache, clear auto optimise cache and check.
    Let us know how it goes.

    for organising plugins use on specific pages.
    you can try https://wordpress.org/plugins/plugin-organizer/ plugin.

    in reply to: Add Listing posts to /auto-draft/ #500367

    Naveen Giri
    Moderator
    Post count: 1559

    yes, that will be good.
    Please provide the access.

    it seems to me like plugin conflicts. I wish, I can activate/deactivate plugins on dev2.myharbors.com site?

    in reply to: Add Listing posts to /auto-draft/ #500364

    Naveen Giri
    Moderator
    Post count: 1559

    can you send SFTP details in private message.

    in reply to: Add Listing posts to /auto-draft/ #500362

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @phenderson57,

    yes, i tried to export backup so i can check the issue on local. meanwhile you were sending ftp.
    but the backup was not completed anyhow.
    the backup was for plugins, themes, database so i could reproduce the same case on local.

    I have added the updraft plugin.
    surprise to hear that it was down due to that.

Viewing 15 posts - 991 through 1,005 (of 1,165 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount