Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Carole,
Provide us a site link & admin credentials and also tell us for which post types you want to delete all the listings.
Kiran
Hi Dave,
There must be a log at server end to check which function or a query consuming more time.
Please ask server admin to provide a log where the page submission stops and raises error also ask to provide a database error?Thanks,
KiranHi Derek,
In GD geodir_get_post_meta() function is used to retrieve single field value. See https://github.com/AyeCode/geodirectory/blob/master/includes/post-functions.php#L221
Thanks,
KiranHi Martin,
I have fixed issue of Divi builder for search page.
Please check and let us know.
Regards,
KiranHello Colleen,
We have added feature to show video in HTML5 media player if supported. It will be in next release. FPatch available at here : https://github.com/AyeCode/geodirectory/pull/1089/commits/1f8f91f9e0321d994ce942861df40e8a481de9c4
If WordPress media allows to upload .mov file then there will be no issue in upload .mov file in GD.
WordPress dos not show .mov file in media player. Add following PHP snippet to allow .move files with media player.function gd_snippet_wp_video_extensions( $video_extensions ) { $video_extensions[] = 'mov'; return $video_extensions; } add_filter( 'wp_video_extensions', 'gd_snippet_wp_video_extensions', 20, 1 );
Thanks,
KiranThis reply has been marked as private.March 2, 2020 at 1:24 pm in reply to: Embeddable Ratings Badge not showing up on 3rd party website! #533074Hi Ashutosh,
Issue has been fixed, now embed ratings also works fine on mobile devices.
Please check and let us know.
Regards,,
KiranThis reply has been marked as private.Hi Mitch,
Is this same site that you provided FTP credentials at https://wpgeodirectory.com/support/topic/image-package-display-conflict/#post-531649 ?
There was one file now updated with patch. I have applied patch again.
Please try again and let us know how it goes.
Kiran
March 2, 2020 at 7:23 am in reply to: V1 features coming to V2? (visitor location, search radius) #533026Hi Foster,
We check with WordPress default search functionality and it also has same quote issue, so we decided to implement our our search functionality to fix this type of issue.
We are working to implement our own function to enhance search to prevent special characters search like quotes.
Track task at here : https://github.com/AyeCode/geodirectory/issues/847#issuecomment-589050493Thanks,
KiranThis reply has been marked as private.March 2, 2020 at 7:04 am in reply to: Premiums Listing degrading to 'free' once the trial has expired #533023This reply has been marked as private.Hi Alfonso,
After downgrade to “Freemium: limit 5 images” it should show 5 images.
Please provide listing url to check what went wrong there.
Kiran
Hi Martin,
Please provide us FTP credentials to look into there.
Kiran
Hi Patrick,
FTP credentials are not working, it shows following error:
Response: 530 Login authentication failed Error: Critical error: Could not connect to server
WordPress does not allows duplicate category slugs, so it adds suffix -1, -2, -3… to the slug if already used by post, category or location.
You can update category slug with own suffix or prefix to prevent auto adding of -1, -2, -3…
Thanks,
Kiran -
AuthorPosts