inspired888
Forum Replies Created
-
Forum: Reviews
In reply to: [Winsite Image Optimizer] Needs major improvementsThanks AmitT. Keep up the great work.
To summarise my suggestions from above:
1) Would be good to have control over which images are retrospectively optimised. A standard WP select box next to each, and select all option, would do the trick.2) Best if images are not renamed, as it might break things. Perhaps some users would like that to be a selectable option though. And/or the option to save a renamed backup of the original images. In my case, I have backups of the originals on my computer, so I don’t see much need for that.
3) It would be good to have some feedback from the plugin as to what has been achieved on each images. Standard stuff really. Like percentage gained on file size, and perhaps a total and average gain noted after the process ends.
Forum: Plugins
In reply to: [WooCommerce] Editing pages and posts broken after update to 3.0@mschouten Try updating the dynamic pricing plugin, if possible. If you’re on the latest release, I suggest bringing it up with the developers of that plugin, and see what they say/do.
In my case, I don’t recall that I was even trying to set up custom ID. I was simply importing new users. It’s a while ago now, so I don’t recall the exact details, as I moved on to other solutions. But I for sure wasn’t creating custom IDs. What would be the point, it’s just an incremental number that has no influence on anything (at least nothing I have any interest in).
I was only trying to import a CSV with: username, (no email), first name, last name, password, and a couple of custom metadata fields.
My guess was that the issue was triggered by a bug/oversight related to users with no email addresses. That was my hunch. The other two plugins I’ve mentioned worked okay with the same CSV.
Again, this was a few weeks ago, so perhaps there was something more to it. But for sure, the import I as doing is as described here (above), as the dataset is one I am still using for the site in question (via an different plugin).
@carazo
So how is it that other import plugins are getting around this? For instance, WP ALL IMPORT seems to have no issue with importing users. Also WP Ultimate CSV Importer allowed me to import new users.Or am I missing something in my thoughts around this?
@bawse1010: For now, the solution is to apply the workaround mentioned above. Namely,
a temporary fix is to to search and replace _wpcf7 by wpcf7
in the scripts_admin.js
Can confirm I also experience this issue since updating CF7 to v4.8 a few hours ago.
The temp patch (adding
return false;above line 86) worked.The issue itself is being caused by incompatible WooCommerce related plug-ins. In my case, and the case of @jaylsimpsonart, it’s the USPS plugin from WooForce (now Xadapter).
For @alnuper, the plugin with the issue is woocommerce-mrw-carrier
For @webdoc it’s woocommerce-pre-orders
For the OP (@mdhamdi5) it’s the Canada Post plug-in (from WooForce, now Xadapter) by the looks of it.- This reply was modified 8 years, 11 months ago by inspired888.
Forum: Plugins
In reply to: [WooCommerce] Editing pages and posts broken after update to 3.0@gibbzarms In your case the plugin causing the issue appears to be WF_Shipping_UPS_Tracking. If that’s the WooForce (now Xadapter) UPS plug-in, you’ll need to update to the latest version. You’ll likely have to download that from their website, http://www.xadapter.com
@creativetopia The error message you receive will reveal which plug-in is causing the issue.
- This reply was modified 8 years, 11 months ago by inspired888.
Also getting this error. I see the OP brought this up over 1 month ago. Why’s nothing being done about it? Has anyone brought this up with WooCommerce developers?
I would suggest changing this text in the documentation:
If id doesn’t exist in your users table: user will be inserted
Because this suggests that it is possible for us to set a USER_ID ourselves. If the USER_ID doesn’t exist, it will be added. The only way we would be providing a USER_ID (in the CSV file) which is not already in the user table is if we generated the ID ourselves, right? How else could we be providing a non-existing user_id ?
But if providing a non-existing user_id causes an error, then the documentation is not clear about what this line is attempting to express: “If id doesn’t exist in your users table: user will be inserted”
Thanks for the great plugin.
I have 1.10.6.3 of this plugin, and I get the same issue. Every user is NOT imported, due to this error:
Error: Invalid user ID.What’s the solution? I will open a new ticket, but wanted to mention this here since it’s an on-going issue.
- This reply was modified 9 years ago by inspired888.
Forum: Plugins
In reply to: [Document Management System] Mass document permissions config?Hi Brian,
As a follow-up to this enquiry, I wish to confirm I’ve understood you correctly.
I don’t need an automated import system. I can upload the documents to a folder manually. I can also import CSV data into the database manually.
So what this would depend on is how simple (or complex) the DMS table structure is, specifically the way in which file data and permissions are stored.
Can you send me a sample of the DB structure?
Forum: Plugins
In reply to: [Document Management System] Mass document permissions config?Hi Brian,
The files are currently offline. They’ll be uploaded to a folder, accordingly.For now, I am hoping to find a way that doesn’t require custom coding in order to avoid the expense and time required for that. I’ll get back to you if I don’t find a solution.
Regards,
Jonathan
Forum: Plugins
In reply to: [Document Management System] Mass document permissions config?Hi Brian. Thanks for the reply.
I can see my question was not sufficiently clear.
What I would like to know is if there is a way I can import 25,000 files, and the permission data that links each file with a respective user?
It’s not feasible to go through them on a file by file basis, setting each to be accessible to a specific user. Ideally, the permissions is something one can allocate to each file via a data field in a CSV import file. So that the owner of each document (i.e. the person who has the right to view it) is imported along with everything is.
Is that doable?Cheers,
JonathanForum: Plugins
In reply to: [Preserved HTML Editor Markup Plus] Code Tags EverywhereJust a heads-up that I get the same issue. I am using Divi theme, which has a page builder. Preserved HTML Editor Markup Plus throws lots of “code” tags in around all textual content, eventually making a total mess of it. End result is that text has all sorts of misplaced pre and post spacing around.
So I agree with J-Ro… looks like his plug-in isn’t compatible with page builders. Although I can’t immediately think why not, as they simply use the standard WP editor, except that they make use of multiple instances if there is more than one text element in the builder layout.- This reply was modified 9 years, 3 months ago by inspired888.
- This reply was modified 9 years, 3 months ago by inspired888.