jordan1990
Forum Replies Created
-
Forum: Plugins
In reply to: [Quiz Maker] Sorry. We are unable to store your dataI found a reason. When I turn on blocking ads and trackers then there is an error. When I turn on it on my desktop then everything is working well. Are you going to fix this problem? Also when the error occurs then in score board there are not one but four missed tests.
Forum: Plugins
In reply to: [Quiz Maker] Sorry. We are unable to store your dataHi, can you tell me what was the reason? I have the same problem now. The funny thing is that this problem I have only on desktop and on mobile phone (both android and IOS) everything is working ok.
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Google map not working with your pluginOk, the only problem is that when this field is unchecked, google map stops working and then I have to go back to the website and check this checkbox
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Google map not working with your pluginRight now I have a problem with this solution. After some time (maybe after each update but I don’t know maybe just few days) I have to go back and again check the checkbox from Quick Start –> Google Maps. I have no idea why but this checkbox is unchecked after few days… Do you know what to do?
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Google map not working with your pluginGreat, now its working. Thank you for help
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Google map not working with your pluginNo, I dont know how to do it. Its not working when I put location from elementor and also when I put html code from Google.
PayU EU Payment Gateway for WooCommerce
When I use some of methods and click “cancel” I’m redirected to the checkout page and I can see “Thank you. We have received your order.”.
This is nice when payment is successful but it should redirect at least to the page where client can pay for order again. Without this he will does not have a chance to pay for it so it never will be completed.
And this is set by this PayU plugin when clients payment wont be successful, he will recevice on e-mail an information (link to page pay-order) or can go to his account and see that he can pay for his order. I would also like to redirect client after unsuccessful payment to the page where he can try to pay again.
Forum: Plugins
In reply to: [PayU GPO Payment for WooCommerce] Redirection after payment is unsuccessfulFor this first question with redirection I found some solution:
add_action(‘woocommerce_cancelled_order’,’lenura_redirect_to_home’);
function lenura_redirect_to_home() {
wp_redirect(home_url( ‘/checkout/’ )); // REDIRECT PATH
}But the problem is that it redirects to the page where it shows that everything is just fine (simple checkout thank you page). I would like to set a link to the checkout page where client can pay for his order again.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter on product categoryI found a solution. On my site the problem is with another plugin: “Hide Categories Or Products On Shop Page”. After I turn off, it’s working again.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter on product categoryPlease let me know if you find a solution
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter on product categoryHi, I have excalty the same problem and only with product category. Rest filters are working correctly… Can you let me know if you find out how to fix it?
I see that one post is from “Camera Roll” and second is video but is very long (almost 60 minutes). Is this can be a reason? Free version not include it?
So what can we do with that problem?
I did like u said and after putting data, it shows error “null”. Why is that?
Ok, thank you.