testkid
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Decimal and thousand separatorSo, does the premium version have a feature to prevent this issue? Which package are you referring to? I don’t see any package mentioning e-commerce compatibility or anything like that.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] QR code or Bar CodeHi, Thank you for your response. can you please share if the WooCommerce Ultimate Barcodes is compatible with Dokan? I’m using Dokan as a multivendor solution and since it’s a premium solution I can’t confirm unless I buy it.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Translated language calendar issue.I tried to add the class name to the div that contains the calendar, but the class isn’t adding in the div and the issue is not going away. Below I’m adding the code for you to see.
function add_daterangepicker_notranslate() {
?>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
const datePickers = document.querySelectorAll('.daterangepicker');
datePickers.forEach(datePicker => {
datePicker.classList.add('notranslate');
});
});
</script>
<?php
}
add_action('wp_footer', 'add_daterangepicker_notranslate');As for the 2nd issue, I’m adding the URL so you can see it as well: Website Link. Please don’t mark the topic as solved without giving me a chance to confirm the solution you are providing.
Nevermind, I switched form plugin.
Here is the link
So for now, are any of the mentioned features not available in Dokan?
Hi, again I’m sorry to inform you that the problem is back again and I do not understand how can it return. The issue was gone after I reupdate the WordPress, But a few moments ago when I tried to upload a product I couldn’t do it. I got 500 internal error. All the other issues are also back with it as well. If I try to visit the website from Google search results either I get This page cannot be opened or get redirected to another domain. I’m really confused now. I’m really sorry for the confusion but can you guys help me to find the solution?
- This reply was modified 1 year, 9 months ago by testkid.
Hi, I just fixed all of the issues this morning. The problem was with the update of WordPress itself. I’m not sure if it makes sense, but when I reinstalled the WordPress update all the issues were gone. Product variations, 500 internal errors, and product purchase loading issues all at once. Thank you so much for the help. I deeply appreciate it.
Hi, sorry It took longer than expected. I reached out to my hosting provider and they said they don’t provide support regarding the changes you asked me to make. Anyway, I made the changes, and since you told me that there are some issues regarding the Yoast SEO plugin I contacted them with the error log and waiting for their reply. In the meantime, I deactivated the Yoast plugin and checked but unfortunately, the issue is still there. I also received a complaint from my customers that they are unable to make payments while purchasing. the payment sidebar is loading for a long time.
Thank you, I’ll make these changes and update you if the issue is fixed.
Hi, thanks for your quick response. I did make a few changes prior to this issue. They are:
1. I updated themes, plugins, and the WordPress version to its latest, as none of them were updated for a long time. (I got clumsy about the maintenance sorry for that).
2. I used an image optimization plugin to optimize all the images and improve speed.
3. I used a speed optimization plugin to speed up my website.
Please Note: The plugins used for image and speed optimization are no longer on the website.
Here is the system report: https://gist.github.com/testkid1/4aa0f9d3bc4444889783709696fd2e70and the error log: https://gist.github.com/testkid1/386848b7ba6f6614734f0cee536521f9
- This reply was modified 1 year, 9 months ago by testkid.