Amit Paul
Forum Replies Created
-
Hello @saimoorthi,
Thank you so much for your response and for sharing the details. I truly appreciate your cooperation. This will be really helpful in identifying the cause of the issue.
Since you’re experiencing critical errors on your site, it may be a 5xx error, and the cause could be logged if the
DEBUG_LOGis enabled. Additionally, it seems there could be a memory limitation issue as your site’s WP_MEMORY_LIMIT is currently set to 256M.I suggest performing a quick check by increasing your site’s memory limit with the following steps:
- Locate the
wp-config.phpfile in your WordPress directory. - Add the following line of code just above the line that says, “/* That’s all, stop editing! Happy blogging. */”:
define('WP_MEMORY_LIMIT', '512M');
For more details, you can refer to this blog on how to modify the
wp-config.phpfile: Modify WP_Config File.If increasing the WP Memory Limit doesn’t resolve the issue, I kindly request you to enable the
DEBUG_LOGso we can get more detailed error information. This will help pinpoint the exact cause. Here’s how to enable it:- Open your
wp-config.phpfile. - Add the following line:
define('WP_DEBUG', true);
This will enable debugging mode on your WordPress website. For more information, please refer to this document: How to Enable WP Debug Log.
After enabling the
DEBUG_LOG, revisit the page to see the error output and kindly share the full error details with us. Our expert team will investigate and provide the exact cause of the issue.
Looking forward to your response.Thank you again for your understanding & co-operation.
Hi @saimoorthi,
Thank you for sharing your feedback, and we’re extremely sorry to hear about the issues you’re facing with Essential Addons.
This situation seems quite unusual, as we have a large user base, and such issues have not been commonly reported. To help us better understand what might be causing this, could you kindly let us know which Essential Addons elements you’re currently using? Additionally, if you encounter any specific errors after activating the plugin, please share the error details with us so we can address them promptly.
It would also be incredibly helpful if you could share your Site Health Info so we can investigate further. To do so, please follow these steps:
- Go to your WordPress Dashboard -> Tools -> Site Health -> Info.
- Click on “Copy Site Info to Clipboard.”
- Paste the copied information into PasteBin (https://pastebin.com/) and share the link with us.
Please rest assured, if the issue is related to our plugin, we will work swiftly to resolve it. We truly appreciate your understanding and patience in this matter.
In the meantime, since you’re experiencing layout styling breaking issue, you can check by clearing the cache: Kindly follow this – To regenerate assets, you can go to wp-admin -> Essential Addons then, switch to the ‘Tools’ tab and hit the ‘Regenerate Assets’ button. Check out this screenshot: https://d.pr/i/PFjfcyAlso, make sure to Regenerate Files from wp-admin -> Elementor -> Tools -> General as well. Check out this screenshot: https://d.pr/i/N6WC1d
If the issue still persists, please try clearing your browser cache (by pressing shift+ctrl+R) or try another browser too.
Also, for a more deeply investigation, you can reach out to our technical experts directly from here.Thank you for your understanding & patience!
Hello @amitbiswas06,
I trust this message finds you in good health.
As we haven’t received any response from you, we believe that your issue has been successfully resolved. Therefore, we are closing this topic now.
However, please do not hesitate to open a new topic should you encounter or need any further issues or help. We’ll try to reach out to you as early as possible.
Thank you!
Hi @mihaicircea,
Greetings! Hope you’re doing good.
Really sorry to hear about the issue you’re facing. We have checked the embedded PDF from the apple device, specially from Safari browser, and found that It’s working perfectly, as you can see: https://d.pr/v/Ll758w
I suggest you, kindly make sure that you’re using the latest version of EmbedPress plugin and also you can check with clearing your site cache & also browsers as well.
I hope it will be helpful. Let us know how it goes.
Regards,
~Amit.Hello @procarmanuals,
I trust this message finds you in good health.
We haven’t received any response from you, hence we believe that you’re going well. Therefore, we are closing this topic now.
However, please do not hesitate to open a new topic should you encounter any further issues. We’ll try to reach out to you as early as possible.
Thank you!
Hi @amitbiswas06,
Hope you’re doing good. We haven’t received any feedback from you. Did you check our above information? Is that helpful for you? Kindly, let us know the update.
Looking for your response.
Thank you!Hi @procarmanuals,
Greetings! I hope you’re doing well.
Thank you for reaching out with your query. We want to let you know that while we don’t provide specific support for individual caching plugins, our plugin is designed to work seamlessly with most caching tools. If you encounter any conflicts or issues, please feel free to share the details with us. Our team will be happy to investigate and make any necessary improvements.
Thank you for your understanding!
Best regards,
Hi @amitbiswas06,
Really sorry for the misunderstanding.
Well, adding thispublic $link_type = 'cqfs_link';property to your extension class will setcqfs_linkas default value for Link Type dropdown when you select your source.You can see example here:
Types: https://github.com/WPDevelopers/notificationx/blob/b97ea57d9551b3214ff13592277afa8bffa1bb08/includes/Types/Comments.php#L32
Extension: https://github.com/WPDevelopers/notificationx/blob/4b75b47c512c60972da7c547a6a9fa890a131561/includes/Extensions/Google/GoogleReviews.php#L35You can find code responsible for setting the default value here: https://github.com/WPDevelopers/notificationx/blob/e31ed19f0eb71d24508214f23b9f1978b52c0cff/includes/Extensions/Extension.php#L214
Hope it helps. Thank you!Hi @amitbiswas06,
Hope you’re doing well.
I suggest you, In your extension add the filter ininit_fieldsfunction. If you already don’t have one then create one.
Here is an example:
https://github.com/WPDevelopers/notificationx/blob/20ce9d9f7efaab18bd59ed2a1c091b57aae1b0d3/includes/Extensions/EDD/EDD.php#L59-L62public function init_fields(){
parent::init_fields();
add_filter('nx_link_types', [$this, 'link_types']);
}Also, please let us know if you created the extension successfully or not?
Thanks!Hi @vortexdizajn,
Greetings. Really sorry to hear about the issue.
I have checked your site URL, It seems it’s working fine: https://d.pr/i/U9OJ38. So, It seems like a caching issue. I suggest please clear the cache and check from private/incognito mode.
Kindly, let us know how it goes then.
Best Regards,
Amit PaulHi @procarmanuals,
Greetings! Really sorry to hear that.
I have checked your site, It seems the PDF is loading perfectly, as you can see here: https://d.pr/v/yImgjX
I suggest you, If you’re using any caching plugin, please purge your cache from there and also clear the cache from your browser, then check again please. You can check from Incognito/Private mode from the browser as well.
I hope that will be helpful for you. Kindly, let us know how it goes then.
Thank you!Hello Vladimir Bender!
Hope you’re doing good. We haven’t received any further updates from your end. Your feedback is crucial for us to address the matter effectively.
Have you checked the above mentioned instruction to resolve that? kindly, share your feedback here.
Thank you for your cooperation and understanding. We eagerly await your response.
Best regards,Hi @amitbiswas06,
Hope you’re doing well. Have you checked the above-provided info yet? If not, kindly check, please. Also, let us know if there is anything we can assist you with.
Thank you!Hi Vladimir Bender!
Could you please provide feedback on the issue you’re experiencing? Were you able to turn off the pattern library button by following our instructions? If not, kindly try again and let us know how it goes.
Looking forward to hearing from you soon.
Thank you!Hi @vovastik ,
I hope you are doing well. You can easily turn off the Pattern Library button yourself. Here is a screencast showing how to do it from the backend: https://d.pr/v/pyhMPX
After making the changes, please update me on your findings. If everything is working perfectly, I hope you will remove the 1-star rating. We understand it was frustrating when there was no option to remove it, but we have provided a way for clients to do so.
I look forward to your response and appreciate it if you could update the review if everything is working fine.
Have a nice day! - Locate the