Kiran
Forum Replies Created
-
AuthorPosts
-
Hello Martin,
Please provide FTP credentials as well so we can do some debugging.
Kiran
Hello,
Please can you provide page url or screenshot, where yu find this not working?
Kiran
Hello,
I have fixed some translation texts. Please check and let us know if any text found not translated.
Kiran
Hello There,
The issue has been fixed.
Please check and let us know.
Kiran
Hello Rhonda,
I have updated theme compatibility, now login/register page is working fine.
Please check and let us know.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.February 1, 2019 at 1:49 pm in reply to: Edit + Submit Listing – Creates additional image in Media Library #466608This reply has been marked as private.This reply has been marked as private.February 1, 2019 at 1:11 pm in reply to: Listings: Import CSV – not all column data being added to places #466604Hello Nola,
Can we mark this topic resolved or you still have any issue?
Let us know.
Kiran
Hello Tom,
Which badge you tried and and where you tried to put it? Let us know so we can help you more.
Kiran
Hello Benjamin,
Please check now.
Kiran
Hello Alphonso,
Please check and let us know.
Kiran
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 -
AuthorPosts