denis24
Forum Replies Created
-
Here’s a screenshot of part of the Query Monitor results. As I said, there are 25 identical actions in WPForms Lite. They didn’t all fit on my screen.
https://drive.google.com/file/d/1_sBJbdeQZCzGwlwWr6XnaJj5fmnxiR0h/view?usp=drive_link
This vulnerability was published on Sept. 22 — two weeks ago. When will you release an update that fixes it?
https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wp-user-frontend/wp-user-frontend-4112-authenticated-subscriber-arbitrary-shortcode-executionIt’s resolved now. Thank you.
Forum: Plugins
In reply to: [Autoptimize] An image is being preloaded on all pages – ShortPixel CDNThanks for the quick response. I wrote:
I thought about clearing the image from the ShortPixel cache but the instructions here don’t seem to apply — the URL of the image starts with https://sp-ao.shortpixel.ai/client/ not https://cdn.shortpixel.ai/spai/.How can I flush the CDN cache if I’m using ShortPixel via Autoptimize?
Forum: Plugins
In reply to: [WP YouTube Lyte] _load_textdomain_just_in_time errorNo, I missed that detail.
But when i added the file to mu-plugins, I got a critical error:
[15-Jan-2025 19:26:35 UTC] PHP Fatal error: Uncaught Error: Class “QM_Collectors” not found in /home/dh_fq6kjb/jamalong.org/wp-content/mu-plugins/quiet-load-textdomain-warning.php:35Forum: Plugins
In reply to: [WP YouTube Lyte] _load_textdomain_just_in_time errorThanks for the quick reply, but the code snippet provided does not quiet the warning messages.
The problem was caused by server caching. I excluded that page from server cache and the success message is displaying now, whether or not the “Show form again” box is checked.
Forum: Plugins
In reply to: [WooCommerce Square] Can’t connect to Square@garyesmith: You hit the nail on the head.
The plugin settings page (admin.php?page=wc-settings&tab=square) is poorly designed. The page heading is “Connect to Square”, and it displays a dropdown menu “Environment Selection” with two choices: Production and Sandbox. Right below that is a big button “Connect to Square.”
After pushing my staging site to the live URL, I needed to change the Square environment from Sandbox to Production. So I selected “Production” in the dropdown menu and clicked the big button “Connect to Square”. Obvious, right?
Wrong! As you pointed out, the correct procedure is to select “Production” in the dropdown menu, SCROLL DOWN and click the “Save changes” button, wait for the page to reload, and THEN click the big “Connect to Square” button.
This is not explained anywhere on the page, or in the support documentation. I initiated a support chat with WooCommerce and spent another hour on the phone with Square support, but I didn’t find this important tip until you replied above. Thanks so much!
Attention WooCommerce: Adding this very important instruction to the settings page would have saved me a lot of time and frustration!
Forum: Plugins
In reply to: [WooCommerce Square] Can’t connect to SquareI am facing the same issue.
@garyesmith : Were you able to resolve the problem? WooCommerce support is not providing helpful answers.
Never mind — I fixed it.
Line 1 in the stack trace pointed me to JetPack. It’s not installed on this staging site (I don’t like it) but it is active on the live site from which the staging site was cloned. I used PHPMyAdmin to delete a few lines from the usermeta table referring to JetPack, and now I can export users to CSV.Forum: Plugins
In reply to: [bbp profile information] Display WordPress/WooCommerce/custom fields?OK thanks for the info
I’m still waiting for a reply.
After a user submits an event on the front end, the Success Message does not display anywhere, so people are calling the client to see if the event was submitted.
Your WP Safe Mode throws fatal errors and the loader file cannot be installed.Forum: Plugins
In reply to: [WooCommerce] Conflict with NextGen Gallery? Big problem on CheckoutThis was indeed an issue with NextGen Gallery.
After a lot of troubleshooting and back-and-forth with the NGG plugin developer, I added this line in wp-config.php:define(‘NGG_ENABLE_RESOURCE_MANAGER’, FALSE);
That resolved the spinning balls issue and the missing credit card input fields issue on the checkout page.
After more troubleshooting, I found a solution:
I added this line in wp-config.php:define(‘NGG_ENABLE_RESOURCE_MANAGER’, FALSE);
That resolved the spinning balls issue and the missing credit card input fields issue on the checkout page.
This issue appears to be resolved now.