Loralee_H
Forum Replies Created
-
Thanks!
I suspect the error/issue is somewhere in the database, since changing themes & removing all plugins still doesn’t allow access. I’ve also made duplicates of the database to run with the twenty-twenty theme with the same result.One person who was troubleshooting thought it was related to WP_capabilities, and that may still be the case.
Forum: Plugins
In reply to: [WooCommerce] Payment section doesn’t match theme colorThis may not be the most elegant solution but it seems to be working out well. If someone would like to propose a cleaner piece of code than this for someone in the future, great. But I wanted to post this here in case someone else has a similar problem.
I used the “inspect” tool and found the code that was controlling the grey area.
(or view here)
/*** PAYMENT BOX ON CHECKOUT ***/ #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box { background-color: #2f0021; color: #ededed; } #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #5b0041; } #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods { border-bottom: 0; } #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background: #2f0021; border-radius: 5px; }
Forum: Plugins
In reply to: Payment section doesn’t match theme colorI posted this to the wrong forum
Forum: Plugins
In reply to: [WooCommerce] Background color of payment sectionCan I ask why this was marked as spam? It’s a genuine problem I’m experiencing. I’m just having trouble adding the image to the post
Apologies.. I thoughts I’d added it. It’s https://farmerslabseeds.com
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Does not scan other pluginsI suspect it’s related to the fact the plugin hasn’t been updated for 3+ years (something I didn’t notice until after I saw that it only scanned 1 plugin). The results are pretty funny though.
I wish it was still a viable option (I’ve used it for many years).
I don’t know of any other plugins that do the same kind of thing.
Here’s an example of a bulk edit for another plugin that offers similar options (but also some added complexity that I’d prefer to avoid)
Forum: Plugins
In reply to: [WPComplete] Feature Request: Different Text Labels per Category@chadthiele can I ask how you’ll be creating checklists? Another plugin with a shortcode? Or an external service? I have checklists in mine too, but I’m not completely in love with my current solution. Great idea by the way
Forum: Fixing WordPress
In reply to: Media Library Not LoadingThis may not be what is causing issues for other folks, but I was having the very same problem, and really didn’t want to revert back to the last day my media file stopped working right (I’d made a bunch of changes in the most recent 24 hours). So, I went back through the things I had changed that may have caused the issue, and I found something that seemed really benign at the time.
Siteground had recommended that I use their crone jobs feature, and it required adding a string of code to the wp-config.php file just prior to the last ?>
But my file didn’t have a ?> so I added the code, and then added a ?> assuming mine had been missing.
Then, I went ahead and did a bunch of other admin tasks and everything seemed to be functioning fine. Customers were able to checkout with their purchases – things seemed normal, until I began writing a blog post and realized I couldn’t add images.
And then, that I couldn’t search for a specific user.
It took forever to get back to those 2 characters, but everything is working fine (and fast) again. So I thought I’d write a quick note here, in case someone else stumbles on this thread, like I did – and my dumb mistake might trigger a memory for them too.
I’m experiencing the same issue with Woocommerce and ActiveMember360. It just started about 3 weeks ago as well – But it’s added nearly 5,000 new spam members (yikes). I don’t believe they have access to anything (like Marys) because they’re set to a subscriber level, which really gives access to nothing. But it’s a huge pain to figure out who to delete, as I can’t sort sign ups by date (or, I can’t figure out how to sort by date). I know this is a PMpro thread, but I wanted to jump in and mention that I think it might be something from a more recent WP release, that’s impacting those of us with membership sites, vs just a pmpro issue.
Forum: Plugins
In reply to: [WPComplete] Display course lessons in sidebar widgetThanks for the fast support & helpful answer!
awesome! ??
Hi Sarah,
Have you changed the payment plan for each course to “free”? I think they might still need to still register for the course, in that case. But they wouldn’t be required to enter any payment information.
Another option might be to make each of the lessons available for public. I believe that’s in the general settings of the lesson, called “Free lesson”, if I remember correctly. It’s like a toggle switch, on and off.hope this helps ??
Hi again @stefanybee,
Most of the video training is with a previous version of LifterLMS (version 2x, we’re on 3x now). It does look quite different).But, it might also be worth checking Settings > Account > Checkout Fields
Could that be what you’re looking for?
Warmly,
~Loralee
(customer care team – LifterLMS)Hi @stefanybee
You can either make the changes in your child theme, or use a plugin like Simple CSSLet me know if this helps?
~Loralee
(customer care team – LifterLMS)