kevinpowertv
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cart and user data is mixing up, leaking sessionsThanks for the replies.
I have not tried this on a local machine because it’s almost impossible to reproduce. There has to be active traffic creating multiple sessions in order for the issue to show up.
I will see about dropping Cloudflare. My site gets a ton of traffic, so I’m a bit worried about losing Cloudflares features.
Forum: Plugins
In reply to: [WooCommerce] Checkout form pre-filled with old visitor’s dataI have also submitted a new post on this. Sorry.
Forum: Plugins
In reply to: [WooCommerce] Checkout form pre-filled with old visitor’s dataThis is not resolved for me. I am still having this issue.
Same problem here. 100% breaks preview functions.
We also lost “authentication” for every single site on our multisite network. It’s begging me to re-authenticate each one. Please fix!
Forum: Fixing WordPress
In reply to: Multiple LogIns – Simple QuestionElsie,
Doing a google search for “database cron job to restore database” will give you some direction. That is how I would do it. The first result on Google describes almost exactly what you’re doing.
https://stackoverflow.com/questions/6456980/cron-job-replace-to-restore-a-database
Forum: Fixing WordPress
In reply to: Multiple LogIns – Simple QuestionYou should be able to have as many people log in with the same credentials as you want. There is no restriction on login sessions that I am aware of.
For your demo site however, you could setup a script that automatically reverts wordpress back to “default” upon log out or for a set duration. So, for example, every 30 minutes, the site could clear out data and restore to a specific version of the data. That way your demo users can use wordpress and mess around with posts for a short amount of time.
Hope that helps!
Forum: Fixing WordPress
In reply to: WordPress Multi-site Network randomly deleting postsPlease help! This is like a virus infecting my website!
Forum: Fixing WordPress
In reply to: Control how the URL appears when attach link to Facebook postingI’d love to be able to control what appears as well. It would be nice to have it so when ever you share the home page, it shows the logo of the site, the description of the site, and the URL to the home page. Then, for all other pages, categories, posts, etc. it would show the latest content from that page, post, category, etc. Currently, when you attach a link to your home page in facebook, it pulls the latest post, the latest thumbnail for that post, and the link to that post. Very annoying!
Forum: Fixing WordPress
In reply to: When I publish a draft the posting date is not updatedI DO want posts listed chronologically. The problem is, I have 20-30 writers and 5 editors to proof their content. Not everything gets published live the same day the draft is created. So, for example, if a writer posts a “pending review” article on May 1st, the editor may finally get around to editing the content by may 10th. The editor hits “publish” and the post goes live, but with a date of May 1st. Therefore, what should be a new post published on May 10th ends up being a old post from May 1st and buried in all the other content that was posted between the 1st and 10th, often not even seen on the home page or category page.
Forum: Fixing WordPress
In reply to: When I publish a draft the posting date is not updatedYou can hide the post date easily on the front end in your theme, however, your content will still publish on the date the draft was created, hence the issue discussed in this thread. So, all your content would still be posted chronologically with or without displaying the date. Probably not the ideal situation.
This seems to be a pretty widespread problem. I’ve found bug tickets that go back 6 years ago with similar issues reported. Pretty frustrating that WordPress has not paid attention to this issue.
Forum: Requests and Feedback
In reply to: Feature request: “Update timestamp to now” buttonYes, that would be great! Please WordPress, this is a serious issue!
Forum: Fixing WordPress
In reply to: When I publish a draft the posting date is not updatedThis is happening to me too. Is it possibly due to a plugin?
Any response on this?
Forum: Fixing WordPress
In reply to: Mass Update all image attachments to Post URLsI’m trying to do just the opposite. I want to update all image links to the image URL from the attachment page. Anyone know how to do this?
Forum: Fixing WordPress
In reply to: How to SQL mass update Gallery Link thumbnail optionMichiel, did you ever find a answer to this? I’m looking to do the same thing.
Forum: Fixing WordPress
In reply to: Strange Problem with ImagesUpdate: If I update the post and re-add the images, it seems to restore the post. Obviously not a good solution since I have over 1000 posts, but I thought that was interesting. Anyone have any comments on this?