Kiran
Forum Replies Created
-
AuthorPosts
-
Hello,
Please try this https://wpgeodirectory.com/support/topic/missing-update-notifications/#post-129196 and it this not works then you have to update manually all those plugins(Custom Post Types, Location Manager, Payment Manager, Review Rating Manager), because those plugins are too outdated plugins.
Let us know.
Kiran
Hello,
There is a conflict with WP Easy Updates and one of your plugin or theme. To fix WP Easy Updates license missing links, do following things.
– Create one .php file (say gd-licensing-plugin.php) under WP_ROOT/wp-content/mu-plugins/
– Add following code in that file and save<?php /** * Plugin Name: WP Easy Updates missing Licence key & Notifications * Plugin URI: https://wpeasyupdates.com/ * Description: Fix missing licence key option & update notifications for WP Easy Updates plugin. * Version: 1.0.0 * Author: AyeCode Ltd * Author URI: https://ayecode.io/ * License: GPL-2.0+ * License: GNU General Public License v3 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Requires at least: 3.1 * Tested up to: 5.0.3 */ function wp_easy_updates_fix_notifications( $headers = array() ) { $headers_extra = array( 'UpdateURL' => 'Update URL', 'UpdateID' => 'Update ID', ); $all_headers = array_merge( $headers_extra, (array) $headers ); return $all_headers; } add_filter( 'extra_plugin_headers', 'wp_easy_updates_fix_notifications' );– Go to your site’s plugins page and check for licensing.
Let us know how it goes.
Thanks,
KiranHello There,
There is an update in round infoWindow by Google recently and this caused this issue. We have already released GeoDirectory v1.6.38 with fix.
Please update and let us know.
Kiran
This reply has been marked as private.This reply has been marked as private.Hello Roger,
Please provide us FTP credentials as well so we can do some debugging.
Kiran
Hello,
This has been fixed and will be in next release. Recent changes by Google affected the GeoDirectory maps.
Patch available here: https://github.com/GeoDirectory/geodirectory/pull/479/commits/9efe68ba22022431ed28360be5d62a0e61f4fe19
Kiran
Hello,
This has been fixed and will be in next release. Recent changes by Google affected the GeoDirectory maps.
Patch available here: https://github.com/GeoDirectory/geodirectory/pull/479/commits/9efe68ba22022431ed28360be5d62a0e61f4fe19
Kiran
February 14, 2019 at 11:19 am in reply to: Problens with caracters when import from Facebook #468853This reply has been marked as private.February 14, 2019 at 11:02 am in reply to: Black space covering menu on Android Mobile phone #468850Hi Ria,
Please check now after clearing your browser cache.
Let us know.
Thanks,
KiranHello Mauricio,
This has been fixed and will be in next release.
Please provide FTP credentials and FB page that you are trying to import. I will update patch and test on your site.
Thanks,
KiranHello Vanessa,
I have already added this in my todo to check if we can do something from our side to fix conflict with Plugin Organizer.
I will update here if we find solution. 🙂
Kiran
Hello Tsekka,
Please check now and let us know.
Kiran
Hello Inna,
It looks like some fields are missing in xxx_gd_event_detail database table.
Please provide us phpMyAdmin database access so we can check database structure.
Kiran
-
AuthorPosts