testkid
Forum Replies Created
-
Hi, is there anyone available to help me with this issue? Topics raised after mine are being answered, but not this one…
Please check this video to get a clear idea. https://fex.net/s/b47cldy
Hi, I checked again. Yes, the vault option was already enabled.
Hi, thank you for your response. First we tried the manual way to connect sandbox but that was a bit confusing for me so later we used the “Connect” Button.
I checked the Advanced settings page, I can’t find the “Vault” option.
Hi thanks for the response,
When I faced the withdrawal issue with WCFM after disabling the minify of JS, the issue was gone. So the issue may be happening because of the JS minify. The JS minify is disabled now. After you visit the website, please let me know. I’ll also disable the CSS minify for you to view.
Yes, I turned the merging off. I might be misunderstanding what you said, but according to your previous message, it seems that merging is not necessary if my site has HTTP 2. Also, it was making my site behave weirdly (the hamburger menu wasn’t responding, WCFM dashboard was not showing contents). Do you have any suggestions on what exactly I should do to fix these issues, other than turning off the merging?
Additionally, when I was testing my website as a vendor, I attempted to withdraw my money. After requesting withdrawal, on the admin’s end, the website was not showing the withdrawal request. When I turned off the JS minification it showed up. This is another issue I’m facing. Can you help me figure this out?
Thank you for the analytics report, I’ll contact my hosting regarding this issue.
I have disabled CSS marging and in the settings I have disabled Merge inline extra css and javascript. That’s all I could find regarding marging. How can I find out if there are any marging going on?
Also, Is this all for achiving the most speed on the website using the free version of WP-Optimize?
And one more question before installing and using WP-Optimize the site speed was slow in that case why didn’t HTTP 2 load the site faster?(This is a off topic question feel free to ignore it if needed.)Hi, thank you for your response. Yes, the reason the hamburger is working on the phone now because I was able to identify the issue. It was indeed like you predicted the merging of JS files. And the cache for logged-in users was deactivated while I encountered the issue.
After disabling the merging of JS files, sadly, the website became slow, but the hamburger and the WCFM issue went away. What I’m asking now is there any workaround to reach the speed?
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 2 years, 11 months ago by testkid.