kevindeleon
Forum Replies Created
-
Forum: Plugins
In reply to: [Export media with selected content (by DKZR)] Failed to import MediaScratch mine — I figured out what was wrong — i was pulling between two environments — one environment had an htaccess password enabled on it, so i imagine that was causing the plugin to fail. Once disabled, the plugin worked fine. Cheers.
Forum: Plugins
In reply to: [Export media with selected content (by DKZR)] Failed to import MediaHaving the same issue — was this ever resolved?
Forum: Plugins
In reply to: [User Avatar] An error appears in the admin panelReceiving the same warning — PHP v. 8.2 — and yes, this can be “fixed” by turning off warnings, but this should probably be patched in the plugin.
- This reply was modified 2 years, 6 months ago by kevindeleon.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] admin-ajax 403 errorSorry — this was an issue on our side. Server team was blocking wp-admin/admin-ajax.php from the front-end user perspective and was causing the 403 error.
Forum: Fixing WordPress
In reply to: Site using static homepage redirects query string with plusesAfter more research, this seems to be a bug in WordPress — potentially in
wp-includes/canonical.php— I’ve submitted this to core.trac.ww.wp.xz.cn- This reply was modified 5 years, 9 months ago by kevindeleon.
I’m not sure if this will help, but I was having similar problems. You have to remember that the theme you are using for WPMP is just a theme. So for the theme to allow for custom post types, you need to add the same custom post type code that you added in your normal functions.php file to the functions.php file for your mobile theme.
Hope this helps.