Phill Healey
Forum Replies Created
-
Forum: Plugins
In reply to: [Expire Users] Programmatically Set Default Expirybump..
Forum: Plugins
In reply to: [instant.page] Problems with CachingWhat does “not work” mean? It doesn’t install? It doesn’t let you edit settings? You don’t see it in your plugins menu? The stars turn purple?
Please explain the issue, and what you expected to happen. also include screenshots if at all possible.
Forum: Plugins
In reply to: [instant.page] Compatibility with minifying plugins@danfelbm Every caching / minifying script works differently. Add to that, the fact that minification can be further increase the potential for conflicts between scripts and it becomes impossible to say that any given plugin will 100% work under generic circumstances.
Essentially, you will have to try the plugin out and see whether it works for you in your unique circumstances (every website is unique).
Forum: Plugins
In reply to: [instant.page] Problems with CachingI’m not the developer but I wanted to point out that your statement really isn’t helpful in its current form. If you know of any issues, please identify them giving as much context as possible.
The dev(s) have absolutely no idea what problems you are referring to, so have no chance of fixing them. However, with details I’m sure someone would be willing to take a look.
Forum: Plugins
In reply to: [instant.page] Does Instant.page work on mobile?Yes, it does work with mobile. See the script homepage for more info: https://instant.page/
Forum: Plugins
In reply to: [Expire Users] Doesn’t workWordPress CRON jobs only run when the site is hit with traffic. So if unless someone visits the site at the exact time that the cron is scheduled for it won’t work at that specific time.
For example:
You have a task set for every hour on the hour. However, you have no visitors to your site for 2 days. So NO CRON jobs will run for 2 days. Then when you get that site visitor all the “missed” CRONs will be run simultatiously regardless of what the actual time is.
No problem,
This helped me a lot so just returnong the favour. Glad to see you are still active and the plugin isn’t dead.
Thanks.
Forum: Plugins
In reply to: [Woo Subscriptions Variation Lifetime/Onetime Purchase] Display priceMind if I ask what zou used instead? It might help others in a simiar situation.
Thanks.
- This reply was modified 7 years, 4 months ago by Phill Healey.
Forum: Plugins
In reply to: [Woo Subscriptions Variation Lifetime/Onetime Purchase] Display priceIt looks like the dev has gone AWOL, perhaps I can help. I’m only a user but have fixed a couple of issues myself already.
You can’t do this directly but, you could use a plugin like “Say What?” to change the text. It’s a bit of a hacky way to do things though. The alternative is to add the text you want to your product under the short description section or as a sale note.
Sorry, I just noticed that you already posted your log above. Try making the following change to ‘wp-content/plugins/woo-subscriptions-variation-lifetimeonetime-purchase/woo-subscriptions-variation-lifetime.php’
Change this:
function woo_lifetime_date( $status, $order_id, $order )to this:
function woo_lifetime_date( $status, $order_id, $order=” )Let me know if that fixes it.
- This reply was modified 7 years, 4 months ago by Phill Healey.
It looks like the dev has gone AWOL, perhaps I can help. I’m only a user but have fixed a couple of issues myself already.
Please enable debugging on your WP site, then do the action that is causing you the issue. Post you WP log file here and I’ll see if I can help.
Hi, It was an biyarre issue with the theme.
I~ve fixed it now.
Thanks.
Forum: Plugins
In reply to: [Expire Users] Sends multiple mail on expireHow many? Are they all the same?
Forum: Plugins
In reply to: [Expire Users] Can you set this plugin to only expire certain roles?No, but not enable expiry by default then manually add expiry dates to any user with the specific role.
Or, you can easily create your own code to add the relevant expiry data to users of that role, hence they will be the only users getting an expiry date.
In fact it’s pretty simple to do any variation(s) that you want since it simply stores expiry data against each user as metadata in the wp_usermetadata table of the database.
Forum: Plugins
In reply to: [Simple Documentation] Multiple Site Same ContentHi,
No problem.
I’ve no need for this as a multisite set-up but rather would like to offer my clients a set of FAQs / Documentation in their own WP installation (distinct client sites). Ideally I could deploy a xml file or similar with the plugin as I add it to a new site, and it would pickup the data as soon as the plugin is activated.
Alternatively simply having the ability to export and import documentation from one site to another would be great. So for example we setup all the documentation on our own WP dev site, then export the data via the plugin. Then go to the clients WP admin and import the documentation data in to this site. And so on.
This would mean we only need to create the documentation once > export it > Go to client site > Import.
At the moment it seems we’d have to build the documentation from scratch on every site.
Thanks.