Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Bill,
Please update GeoDirectory plugins to recent version. In recent Social Importer we have some updates related to photos import.
Let us know if it not fix the issue and also provide Facebook page urls you trying to import.
Best Regards,
KiranHi Markus,
1. Backend is in English now, which confuses me understanding the settings of plugins.Is it possible to switch it back into German?
From Edit Profile page i have turned user language to English for admin “makenginespain” so i can understand settings. I have set back to site default.
—
For 2) & 3) please update rest of GD plugins. I checked GD plugins versions and only GeoDirectory & GeoDirectory Multilingual are updated.
Plugin manager not showing update plugin message on your site, it looks liks something conficts.Please update those rest of GD plugins and let us know how it goes.
Regards,
KiranThanks for letting us know.
Hi P O,
After doing some more testing found that Enfold layout setting not working on archive pages as it treats as a singular page.
We have fixed this compatibility issue and it will be in next release.
Please apply this patch and let us know nhow it goes. https://github.com/AyeCode/geodirectory/commit/2f5428aa0472bb3e4954475534a04cc7a599dd0c
Kiran
This reply has been marked as private.This reply has been marked as private.Hi P O,
We have released GeoDirectory & some it’s plugins. Recent version includes some changes for Enfold theme compatibility.
Please update and if you still see issue after updates then provide a site link, admin credentials to look into more.
Best Regards,
KiranHi There,
Register user is now validated during post submit. It will be in next release of v2.0.0.68.
Path available at here https://github.com/AyeCode/geodirectory/pull/933/commits/089d966ef0db15f53db04ed50f9053735ed4b2c5Kiran
Hi Mark,
Please check now location pages works fine in all languages.
Kiran
Hi,
Please use licence key from https://wpgeodirectory.com/your-account/ and let us know how it goes.
Kiran
Hi suvadel,
WordPress allows new user with even 1 characters in name. We have created task to validate user from our side. It will be in future release.
https://github.com/AyeCode/geodirectory/issues/930
Kiran
Hi David,
To set location in cookie use following code.
setcookie( 'last_location', base64_encode( maybe_serialize( $location ) ), time() + YEAR_IN_SECONDS, COOKIEPATH, COOKIE_DOMAIN );—
How would we get the value that we’ve written into the cookie, into the user session?
To get value stored from cookie use following code.
$last_location = ! empty( $_COOKIE['last_location'] ) ? maybe_unserialize( base64_decode( $_COOKIE['last_location'] ) ) : '';—
What is the session key that we need please?
You can any session key you want.
Kiran
Hi Hayley,
There was a Google map conflict with Baker theme.
I have added following PHP snippet under Snippets to fix this conflict.
/** * Fix Baker theme Google map conflict. */ function gd_snippet_190918_baker_fix_google_map_conflict() { if ( wp_script_is( 'baker_edge_google_map_api', 'enqueued' ) && wp_script_is( 'geodir-google-maps', 'enqueued' ) ) { wp_dequeue_script( 'baker_edge_google_map_api' ); } } add_action( 'wp_enqueue_scripts', 'gd_snippet_190918_baker_fix_google_map_conflict', 600 );Kiran
Hi Kenneth,
For Claim Listings plugin we found this issue and it will in next release. For Event Manager plugin please Deactivate > Activate the Licence key and try again update.
Kiran
-
AuthorPosts