scott8035
Forum Replies Created
-
Forum: Plugins
In reply to: [Regenerate Thumbnails] All SVG files were removed after plugin workI am experiencing the same symptoms…with the Delete Thumbnail Files… option on, regenerating deletes the SVG files (but leaves the metadata). I’m using plugin “SVG support” to, um, provide SVG support.
Any word on when we might expect a fix?
The root cause was a missing semi-colon before a closing brace in some code I’m writing for a plugin. The missing classname was an error within the QM collector as I recall.
It’s currently at 7.3. If you think it might help I could switch to 7.4.
Forum: Plugins
In reply to: [Query Monitor - The developer tools panel for WordPress] Wordfence conflict@asafm7, did you try increasing your WP memory limit? That’s the thing that jumps immediately to mind when reading your problem description. Try something like this in your wp-config.php at the WP root directory:
define('WP_MEMORY_LIMIT', '256M');
Forum: Plugins
In reply to: [Central Color Palette] adding rgba codesIsn’t that already possible? I think the transparency percentage is the number below the hex color code…
@rainbowgeek, has there been any progress on this, especially with Elementor?
@wpinsider-1, @mbrsolution, I agree with you that this is probably a PayPal account setup problem. Could you do me a favor and take some screenshots illustrating the right way to set up your PayPal settings? It’s confusing as all-get-out, and PayPal suppport doesn’t seem to have a clue.
@mbrsolution, yes, I followed the instructions.
I agree, it can be challenging to troubleshoot remote issues. I don’t doubt that the plugin can be made to work. It just isn’t working for me for some reason.
I have contacted PayPal support several times, and I believe the account is setup correctly for 3rd-party credit card payment for Enhanced Recurring Billing. Here are some screenshots that show this feature is active, if you still think it’s setup wrong I would like you to point out what’s wrong with it…I’m not a PayPal expert.
https://test.healthy-holistic-living.com/wp-content/uploads/PP-mgr-1.png
https://test.healthy-holistic-living.com/wp-content/uploads/PP-mgr-2.pngAnd here’s a screenshot of the actual problem that occurs during checkout…there is no option to make the payment without creating or logging into a PayPal account:
https://test.healthy-holistic-living.com/wp-content/uploads/PP-checkout-1.png
Any help you can provide is most appreciated. Thanks.
@mbrsolution, @wpinsider-1, is anyone going to pursue this further?
I have setup the PayPal account exactly as you suggested and verified the settings against your doc and PayPal’s doc. We should be able to take credit cards with that PayPal account, yet the credit card option does not get displayed at checkout.
@mwsmedia, …which means you would run it at the command line like this:
php fix-wordpress-export-wpautop.php < input.xml > output.xml
@mwsmedia, it’s a command-line program.
@wpinsider-1, is there anything more you can look at, or is this solely a PayPal problem in your opinion?
@wpinsider-1, I already setup the account for Enhanced Recurring Payments, that step was in the plugin doc. Do you have a link or screenshot you can show to illustrate how to verify the setting from your point of view?
Yes, the IPN feature is turned on. I had set it up at the beginning using the same instructions you just linked, and I also just verified that IPN is enabled in the PayPal account.
@mwsmedia, the file is run independently from WordPress, in the directory that WP is installed into (the same directory that has your wp-config.php).