Kiran
Forum Replies Created
-
AuthorPosts
-
March 11, 2019 at 8:10 am in reply to: WooCommerce Products Losing Images in GD Details Pages #473936This reply has been marked as private.
Hello Ron,
This has been fixed and it will be in next release.
Provide us FTP credentials if you want me to update patch on your site to fix it now or wait for a next release.
Regards,
KiranThis reply has been marked as private.Hello Ron,
You have set default sorting to “Date” which is custom field. So event results are sorted first by Date & then event date/time. So it is working as expected. In GeoDirectory v1 it is not possible to set event date/time as a default sorting. On search page sorting results done based on priority index(most matched) calculated from keyword search.
We are currently working on GeoDirectory v2, in v2 we have some advance feature added. In v2 we have allowed to event date as a default sorting.
If to still want default sorting by event date/time then let us know, i will provide snippet to achieve that.
Let us know.
Thanks,
KiranHello Vanessa,
It looks like one of your plugin conflicts with the GeoDirectory review system.
Please try to disable no-GD plugin one by one to find which plugin conflicts.
OR
Provide us FTP credentials to look into more.Regards,
KiranHello,
Some strings are displaying translated language while some are still in English even though the strings have been translated in WPML.
Is there anything I’m doing wrong?After doing some debugging found that text defined in geodirectory/language.php not loading in FR language. I checked on our test site with same setup & it is working there fine.
I have fixed temporary on your site, we will investigate why this happening to find final solution. I will apply patch on your site once we find final solution.—
The shortcode used was gd_noplace, but the form output was still the gd_place form.
I checked on your site and you have no other CPT available except gd_place. Even you have not installed GeoDirectory Custom Post Types plugin. As i said it must have valid GeoDirectory post type and allowed to add from front end.
Let us know.
Best Regards,
KiranI just did following things:
– enabled Social Importer
– enabled Location Manager
– go for v1 to v2 conversionKiran
Hello Mike,
I have successfully done v1 to v2 conversion.
Please check and let us know.
Kiran
Hello Richard,
There are CHARACTER SET & COLLATE mis-matching form some database tables. I have updated character set & collate to database default values.
If you find similar database errors for other tables then execute following query in phpMyAdmin(change TABLE_NAME to relative table).
ALTER TABLE TABLE_NAME CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;Regards,
KiranThis reply has been marked as private.This reply has been marked as private.Hello Jorge,
The first option in sorting is “Sort By”, but you translated it to “Sortieren nach Datum” which has created this confusion.
I have added “Event Date” sorting to sort events by date.
If you check CPT dienstleistungen there also shows first option “Sortieren nach Datum”. Actually this option is “Sort By”.
Thanks,
KiranThis reply has been marked as private. -
AuthorPosts