Kiran
Forum Replies Created
-
AuthorPosts
-
Hello,
There was a conflict with event calendar query. It will be in next release.
Please copy file /wp-content/plugins/geodir_event_manager/includes/class-geodir-event-query.php and overwrite to you live site to fix in on live site.Kiran
Hello,
I have fixed conversion problem from database. Please check and let us know.
Kiran
December 18, 2018 at 9:27 am in reply to: Unable to add listings – no listing + no invoice created #459109This reply has been marked as private.December 18, 2018 at 8:06 am in reply to: map won't show in Chrome on page display tab when refreshed #459107Hello Derek,
I’ve put the map tab first so you can see what I mean. Load one display page and the map is there. Go to any other display page and the map is gone, like in the screenshot. Go back to the original or any display page and it is greyed out. Only happens in Chrome not in Firefox.
This has been fixed and will be in next release. Please update patch and try after clearing your browser cache & let us know how it goes. https://github.com/AyeCode/geodirectory/pull/539/commits/b8cc6dc5bcf88d6bd72e88e72663ff16b522ed29
by deactivating ninja forms it has fixed the problem. Funny enough that is another issue as I couldn’t get the claim listing button to work with ninja forms as that was throwing up an error also.
Can explain with more details which error it throwing?
Kiran
Hello Tom,
There is incorrect column name in csv. There is extra semicolon(,) with column name “post_latitude”. Remove semicolon from column name and try to import.
Thanks,
KiranThis reply has been marked as private.Hello,
Are you share you provide correct CPanel link.
It shows me:
The website is not properly configured on this server
If you are the owner of this website, please contact your hosting providerKiran
December 17, 2018 at 1:01 pm in reply to: Unable to add listings – no listing + no invoice created #458981This reply has been marked as private.This reply has been marked as private.December 17, 2018 at 11:05 am in reply to: 500 Internal Server Error when attempting to delete Tags after Import #458944Hello Larry,
“500 Internal Server Error” issue has been fixed.
I have done following things:
1) Added following lines in wp-config.phpini_set( 'max_execution_time', 300 ); ini_set( 'max_input_time', 300 ); define( 'WP_MEMORY_LIMIT', '256M' );2) Updated patch https://github.com/GeoDirectory/geodirectory/pull/476/commits/8cc197808c59bccbb024ce946b9c36735907a96d
Please check and let us know.
Thanks,
KiranDecember 17, 2018 at 9:54 am in reply to: 500 Internal Server Error when attempting to delete Tags after Import #458937This reply has been marked as private.Hello,
You site is running with old version of GeoDirectory & its plugins.
Please update plugins and let us know how it goes.
Kiran
This reply has been marked as private.Hello,
The issue has been fixed. There are some special characters used in field key in custom field for Atsiimti vietoje, Prekės sandėlyje & Išsimokėjimas. This causing problem in saving listing data.
Please resave listing to fix for existing listings.
Kiran
Hello Javier,
Use following snippet and change widget id & post type accordingly.
/* * Set search default post type. */ function gd_snippet_widget_geodir_advance_search_args( $args, $instance ) { if ( ( geodir_is_page( 'home' ) || geodir_is_page( 'location' ) ) && ! empty( $args['widget_id'] ) ) { if ( $args['widget_id'] == 'geodir_advance_search-1' ) { // Change 1st widget id here. $args['post_type'] = 'gd_event'; // Change to 1st post type. } if ( $args['widget_id'] == 'geodir_advance_search-2' ) { // Change 2nd widget id here. $args['post_type'] = 'gd_place'; // Change to 2nd post type. } } return $args; } add_filter( 'widget_geodir_advance_search_args', 'gd_snippet_widget_geodir_advance_search_args', 10, 2 );Thanks,
Kiran -
AuthorPosts