aaron843
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update required: never goes awayShould I just add this to my css?
.is-alert-update {
display: none !important;
}Forum: Plugins
In reply to: [WooCommerce] WooCommerce database update requiredHere is what mine has been doing:
1. database update required. click.
2. database update complete. yea!
3. database update required. oh. click.
4. Something went wrong. The link you followed has expired. Oh no!
5. database update required hmmm.Forum: Plugins
In reply to: [WooCommerce] Version 4.0.1 “WooCommerce database update required” loopYeah, it seems more like a code bug.
Forum: Plugins
In reply to: [WP Config File Editor] Won’t saveOkay, I think I figured this out. If the authentication salt was empty, it won’t save. The error message is not visible unless you are on the secure keys tab, so most users trying to change data anywhere else will not be aware of this. It’s good that you check that they’re not empty, but you need to complete the task by making the error message visible when saving. Currently it just appears to be broken.
Another screwy thing, the status bar on upload shows:
Uploading files to remote storage (188%, file 20 of 1)How can we be on file 20 of 1? How can it be 188% complete?
I can also say, this feature does not seem to be working. I have tested several ways, including logged in user and guest checkout. No emails sent. Is there a trouble-shooting guide, or can one be created? In searching for the answer, I have found many people experiencing this problem (going back years) but no solutions posted other than bug fixes or “since we haven’t heard from you…” closures (only to seem more people experience the problem).
Forum: Plugins
In reply to: [WooCommerce] Full size image, zoom, distorts when larger than viewportFixes it on desktop. Still broken on mobile.
Forum: Plugins
In reply to: [WooCommerce] Full size image, zoom, distorts when larger than viewportYes, I figured out something similar to fix.
Forum: Themes and Templates
In reply to: [Zakra] E-commerce product zooming-in distorts imagesI was able to fix mine by adding
.pswp img {
max-width: none;
}to custom CSS
I’m not sure. I’m not a coder, just an end user. I’m currently using PMP 1.9.5.6 and it’s stable. My gallery settings are justified gallery, thumb height 720, row 300, max 300%
- This reply was modified 6 years, 2 months ago by aaron843.
Forum: Requests and Feedback
In reply to: Why wordpress only use old jQuery version is 1.12.4?Would love to know the story as well. It is reported as a security risk, unless WP is doing something to make it safe. I can’t seem to find any info from WP on the rationale to use jquery.js from 2016 and 2013.
I get this warning every time I save. Seems like a bug.
- This reply was modified 6 years, 2 months ago by aaron843.
Forum: Plugins
In reply to: [Recently viewed and most viewed products] still maintained or supported?Wordpress has placed a warning on the download page, which is why I asked. You might be able to update some settings to make the warning go away. More people might download if there was no warning from WordPress.
It is allowing users who are not logged in to access restricted files if they know the url. As far as I know, my host (1and1) still uses Apache.
My suspicion is that the getfile.php is not being activated, almost as if define(‘PMPRO_GETFILE_ENABLED’, true); was set to false instead. I’m not sure how to test this.
Forum: Plugins
In reply to: [Cloudflare] count(): Parameter must be an array in Hooks.php on line 133I wonder if this plugin is still being supported. 9 months since an update and no response here. I wonder if we should contact Cloudflare directly, but this is the proper place to request WP plugin support.