Kiran

Forum Replies Created

Viewing 15 posts - 3,286 through 3,300 (of 6,022 total)
  • Author
    Posts
  • in reply to: 1 Review #461312

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Sitemap include/exclude #461292

    Kiran
    Moderator
    Post count: 7069

    Hello,

    I have applied patch of CPT + LOCATION urls and now sitemap urls works fine.

    Let us know.

    Kiran

    in reply to: "Are you interested?" widget issue #461289

    Kiran
    Moderator
    Post count: 7069

    Code snippets can be placed in child theme functions.php or via snippet plugin. We recommend to use snippet plugin to place snippets. See https://wpgeodirectory.com/docs/useful-plugins/#snippets

    Kiran

    in reply to: Problem with 404 and permalinks #461274

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: "Are you interested?" widget issue #461272

    Kiran
    Moderator
    Post count: 7069

    Hello Kerrin,

    Add following code snippet to skip author from auto adding to attendee.

    
    
    /*
     * Prevent author from auto attend.
     */
    function gd_snippet_init_20190103() {
    	remove_action( 'wp_insert_post', 'geodir_ayi_rsvp_add_on_event_creation', 10, 3 );
    }
    add_action( 'init', 'gd_snippet_init_20190103', 100 );

    Kiran

    in reply to: 1 Review #461268

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Select CPTs to Appear in Search #461261

    Kiran
    Moderator
    Post count: 7069

    Hello Greg,

    Use following code snippet to hide CPT from CPT list in search form.

    
    
    /*
     * Hide post type form search.
     */
    function gd_snippet_search_form_post_types( $post_types ) {
    	if ( ! empty( $post_types ) && isset( $post_types->gd_school ) ) {
    		unset( $post_types->gd_school ); // Hide gd_school post type
    	}
    
    	return $post_types;
    }
    add_filter( 'geodir_search_form_post_types', 'gd_snippet_search_form_post_types', 10, 1 );

    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hello Jeff,

    The issue has been fixed and updated on your site too.

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: v2 GD shortcodes not working #461259

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Sitemap include/exclude #461258

    Kiran
    Moderator
    Post count: 7069

    Hello Bozzy,

    I looked and seems something conflicts there.
    Please provide us FTP credentials so we can do some debugging to find what conflicts there?

    Thanks,
    Kiran

    in reply to: Changed Permalink and Now Broken #461246

    Kiran
    Moderator
    Post count: 7069

    Hello,

    I have applied patch, now permalinks are working fine.

    Let us know.

    Thanks,
    Kiran

    in reply to: Sitemap include/exclude #461107

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Can translate everything except one specific string #461088

    Kiran
    Moderator
    Post count: 7069

    Hello,

    That text is dynamically generated. To translate that text:
    – Run tool GeoDirectory -> GD Tools -> Load custom fields translation. This will add all dynamic texts to db-language.php file.
    – Update your geodirectory-en_US.po file to include new texts into .po file for translation purpose.
    – Translate “Event” text in new .po file

    Let us know how it goes.

    Thanks,
    Kiran

    in reply to: Changed Permalink and Now Broken #461085

    Kiran
    Moderator
    Post count: 7069

    Hello Jeff,

    We found that it breaks permalinks when default country, region enabled and neighbourhood option is active. We have fixed this already.

    We need FTP credentials to can check on your site by applying patch.

    Thanks,
    Kiran

    in reply to: GD Listing widget does not work across CPT #461043

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

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