pihish
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Force SSL & HTTPS SSL Redirect] Images Not Being Forced To Load As HTTPSIt’s the homepage at latn.com
Forum: Plugins
In reply to: [WP Force SSL & HTTPS SSL Redirect] Images Not Being Forced To Load As HTTPSI am not sure where you are seeing those links, but all the ones I see are for latn.com images – which the plugin is supposed to forward to their respective https:// versions. Check your console for the homepage and you’ll see:
Is there a way to check whether the forwarding the plugin is supposed to be doing is working? All evidence suggest it’s not doing anything.
Forum: Plugins
In reply to: [Accept Stripe Payments] Using Navigation Item As Simple Payment ButtonK, just sent it
Forum: Plugins
In reply to: [Accept Stripe Payments] Using Navigation Item As Simple Payment ButtonI just tried posting a link, but it looks like the forum blocks them. Can I shoot it to you through e-mail?
Forum: Plugins
In reply to: [Accept Stripe Payments] Using Navigation Item As Simple Payment ButtonNA
- This reply was modified 6 years, 8 months ago by pihish.
Forum: Plugins
In reply to: [Accept Stripe Payments] Using Navigation Item As Simple Payment ButtonI looked at the element using devtools and it looks like the credit card input isn’t an actual input, but a div
Forum: Plugins
In reply to: [Accept Stripe Payments] Using Navigation Item As Simple Payment ButtonI was able to get the pop-up to appear using the nav link, but it seems like the credit / debit card input element is in read-only / disabled mode no matter what. I tried filling out the amount, name, and e-mail fields, but the card input element is disabled and so is the pay button.
Any idea what might be causing this?
Forum: Plugins
In reply to: [Accept Stripe Payments] Using Navigation Item As Simple Payment ButtonI don’t have a product associated with the payment functionality. No matter what value I put in for the
product_idURL parameter, I get aCan't find product with ID Xresponse. I tried adding the fancy parameter to the URL so that it looks something like:https://mysite.com/?asp_action=show_pp&product_id=0&fancy=0but still getting the same error.
How do I get this to work without an underlying product?