oldcode
Forum Replies Created
-
Forum: Plugins
In reply to: [Ninja Tables – Easy Data Table Builder] GSheets data not updating in cellsI’m asking if Ninja Tables will update a cell without refreshing the page. I think it does not.
Addendum: Important point, the user tried various browsers on the same device, including Safari and DuckDuckGo. All browsers on that device return an MP3 player without the play button.
This was a very helpful reply, thank you.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Shortcode Maker ErrorWe’re getting this error, or a similar error, on our WP site:
Warning: The URL https://kernl.us/api/v1/updates/5991a5d26c27485243c652ce/?installed_version=1.6.2&php=7.4.30&locale=en_US&domain=pwxxzz123.com&collectAnalytics=1&phpVersion=7.4.30&language=en-US&plugins&checking_for_updates=1 does not point to a valid metadata file. HTTP response code is 402 (expected: 200) in /home/pxxzz123/public_html/wp-content/plugins/shortcodes-ultimate-maker/vendor/kernl-update-checker/Puc/v4p10/UpdateChecker.php on line 434
Seems fishy tha5t our this plugin is making requests to an outside server.
- This reply was modified 2 years, 7 months ago by oldcode. Reason: anonymized
Thank you Margaret! I think you are right.
After further research, it looks like we were the target of a “card testing” scam or fraud, where someone tried making purchases of a $10 item using what are probably stolen credit cards, but real names and addresses and phone numbers were somehow used, because our users table has about 500 new accounts. Those people don’t even know it was done to them.
I w2ill be going through the recommendations, including CAPCHA on checkout.
Strike that. I think what I’m looking for is “Assign this role to users when an order is completed/processing“, also found in Settings->Extensions->WooCommerce.
I think the answer to my question is found in Settings->Extensions->WooCommerce, “Disable subscriptions roles switcher” set to CHECKED
My partner was able to delete them. Somehow he was able to move them to the trash.
Now we are using Templately, and we like it.
Thank you!
I am getting help from the authors, and it looks like a settings issue.
Forum: Fixing WordPress
In reply to: Visual Editor not showing@vtrav for the win. I almost always only use USB tethering. My rich_text=true, and disable visual editor was unchecked. As soon as I switched from USB tether to Wi-Fi, my rich text / visual editor magically appeared. This is especially important if you’re using Elementor, where the text editor only uses the rich text editor.
Forum: Plugins
In reply to: [Staff List] Where is the default template found in the database?Ok, I guess pImgDefault is the default image, not the default template. What I’m looking for is the key that says that a certain template is the default template.
Forum: Plugins
In reply to: [Staff List] Where is the default template found in the database?Ok, in my postmeta table I have two templates where meta_key=’_pImgDefault’ AND meta_value=1. How can I have two default templates?
Forum: Plugins
In reply to: [Staff List] Can I add a directory list item from Users?Thanks, I’m looking at the function now.
Eh…more style sheet fiddling. To solve this problem, I had to disable the pretty blue radio buttons, and default to standard radio buttons.
Some of the following styles I found in another thread where a user was experiencing a similar problem with check boxes and radio buttons, and some of it is my own modifications.
label.um-field-radio,span.um-field-radio-option{ vertical-align:middle; height:13px; line-height:13px; } .um-icon-android-radio-button-off, .um-icon-android-radio-button-on{ display:none; } .um-icon-android-checkbox-outline::before { content: none; } .um-field-checkbox-state, .um-field-radio-state { position: relative; } .um-field-checkbox-option, .um-field-radio-option { display: block; } .um-field-checkbox input, .um-field-radio input { opacity: 1 !important; }