klaus78
Forum Replies Created
-
Thank for the detailed feedback and going the extra mile. Here is what I could find:
WooCommerce Legacy REST API package: The Legacy REST API plugin is not installed on this site.and,
Your server does not have the SoapClient class enabled – some gateway plugins which use SOAP may not work as expected.Could the two items listed above be the cause?
Hi. There is no record of the second payment. I suspect PayPal is not notified that it is a recuring payment. Apart from adding my PayPal API credentials is there anything else I should do for the Easy Payment plugin to work? There is a webhook section on the PayPal account. There is a url in place. The url looks like this: https://ourdomain//wc-api/PPCP_Paypal_Checkout_For_Woocommerce_Button_Manager/?ppcp_action=webhook_handler&utm_nooverride=1
Does this webhook look correct?It seems that only the first payment goes through on subscription based products. When we tested we did not have sufficient funds on the PayPal account we used to pay for the subscription, but we have set our credit card as fallback payment option on the PayPal account. Must the funds come directly from PayPal for the subscription payments to work? Apologies if I am being a bit vague.
Hi, unfortunately, I am not able to record the box that pops up when I attempt to make a payment for a subscription payment, but I did upload a screen grab comparing standard and subscription-based products. Is it a PayPal requirement to create an account with them to enable recurring payments? In other words, do credit card payments only work for non-subscription-based products?
PayPal has activated Reference Transactions/Vaulting on our account, and your payment plugin now allows me to enter my credit card details for subscription-based products, but in addition to adding my credit card details and billing address, it also requests that I create an account to get PayPal benefits. I have to enter a password, date of birth, and ID number. It then attempts to send an access code to my mobile number, but I do not receive this code and can’t complete the payment. When I purchase a non-subscription product, I am not prompted to create an account.
Hi Simon
Thank you for the quick response. It is just standard html code that I have used. there is no plugin to handle the download or that creates the pop-up.
We implemented the same setup successfully on another site also making use of SA Sliders, but it seems that this problem occurs outside of SA Sliders too and I am now approaching Elementor for answers.
Thank you for your willingness to help.
Stay safe and healthy.
Kind regards,
Klaus Oellrich
Hi Simon
Thank you. I have made the changes to the slider as suggested.
Please go to https://adoreafrica.com/test-page/
Password is sbrm
I have added a single button here (the same code as used in the sliders)
When you first land on the page and click the DOWNLOAD button the file is downloaded directly, but when you click on the button again the image is displayed as a pop-up.
When you do a hard refresh on the page it will download the image directly again.
Not sure if this would be of any use to you. All plugins are up to date.
We are using elementor to build our pages.
Hi Simon,
Thank you for the speedy reply.
I believe it has to do with the individual slide ID’s. They all have unique ID’s, but according to Lighthouse there is still something missing. I have tried to find the solution online, but have not come across similar issues.
Perhaps the Lighthouse Accessibility check is inaccurate?
It actually lists every single slide of the two sliders on the report, but looking at the page code I can see that they do have unique ID’s.
So it seems from a plugin point of view there is nothing to add or change.
Thank you for your time and stay safe.
Good day,
I have a similar issue. When I access my site using chrome on android I only see the Custom Cookie Bar, but when I access the site using the Internet App I see the Privacy Overview pop-up too, but can’t close it which means that you can’t browse the site. Is there a way to disable this Privacy Overview pop-up?
Hi Simon. I also noticed that the third option worked, but having to apply it to ton of slides is not practical so for now we will edit via Text tab and leave it at that. perhaps I can do a search on google under WordPress since you have illustrated clearly that this is a WordPress issue and not plugin related. Thank you for your time, help and for your plugin. Kind regards, Klaus Oellrich
Hi Simon. Thank you for the reply. I have removed the extra DIV tags and cleaned up the code as best I could. The slide still displays as intended, but the removal off the link when moving between Visual and Text tabs still happens.
Here is what happens:
1. I open the slider I want to work on and then it loads in the Visual Tab. I then click on the Text tab and see that my link is missing from the code.
2. I “close” the slider by clicking on the SA Sliders link to reload my list of sliders
3. I go back to my slider which now opens in Text tab with the link in place
4. If you save the slider when in Visual tab then the links are removed.Can I create a video clip and send it to you to illustrate this better?
Hi Simon. Thank you for the quick response. The href is a working link on the website.
Below is what the code looks like for each slide:
<a href="http://mydomain.com/testsite/my-page"> <div><img class="alignnone wp-image-2358 size-full" src="http://mydomain.com/testsite/wp-content/uploads/2019/03/image.jpg" alt="" width="434" height="348" /></div> <div><style type="text/css"> <div> <table border="0" width="434" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"> <tbody> <tr> <td> <div> </div> <div style="text-align: center;"><span class="style2">TITLE GOES HERE</span></div> <div style="text-align: center; margin-top: -10px;"><img class="size-full wp-image-867 aligncenter" src="http://mydomian.com/testsite/wp-content/uploads/2019/02/image2.png" alt="" width="166" height="7" /></div> <div style="text-align: center; margin-top: -10px; padding-bottom: 30px;"><span class="style1">Some text goes here<br /> some more goes here...</span></div> </td> </tr> </tbody> </table> </div> </a>The layout remains 100% when edited in Visual or Text tab. It is only the href that is removed when going from Visual to Text in the slide editor.
I hope this information helps. Thank you for your time and help.
- This reply was modified 7 years, 2 months ago by klaus78.