VFHwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Indexing ACF fieldsA little more info. On further inspection, it looks like some of my fields are getting indexed. The ones that aren’t all appear to be “relationship” ACF fields.
Forum: Fixing WordPress
In reply to: Error when updating taxonomyBTW, I’ve tried deleting and recreating the specific terms that are problematic and it has had no effect. For some of the problem terms, I get the error message as soon as I click the edit link. For others it isn’t until I click update.
Forum: Networking WordPress
In reply to: Moving users within a WP Network?I think I figured out how to do this with two mySQL commands.
INSERT INTO usermeta (user_id, meta_key, meta_value)
SELECT user_id, ‘newBlogID_capabilities’, meta_value FROMusermetaWHERE meta_key=’oldBlogID_capabilities’and
INSERT INTO usermeta (user_id, meta_key, meta_value)
SELECT user_id, ‘newBlogID_user_level’, meta_value FROMusermetaWHERE meta_key=’oldBlogID_user_level’Seems to have worked. I had to do a little clean up for the few users that were already in my new site.
This would be a really great feature to roll into WP in the future as part of some enhanced user management tools.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Super slow with large datasetYep, that’s what I always do for managing the data itself. But when I need to manage table settings, column visibility, etc. There’s no way to avoid it. It’d be great if those settings could be managed separate from the data. I’ll try using IE and see if it’s any better.
Thanks for a great plugin!
Forum: Plugins
In reply to: [Multisite Cloner] Problem editing widgets in cloned siteI think this was a problem with the php max_execution time setting on my server. When I upped it, things seemed to start working better. I still have to manually copy the media files. But this site had several GB worth of files, so that’s not surprising.
Forum: Plugins
In reply to: [Multisite Cloner] Problem editing widgets in cloned siteJust cloning a secondary site. I’m using the most current WP.
There might be a permissions issue with the blogs.dir directory. I’ll look into that.
Just to be clear, the file deletion is happening when I delete a cloned site using the regular “delete” in WP-Admin.
Instead of deleting the files from the cloned directory, the original files from the source site are getting deleted.
I’m in the midst of a restore from backup right now. Will dive back into the cloning issue once that’s done.
Forum: Plugins
In reply to: [Multisite Cloner] Problem editing widgets in cloned siteI’m noticing something else that might be helpful in troubleshooting this.
First, I’m having to manually copy my site’s files from the blogs.dir directory. That wasn’t really a big deal so I’d chalked it up as nothing to worry about or mention.
But now I’ve noticed that when I delete a cloned site using WP admin, it’s deleting the files stored in the blogs.dir for the original site.
I’m wondering if something is going wrong when cloning the site in the first place. Maybe some site meta settings aren’t getting updated for some reason?
Forum: Plugins
In reply to: [Multisite Cloner] Problem editing widgets in cloned siteThanks. I disabled all my plugins and the problem persists.
I checked the JS console and am seeing a “500 Internal Server Error” on
[my site url]/wp-admin/admin-ajax.php
I don’t get that error on my uncloned sites. Only my cloned site.
-Trey
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Checkbox valuesThe more I thought about this, the more familiar it felt. Sure enough, I’ve run into this before. Here’s what you have to do. It’s not an elegant or scaleable solution. But it is a solution.
https://wordpress.org/support/topic/how-to-get-values-form-checkbox?replies=5
Forum: Plugins
In reply to: [Crop-Thumbnails] Help with similar aspect ratiosThis works perfectly! Thanks so much for the help.
Forum: Plugins
In reply to: [Crop-Thumbnails] Help with similar aspect ratiosGreat! Yeah, I didn’t mean literally hardcoded in the plugin, but with the filter, I’m essentially telling Crop-Thumbnails what aspect ratio to use for each thumbnail. I think this will do what I need!
Forum: Plugins
In reply to: [Crop-Thumbnails] Help with similar aspect ratiosI’m not sure I follow you. So would I essentially be hardcoding the ratio for each of my thumbnail sizes?
Forum: Fixing WordPress
In reply to: Gateway timeout on importIt really shouldn’t surprise me what sort of things plugins can interfere with. This turned out to be caused by the Image Teleporter plugin.
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Fatal error on activationOk, just got back to this and duplicated my first site. Holy cow, that worked wonders! I’m very impressed. Thanks for the great plugin.
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Fatal error on activationSorry for the delayed response. Just got back to this. I was able to activate the plugin. But I haven’t had time to test it out by duplicating a site. Thanks so much for the quick response!