Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.January 8, 2018 at 7:51 am in reply to: Changing layout of listing detail page so it shows map with detail alongside #411887
Hi Chris,
I have added some theme compatibility under GeoDirectory > Theme Compatibility.
Now layout for GD detail page and other GD pages looks same as normal WP pages.Please check and let us know.
Thanks,
KiranThis reply has been marked as private.Hi Javier,
Don´t you have any idea before I give you access data?
This is a site specific error because no customer have reported such problem till date. So we have to look into your site to find exact cause of the problem. Without checking not sure about the reason for the error.
I would like to know if it is a critical error or something not urgent that we can see later. We are very busy now and if you tell me It doesn´t seem very important I contact you in next days. Is this warning error able to get down a web if gives the server this error in each visit?
If there are PHP errors/notices/warnings on the site then it should be resolved ASAP otherwise may affect original functionality of the plugin.
If you provide admin & FTP credentials then we will check it.
Thanks,
KiranHi James,
The snippet working fine as expected on my test site.
Let us provide admin & FTP credentials, so we can look into.Thanks,
KiranHello Dirk,
I have selected “3000 characters” option under GD Booster > “Max url length to split combined js/css urls” and now problem has been fixed.
Please check and let us know.
FYI: You are using old version of GeoDirectory plugins, it seems one of your plugin causing conflicts with our WP Easy Updates plugins, because it not showing update available notifications.
Thanks,
KiranOk, thanks.
Hi Abel,
Can you clarify with more explanation what you want to achieve? Are you talking about upload image?
Kiran
January 2, 2018 at 8:05 am in reply to: How can I redirect to the listing page after claiming the listing #411167Hi,
Use following code snippet to redirect to listing page after completing claim listing process.
function _wpi_gd_custom_redirect_to_listing_after_claim( $redirect, $gateway, $args ) { if ( function_exists( 'geodir_get_invoice' ) && !empty( $args['invoice_key'] ) && ( $invoice_ID = wpinv_get_invoice_id_by_key( $args['invoice_key'] ) ) ) { if ( $gd_invoice_ID = geodir_wpi_to_gdp_id( $invoice_ID ) ) { if ( ( $gd_invoice = geodir_get_invoice( $gd_invoice_ID ) ) && ( $invoice = wpinv_get_invoice( $invoice_ID ) ) ) { if ( !empty( $gd_invoice->post_id ) && $gd_invoice->invoice_type == 'claim_listing' ) { $redirect = get_permalink( $gd_invoice->post_id ); } } } } return $redirect; } add_filter( 'wpinv_success_page_redirect', '_wpi_gd_custom_redirect_to_listing_after_claim', 10, 3 );Thanks,
KiranHi Abel,
I have updated patch on your site again, please check and let us know.
You can find patch on here too https://github.com/GeoDirectory/geodirectory/pull/454/commits/2f938cce82b8729471c99ff2249718ae7be28ad0
Thanks,
KiranHi Marc,
Now patch has been updated on both site staging and production, so now in claim details the link will be sef url and not like &p=x.
What mechanism does the conversion between “?p=x” and the full URL on my site, is it WPML or is it Geodirectory?
Not sure from where this happening. Disabling WPML even it redirecting &p=x correctly.
Kiran
Hello Abel,
The issue #2 has been fixed and updated on your site too.
Please check and let us know.
Thanks,
KiranThis reply has been marked as private.Hi Ron,
I checked expire feature bt creating new listing, but with that listing no problem in expiry. this happening with existing listings.
We needed FTP credentials for further diagnosis, let us send in private reply.Thanks,
KiranThis reply has been marked as private. -
AuthorPosts