Kiran
Forum Replies Created
-
AuthorPosts
-
Hello Matt,
Make sure you have categories available with listings. It is possible that you have not allowed child categories to display.
We have added CPT Listings widget in Custom Post Types v2, it will be in next release.
Provide FTP credentials if you want to update patch.
Kiran
Hello Tom,
The issue has been fixed.
Please check and let us know.
Kiran
This reply has been marked as private.Hello Fabian,
We are working on this and it will be fixed in next release.
Kiran
This reply has been marked as private.Hello Lise,
If the fields not displayed in locked fields list then user can’t set to auto value set for the franchises for those fields.
You can use following code snippet to skip fields from locked fields list.
/** * Skip field to display in franchise locked fields list. */ function gd_snippet_franchise_input_franchise_fields_options( $options, $field_options, $field, $package_id, $default ) { if ( empty( $options ) ) { return $options; } //if ( $field['post_type'] == 'gd_place' ) { // For particular CPT // Skip 'claimed' if ( isset( $options['claimed'] ) ) { unset( $options['claimed'] ); } // Skip 'get_directions' if ( isset( $options['get_directions'] ) ) { unset( $options['get_directions'] ); } //} return $options; } add_filter( 'geodir_franchise_input_franchise_fields_options', 'gd_snippet_190129_franchise_input_franchise_fields_options', 10, 5 );Thanks,
KiranThis reply has been marked as private.Hello Nievo,
The search button issue has been fixed. There was caching issue due to conflict.
Let us know.
Thanks,
KiranThis reply has been marked as private.Hello Craig,
The package setting issue has been fixed.
Please check and let us know.
Thanks,
KiranHello Tom,
FTP credentials no longer working.
Is shows error when tried to connect:
Response: 530 Login authentication failed Error: Critical error: Could not connect to serverKiran
Hello Jim,
I have run GD Tool > Clear DB versions and seems issue is fixed now.
Please check and let us know.
Also there is a JavaScript error on backend add listing pages.
ReferenceError: edButtons is not definedKiran
Hello Eduardo,
Are you using this code for GeoDirectory Listing?
Provide us site link, admin credentials & FTP credentials with more details that on which page/section you want this button? Also let me know where you have added this code.
Kiran
Hello Andre,
I have updated patch on your live site.
Please check and let us know.
Thanks,
KiranThis reply has been marked as private. -
AuthorPosts