Abdul Mujeeb
Forum Replies Created
-
Thank you for reaching out and sharing the details. it looks like the token was accepted successfully, but for some reason, the media permissions or account selection isn’t syncing properly in the “Use” tab. This can happen if the connected Instagram account isn’t a Business or Creator account, or if required permissions weren’t fully granted during the connection process.
To get this sorted quickly, could you please reconnect your Instagram account and carefully approve all permissions, making sure it’s a Business or Creator profile?
If you’re still facing the issue after that, no worries, our support team would be happy to take a closer look. Kindly contact us directly through this link so we can assist you further:
https://easysocialfeed.com/contact/
I look forward to helping you resolve this issue.Hi there, thank you for reaching out.
You can indeed manage your license and cancel it if you’re not actively using it by logging into your account here:
👉 https://easysocialfeed.com/account/#!/loginPlease log in (or reset your password if needed) using the email address you used for your purchase.
Once logged in, head to Renewals & Billings → click on your subscription and then select “Cancel Auto-Renewal”.That will stop any future charges.
If you need any assistance during this process or have additional questions, feel free to let me know — happy to help!
You can easily do this using the WP Rollback plugin. If you need any assistance with the rollback process, feel free to let us know—we’d be happy to guide you.
You can easily do this using the WP Rollback plugin. If you need any assistance with the rollback process, feel free to let us know—we’d be happy to guide you.
Hi,
Thank you for reaching out, and we’re very sorry to hear about the issue caused by our recent update.
Our team is actively investigating this and working on a fix. In the meantime, as a temporary solution, we recommend rolling back to the previous stable version of the plugin. If you need assistance with this, please let us know—we’d be happy to help you with the process.
We sincerely apologize for the inconvenience and appreciate your patience. Rest assured, we are working to resolve this as quickly as possible.
Hi,
Thank you for reaching out, and we’re very sorry to hear about the issue caused by our recent update.
Our team is actively investigating this and working on a fix. In the meantime, as a temporary solution, we recommend rolling back to the previous stable version of the plugin. If you need assistance with this, please let us know—we’d be happy to help you with the process.
We sincerely apologize for the inconvenience and appreciate your patience. Rest assured, we are working to resolve this as quickly as possible.
Thank you so much
Thank you for reaching out and for sharing the error details. The warnings you’re seeing are related to deprecated PHP functions in the latest versions of WordPress and PHP. These warnings won’t affect the functionality of the plugin, but they can be hidden by disabling debug mode in your
wp-config.phpfileDeprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/wp-includes/functions.php on line 7329
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/wp-includes/functions.php on line 2189
Open your website wp-config.php file and above /* That’s all, stop editing! Happy publishing. */Remove
define( ‘WP_DEBUG’, false );Paste this piece of code
ini_set(‘display_errors’,’ Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);You can also check WordPress documentation https://ww.wp.xz.cn/documentation/article/debugging-in-wordpress/
It will remove all warnings.
Hi,
Thanks for reaching out! I’m glad to hear everything else is working great for you.
Currently, displaying “live” posts in the feed is only available in the Pro version of Easy Social Feed. If you’re interested, you can upgrade to the Pro version to access this feature. You can check out the available plans here:
https://easysocialfeed.com/pricing/Let me know if you have any questions or need further assistance!
Best regards,
- This reply was modified 1 year, 1 month ago by Abdul Mujeeb.