yuliandesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Gateway for PayPal on WooCommerce] TRANSACTION_REFUSEDThe problem here is that the plugin is not informing the customer that there was an error; after the processing spinner, nothing happens and no information is displayed.
I wrote again and they told me the same thing, that for my use case the best thing to do is to deactivate the service and that was it. It’s a shame that Siteground doesn’t take into account something so serious and that it harms the speed of those of us who have virtual product stores.
Hi @vtrandev
On the plugin side it cannot be solved, there is no function that prevents the woocommerce_uploads directory from being cached. The only solution is to disable NGINX Direct Delivery from the tools site.
I will send a ticket to support again, although as I mentioned before, once I reported it, and they did not give me a solution nor did they mention that they were going to investigate it.
Forum: Plugins
In reply to: [WooCommerce] 100% Coupons set orders on ProcessingHi @reynierc , according to the documentation my products are configured correctly.
What code could I use to fix this problem, so that the order status automatically changes to “Completed”?
Forum: Plugins
In reply to: [Dynamic Pricing With Discount Rules for WooCommerce] Sale badges not displayI didn’t know that the badge was only in the premium version, in that case there would be no problem since I have the free version. Thanks.
?it by applying additional compression on top of what WordPress already does
Does that mean that the images are going through double compression? First the one that WordPress has by default and then the one applied by the plugin?
you are welcome to get in touch with our Support Team if you are a SiteGround client.
I will run several tests and if I determine that it is the siteground plugin then I will contact you.
Hi @aamiribsf Indeed, I have selected the
Default
option in the Attributes options and the styles of the plugin configuration have been loaded.I have one last question:
In which section can I write to request development information to add functions?
It happens that I have developed a javascript code so that when I click on the variation, it takes me directly to the single of the product with that variation already selected. The code works but it does too much processing, I would like to be able to do it the right way.<script type="text/javascript"> // your javscript code goes here // a const sbd_swatches = document.getElementsByClassName('cfvsw-image-option'); console.log(sbd_swatches); for (let i = 0; i < sbd_swatches.length; i++) { console.log(sbd_swatches); sbd_swatches[i].addEventListener('click', function(e) { const sbd_selected_swatche = e.target.parentElement; const sbd_container = sbd_selected_swatche.parentElement.closest('li'); const sbd_li = sbd_container.getElementsByClassName("ast-loop-product__link")[0]; const sbd_product_url = sbd_li.href; const sbd_selected_language = sbd_selected_swatche.getAttribute("data-slug"); const sbd_url = sbd_product_url+'?attribute_pa_language='+sbd_selected_language; window.location.href = sbd_url; }); } </script>
- This reply was modified 2 years, 4 months ago by yuliandesign.
Hello @bhshravankumar
https://yuliand12.sg-host.com/
- This reply was modified 2 years, 4 months ago by yuliandesign.
@ansoncheung78 Try disabling the Experimental Feature called “Landing pages“. This should solve your problem. It worked for me.
- This reply was modified 4 years ago by yuliandesign.
I have the same warning.
Warning: Creating default object from empty value in /wp-content/plugins/elementor/modules/landing-pages/module.php on line 474
Hi, I have managed to fix it with manual installation.
But every time I add a new language to my site (create a new site within my wordpress multisite) this error will appear and I will have to repeat the process.
– Download the plugin
– Go to my website directory
– Manually upload the plugin to the directory
– Reactivate
That is wasted time, during which time I will lose many subscribers.In my opinion MailPoet is not fully compatible with wordpress multisite. It should fix that problem.