Sean Lee
Forum Replies Created
-
OK – I assume this doesn’t work with free courses? Because when I go to “View” the order, the status says “Completed,” and there is no “Cancel Subscription” button.
-S
OK understood. Last question – how would a user cancel their plan? I assume this means they lose all their progress?
So I fixed this… not sure why this fixed it, but I’ll share here in case somebody else runs into this, too.
I went to the MISC settings tab in the plugin and chose to “Check this if you would like to remove ALL WP Mail SMTP data upon plugin deletion…”
Then I disabled / uninstalled and then reinstalled the plugin. I also went back into Google API area and reset my Client Secret (kept the same Client ID), validated the redirect URI, and it worked. I can also send test emails now.
Forum: Plugins
In reply to: [WooCommerce] Center Add To Cart shortcodeAH I just figured it out. The shortcode needs to have a
text-align: centerstyle. So my shortcode ends up looking like this:[add_to_cart id="627" show_price="false" style="text-align: center"]Forum: Fixing WordPress
In reply to: Create and assign unique tasks to each user?Yea – a bit tedious though. I was hoping somebody may have solved this problem already using a plugin.
Forum: Fixing WordPress
In reply to: Create and assign unique tasks to each user?I don’t need a full blown learning system. I really just need the to-do list aspect of it. There is a list of requirements that students will need to complete before entering a class, and I want to be able to “check off” those requirements for each student as they complete them. Since each student will work at their own pace, this needs to be a unique list that each student can view when they login to wp. (I’m already using MemberPress to manage users and their “subscriptions.”)
For some reason, installing all the “zip” related php modules (using EasyApache4), as well as setting the default PHP version to 7.0, seemed to “eliminate” this problem.
I won’t say it’s “fixed,” because I have no idea what the root problem was. But at least I have a functional plugin now.
Forum: Networking WordPress
In reply to: Multi-user site where users cannot see each other’s content?I would just like to have folks be able to login to the site, and be able to manage their own content, without seeing anyone else’s. This will be a site where some personal information might be stored (not CC or SSN or anything, but other personal info). So when each user logs in, it they should only have access to their own “area.” Example, I may login, and choose to add a dr. appt to my calendar, and maybe a reminder on when my kid has soccer practice – get it?
Forum: Plugins
In reply to: [WooCommerce] No way to choose shipping methodFIXED.
So – I realized what I needed to do (although it wasn’t very obvious to me at first until I read this support thread). I’ll try to explain in case somebody else comes across this issue…
Problem:
I had 2 shipping zones specified: “Flat Rate” and “Pick-Up”
For the “Flat Rate” zone, I had the region set to “United States” and the method set to “Flat Rate”
For the “Pick-Up” zone, I had the region also set to “United States” and the method set to “Pick-Up”What this essentially does, is create two different regions, but both of them are “United States.” So, when a visitor checks out, whichever one is first (in the settings area), gets matched to the check-out guest (i.e., there are no shipping options to select from).
How I fixed it:
I deleted the Pick-Up shipping zone. I renamed “Flat Rate” to “US” and kept my region setting of “United States.” I then simply added a 2nd Shipping Method (little plus sign on the right), and THIS is where I specified my Flat Rate and Pick Up options/pricing.Now, each visitor that matches “United States” will have a check-out option of Flat Rate or Pick-Up. Took awhile, but I get it now.
Phew.
-Sean
Thank you – this worked!
I now use the following shortcode:
[display-posts category="mycategory" posts_per_page="1" include_date="true" include_time="true" order="DESC" orderby="datetime"]Which now displays the post, followed by the date and the time of the post.
Thanks again,
-Sean
bump… is this doable?
TIA
-Sean
Question:
How does one change the lightbox color? Instead of just “greyed out” I would like to “black out” everything on the screen in until a button is pressed.
Thanks,
-Sean