Kiran

Forum Replies Created

Viewing 15 posts - 3,076 through 3,090 (of 6,022 total)
  • Author
    Posts
  • in reply to: translating search strings #466946

    Kiran
    Moderator
    Post count: 7069

    Hello Martin,

    Please provide FTP credentials as well so we can do some debugging.

    Kiran

    in reply to: I have a few problems #466944

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Please can you provide page url or screenshot, where yu find this not working?

    Kiran

    in reply to: some translations don't work #466941

    Kiran
    Moderator
    Post count: 7069

    Hello,

    I have fixed some translation texts. Please check and let us know if any text found not translated.

    Kiran

    in reply to: I have a few problems #466919

    Kiran
    Moderator
    Post count: 7069

    Hello There,

    The issue has been fixed.

    Please check and let us know.

    Kiran

    in reply to: Login-Register Page #466870

    Kiran
    Moderator
    Post count: 7069

    Hello Rhonda,

    I have updated theme compatibility, now login/register page is working fine.

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: Default image resists to show #466625

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Default image resists to show #466620

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Import CSV File Fail #466616

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Default image resists to show #466606

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069

    Hello Nola,

    Can we mark this topic resolved or you still have any issue?

    Let us know.

    Kiran

    in reply to: Claim issues #466603

    Kiran
    Moderator
    Post count: 7069

    Hello Tom,

    Which badge you tried and and where you tried to put it? Let us know so we can help you more.

    Kiran

    in reply to: Tag oddities #466594

    Kiran
    Moderator
    Post count: 7069

    Hello Benjamin,

    Please check now.

    Kiran

    in reply to: Error on the Homepage #466591

    Kiran
    Moderator
    Post count: 7069

    Hello Alphonso,

    Please check and let us know.

    Kiran

    in reply to: Show all events of a location on location site #466575

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Currently it is not possible to show only upcoming events via linked posts shortcode. But you can use following code snippet to achieve this.

    
    
    
    function gd_snippet_widget_listings_query_args( $query_args, $instance ) {
    	if ( ! empty( $query_args['linked_from_post'] ) && isset( $query_args['post_type'] ) && GeoDir_Post_types::supports( $query_args['post_type'], 'events' ) ) {
    		if ( ! isset( $query_args['event_type'] ) ) {
    			$query_args['event_type'] = 'upcoming';
    		}
    
    		if ( ! isset( $query_args['single_event'] ) ) {
    			$query_args['single_event'] = true;
    		}
    
    		$query_args['sort_by'] = 'event_dates_asc'; // Sorting
    		$query_args['gd_location'] = false; // Current location filter
    	}
    
    	return $query_args;
    }
    add_filter( 'geodir_widget_listings_query_args', 'gd_snippet_widget_listings_query_args', 10, 2 );
    

    Thanks,
    Kiran

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