Kiran

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 6,022 total)
  • Author
    Posts
  • in reply to: Recaptcha showing twice on add listing form #543533

    Kiran
    Moderator
    Post count: 7069

    Hello Bathelemy,

    Please contact us via https://wpgeodirectory.com/support/ with more details so we can help you.

    Thanks,
    Kiran

    in reply to: Claim Listing #543524

    Kiran
    Moderator
    Post count: 7069

    Hi Joe,

    Rest of numbers are replies to comment reply or comments on non GD posts. Go to comments page it will show only 9 pending reviews with rating.

    Thanks,
    Kiran

    in reply to: Claim Listing #543521

    Kiran
    Moderator
    Post count: 7069

    Hi Joe,

    Reviews and comment reply are different. Reviews counts only comment with rating stars.

    Let us know.

    in reply to: Claim Listing #543517

    Kiran
    Moderator
    Post count: 7069

    Hi Joe,

    I have done some more testing on my test site and i can’t replicate count issue there.

    I also checked on your site and it showing correct count for pending listings(1 pending place) & pending reviews(9 pending reviews).

    Let us know.

    Just FYI we have now moved from forum based support to email based support. This is much faster than forum based support.

    Thanks,
    Kiran

    in reply to: Claim Listing #543500

    Kiran
    Moderator
    Post count: 7069

    Hi Joe,

    We just released Claim Listings v2.0.0.12. In this version notification count issue is fixed. Early it was not updating pending claim count when claim listing requested from front-end. Once you update plugin to v2.0.0.12 it will update count when claim request processed.

    Let us know.

    Thanks,
    Regards

    in reply to: Can I use locations within the events #543448

    Kiran
    Moderator
    Post count: 7069

    Hello @gaz36f,

    Plugin with this feature is not released. We are going to release some addons within a week.

    Kiran


    Kiran
    Moderator
    Post count: 7069

    Glad to hear that 🙂

    Thanks


    Kiran
    Moderator
    Post count: 7069

    Hello,

    Try following PHP snippet until we implement date in badge. You can add same condition as in post_modified. Ex: +7 or -7 or 2020-05-14.

    
    
    function gd_snippet_200507_post_badge_check_date_match_found( $match_found, $args, $gd_post ) {
    	$match_field = $args['key'];
    
    	if ( ! empty( $gd_post->{$match_field} ) && $gd_post->{$match_field} != '0000-00-00' ) {
    		$value = $gd_post->{$match_field};
    
    		if ( ! empty( $args['condition'] ) && ( $args['condition'] == 'is_greater_than' || $args['condition'] == 'is_less_than' ) ) {
    			$field = geodir_get_field_infoby( 'htmlvar_name', $match_field, $gd_post->post_type );
    
    			if ( ! empty( $field['field_type'] ) && $field['field_type'] == 'datepicker' ) { // Date field
    				$match_found = false;
    				$search = $args['search'];
    				$now_time = strtotime( date_i18n( 'Y-m-d', current_time( 'timestamp' ) ) );
    
    				if ( (int)date( 'Y', strtotime( $search ) ) > 1970 && ! ( strpos( $search, '+' ) === 0 || strpos( $search, '-' ) === 0 ) ) {
    					$until_time = strtotime( $search );
    					$value_time = strtotime( $value );
    				} else {
    					if ( strpos( $search, '+' ) === 0 || strpos( $search, '-' ) === 0 ) {
    					} else {
    						$search = '+' . $search;
    					}
    
    					$until_time = strtotime( $value . ' ' . $search . ' days' );
    					$value_time = $now_time;
    				}
    
    				if ( ( $args['condition'] == 'is_less_than' && $value_time <= $until_time ) || ( $args['condition'] == 'is_greater_than' && $value_time >= $until_time ) ) {
    					$match_found = true;
    				}
    			}
    		}
    	}
    
    	return $match_found;
    }
    add_filter( 'geodir_post_badge_check_match_found', 'gd_snippet_200507_post_badge_check_date_match_found', 10, 3 );

    Regards,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Tim,

    Not sure exactly about a timeline, but i will surly inform your here once it released.

    Kiran

    in reply to: Recaptcha showing twice on add listing form #543378

    Kiran
    Moderator
    Post count: 7069

    Hi Nick,

    Issue is fixed and updated on your site too.

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: Maps #543362

    Kiran
    Moderator
    Post count: 7069

    Yes, latitude & longitude values are required for physical location based listing. Otherwise it may show issues on the map.

    Kiran

    in reply to: Sitemap errors #543342

    Kiran
    Moderator
    Post count: 7069

    Glad to hear that it fixed 🙂

    in reply to: Sitemap errors #543325

    Kiran
    Moderator
    Post count: 7069

    Hi P O,

    I have added one script to generate Rank Math sitemaps after update of GD plugin. It will be in next release.

    Let’s wait for the next release.

    Thanks for your patience.

    Regards,
    Kiran

    in reply to: Sitemap errors #543317

    Kiran
    Moderator
    Post count: 7069

    Hello P O,

    I have done some debugging and found that Rank Math fails to create sitemap on plugin update.

    I have tried solution “2. Rank Math Does Not Create a Sitemap & Throws a 404 Error” as mentioned at here https://rankmath.com/kb/fix-sitemap-issues/#404-error.

    This solves the 404 sitemap error.

    Regards,
    Kiran

    in reply to: Listimia theme and locations help #543313

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 6,022 total)