Kiran

Forum Replies Created

Viewing 15 posts - 1,441 through 1,455 (of 6,022 total)
  • Author
    Posts
  • in reply to: JupiterX issue #507831

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: WP Revisions do not show when GD V2 is active #507829

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Remove "YES" from search filters #507827

    Kiran
    Moderator
    Post count: 7069

    Hi Fulvio,

    I have added following PHP snippet to hide Yes from checkbox search field.

    
    
    function gd_snippet_190912_search_filter_field_html_output_checkbox( $html, $field_info, $post_type ) {
    	if ( $html != '' ) {
    		$html = str_replace( '> ' . __( 'Yes', 'geodiradvancesearch' ) . '</li></ul>', '></li></ul>', $html );
    	}
    
    	return $html;
    }
    add_filter( 'geodir_search_filter_field_html_output_checkbox', 'gd_snippet_190912_search_filter_field_html_output_checkbox', 11, 3 );

    Kiran

    in reply to: Map icons for retina screens #507819

    Kiran
    Moderator
    Post count: 7069

    Hi Christy,

    In GDv2 we have some updates related to map icon size displayed on the map.

    Please provide screenshot if it shows bad icon size. You can check one of our text site: https://wpgeo.directory/

    Let us know.

    Regards,
    Kiran

    in reply to: Bug with Map on Mobile #507802

    Kiran
    Moderator
    Post count: 7069

    Hi donarcher,

    Fusion builder generates two content part on page one for small screen devices & another for large screen devices. It hides content part which contains map.

    Please add following CSS snippet to fix the issue.

    
    
    @media screen and (max-width: 640px) {
    	body:not(.fusion-builder-ui-wireframe).single.geodir-page #content .post-content .fusion-no-small-visibility {
    		display:block !important;
    	}
    	body:not(.fusion-builder-ui-wireframe).single.geodir-page #content .post-content .fusion-no-medium-visibility {
    		display:none !important;
    	}
    	body:not(.fusion-builder-ui-wireframe).single.geodir-page #content .post-content .fusion-no-large-visibility {
    		display:none !important;
    	}
    }

    Kiran

    in reply to: Need to allow "Edit Location Listing" without showing packages #507800

    Kiran
    Moderator
    Post count: 7069

    Hi Kenneth,

    Try following PHP snippet to allow users to edit their listing from front end even add feature is disabled.

    
    
    /**
     * Allow user to edit listing from frontend when add listing feature is disabled.
     */
    function gd_snippet_20190912_add_listing_check_post_type( $return, $post_type ) {
    	if ( $return == false && ! empty( $_GET['pid'] ) && is_user_logged_in() && geodir_listing_belong_to_current_user( absint( $_GET['pid'] ) ) ) {
    		$return = true;
    	}
    	return $return;
    }
    add_filter( 'geodir_add_listing_check_post_type', 'gd_snippet_20190912_add_listing_check_post_type', 10, 2 );

    Kiran

    in reply to: Need help for Enabling Near autocomplete #507794

    Kiran
    Moderator
    Post count: 7069

    Hi Surender,

    This has implemented and it will be in next release of GeoDirectory, Advance Search & Location Manager.

    Kiran

    in reply to: Categories and Custom Post Types #507755

    Kiran
    Moderator
    Post count: 7069

    Glad to hear that & thanks for letting us know.

    Kiran

    in reply to: Affiliate WP – Displaying #507739

    Kiran
    Moderator
    Post count: 7069

    Hi Deirdré,

    I checked your site backend it found that you are using old version of
    “GeoDirectory AffiliateWP Integration (geodir_affiliate)” plugin.

    Please remove that plugin and install “Invoicing – AffiliateWP Integration (wpinv-affiliatewp)” plugin. You can download it from https://wpinvoicing.com/your-account/

    Let us know how it goes.

    Best Regards,
    Kiran

    in reply to: Need help for Enabling Near autocomplete #507621

    Kiran
    Moderator
    Post count: 7069

    Hi Surender,

    We have added task to check how easily feasible to implement feature that use location url based on searched location.

    Thanks,
    Kiran

    in reply to: Remove colon from Business Hours #507619

    Kiran
    Moderator
    Post count: 7069

    Add one more following filter.

    add_filter( 'geodir_custom_field_output_business_hours', '_gd_snippet_filed_label_remove_colon', 999, 3 ); // 'business_hours' field type

    Kiran

    in reply to: Categories and Custom Post Types #507617

    Kiran
    Moderator
    Post count: 7069

    Hello Neil,

    You are using same slug for CPT and main category which creating problem.
    Ex: “Restaurants” CPT has slug “restaurants” & for “Restaurants” category slug is also “restaurants”.

    Try to change slug of category or CPT.

    Kiran

    in reply to: 2nd use of "region" in V2 has broken my site #507612

    Kiran
    Moderator
    Post count: 7069

    Hi Pete,

    Please check now. I have fixed region for Centre listings.

    Kiran

    in reply to: Table does not exist #507598

    Kiran
    Moderator
    Post count: 7069

    Hi pinkgecko,

    We have fixed issue. Countries table created for main site and it is used within network sites.

    Kiran

    in reply to: Open Time works randomly #507596

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