akkolad
Forum Replies Created
-
Same issue here !
Forum: Plugins
In reply to: [Ultimate Member Profile Tabs] An alternative ?The content of certain tabs was missing, so I’ve made a quick fix :
replace line 44 in core.php :
$tab = UM()->profile()->active_tab();
by :
$tab = $_GET['profiletab'];
- This reply was modified 4 years, 9 months ago by akkolad.
Forum: Plugins
In reply to: [Ultimate Member Profile Tabs] An alternative ?Thanks a lot @gboudreau it’s perfect !
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Lightbox option for carousel blockWow great !
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Lightbox option for carousel blockThanks Anthony !
Forum: Plugins
In reply to: [Ultimate Member Profile Tabs] An alternative ?Forum: Plugins
In reply to: [Ultimate Member Profile Tabs] An alternative ?Thanks a lot, I will check that !
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] FlowFlow is not definedSame here !
Forum: Plugins
In reply to: [WooCommerce] Product Image Lightbox Not Working in Version 3.0Worked for me, thanks a lot !
@mohammad177 maybe your cache ?
- This reply was modified 7 years, 6 months ago by akkolad.
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] Database Error since 1.6.2The message with Safari :
” Failed to save sort order: SyntaxError: JSON Parse error: Unrecognized token ‘<‘ ”Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] Database Error since 1.6.2Hi,
Exactly the same problem for me. I tried same things, with same results.
I moved a website from my local server to an online server with “Duplicator”.
When I go to my “supsystic social sharing project” , “Networks to show” is empty.
When I try to “Add Networks” I’ve got this message in a JS alert box :
“Failed to save sort order: SyntaxError: Unexpected token < in JSON at position 0”The blank page appear after the Paypal payment when the user click on the button “Finish the payment” (not sure if this is the right text)
Thanks for your answer,
it seems like I’m not alone with this problem : https://www.ads-software.com/support/topic/membership-created-cancelled-straight-away-in-paypal-user-has-full-access?replies=4
Like I said, even with define(‘WP_DEBUG’, true), and I’ve got no error message.
I checked with the Chrome inspector and the page is loading normally (<html>, js, css, etc.) but the <body></body> is empty = blank page.You’re right the Paypal account with which I’ve tried the payment is unverified (the bank card is linked, but not the Bank account). This maybe explain the payment failure.
I changed the membership to a non recurring payment, retry the test and this time I’ve got an error message on the payment page of my website (“This transaction couldn’t be completed. Please redirect your customer to PayPal.”) in place of the blank page.
Which is not great but better than the blank page.Ok, I do not use SSL me either…
I have just made a test :- I activated IPN
- I paid with a Paypal account, everything seems to be OK but I got a blank page after the submit of the last page of the “funnel purchasing”
- I consult the IPN notifications history and the type of the IPN is “Autorisation de facturation pour paiements récurrents annulée” which means “billing authorization for recurring payments canceled”.
Is this the same for you ?
Maybe the bank refuses the payment, but why ?
And why the blank page ?