Naveen Giri
Forum Replies Created
-
AuthorPosts
-
Hi Ann,
I notice the issue. I will need to debug it code wise.
could you please provide site FTP In private reply.Thanks for your patience.
Awesome, closing the ticket here.
Thanks for using Geodirectory Support.
Hi seoadvantage,
Free listing submission will not go for invoicing. so you will need the below filter for free listing.
function _wpi_custom_ga_freeuser_tracking( $post_ID, $post_after, $post_before ) { global $post; $post_type = get_post_type( $post_ID ); $package_id = geodir_get_post_package_id( $post, $post_type ); if ( $post_type != '' && in_array( $post_type, geodir_get_posttypes() ) && 1 === $package_id ) { if ( ! empty( $post_after->post_status ) && $post_after->post_status == 'publish' && ! empty( $post_before->post_status ) && $post_before->post_status != 'publish' && $post_before->post_status != 'trash' ) { $gd_post = geodir_get_post_info( $post_ID ); if ( empty( $gd_post ) ) { return; } // do the analytic stuff here. } } } add_action( 'post_updated', '_wpi_custom_ga_freeuser_tracking', 16, 3 );Thanks
January 14, 2020 at 8:56 am in reply to: Many "x" in the category and tag dropdown of Add Listing Page #525499Hi kim,
could you please send a screen-short. I didn’t get your mean.
Thanks
January 13, 2020 at 3:51 pm in reply to: Many "x" in the category and tag dropdown of Add Listing Page #525376Hi Kim,
Please have a look now. I have added style fix in theme customiser.
Thanks
Hi marktowers,
this issue is already fixed and will be up in upcoming version of social importer addon.
Thanks
Thanks for confirmation.
Hi shawthorne,
If by main menu you mean site menu.
then seems, you are not using right selector here.instead try following selector
nav#primary-nav ul li aThanks
Hi Foster,
It looks like cache issue with map popup.
I have added PHP snippet to prevent this issue as mentioned in solution at here https://wpgeodirectory.com/support/topic/map-bubble-issue-2/#post-523155.
Please check and let us know.
Thanks
January 13, 2020 at 8:00 am in reply to: Make Field Icons appear next to Frontend Search Field #525309Hi identity,
there is filter for changing the entire field html on frontend search form.
$html = apply_filters( "geodir_search_filter_field_output_{$field_type}", $html, $field, $post_type );so for distance field. the filter can be used as “geodir_search_filter_field_output_distance”.
This is totally a custom request for now. I will add it as suggestion for future versions.
Thanks
January 13, 2020 at 7:29 am in reply to: Attempting to upgrade from GV1 to GV2, receive a fatal error. Cannot upgrade PHP #525304This reply has been marked as private.Hi sgb,
I haven’t notice this issue with any of my GD site so far. I am checking it on mac safari.
Such issue usually occur due to conflict with any theme or plugin. I will suggest you to proceed troubleshooting steps once and check the behaviour of GD plugins and addon.
https://wpgeodirectory.com/docs-v2/faq/troubleshooting/Let us know, how it goes or please send us a staging access where we can dig it.
Thanks
January 13, 2020 at 6:59 am in reply to: V1 features coming to V2? (visitor location, search radius) #525300Hi Foster,
The autocomplete text limit only applies to the search field. It is not yet functioning for location field.
I will consider it as an enhancement for future versions.Thanks
January 12, 2020 at 8:42 am in reply to: Many "x" in the category and tag dropdown of Add Listing Page #525250Hi kim
is it happening for existing categories while update listing or when adding one?
because I just checked seems I can’t see the “X”.
can you please tell me the step to reproduce them.Thanks
Site showing conflict between GeoDirectory and Woo-Commerce core and so 403 error for non loggedin user. although I am not able to reproduce any such case on my local.
I will assign it to senior developer to take a look.
Thanks for your patience.
-
AuthorPosts