ryankolalis
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedThat looks like it fixed the issue.
Thank You
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedany update on how to fix this “Catchable fatal error: Object of class WP_Error could not be converted to string”
Forum: Plugins
In reply to: [Magic Fields 2] Category returning Nothing FoundThe answer for this is pre get posts by the way.
function add_custom_types_to_tax( $query ) {
if( is_category() || is_tag() && empty( $query->query_vars[‘suppress_filters’] ) ) {// Get all your post types
$post_types = get_post_types();$query->set( ‘post_type’, $post_types );
return $query;
}
}
add_filter( ‘pre_get_posts’, ‘add_custom_types_to_tax’ );credit to WPMUDEV
Forum: Plugins
In reply to: [Theme My Login] Compatibility with WordPress 4.3?changing file name to “theme-my-login” then re-zipping & uploading fixed this tho
Forum: Plugins
In reply to: [Theme My Login] Compatibility with WordPress 4.3?sorry thought i pasted it
Warning: require_once(/home/content/45/8144845/html/wp-content/plugins/theme-my-login/includes/class-theme-my-login-common.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/45/8144845/html/wp-content/plugins/theme-my-login-6.4-beta1/theme-my-login.php on line 18
Forum: Plugins
In reply to: [Theme My Login] Compatibility with WordPress 4.3?That beta triggers an error on activation
Forum: Plugins
In reply to: [Magic Fields 2] Image Media Issue – ForbiddenI found a .htaccess file in my wp-content folder that was causing an issue. Removing this fixed my problem.
Thanks for all your help
Forum: Plugins
In reply to: [Magic Fields 2] Image Media Issue – ForbiddenThanks for all your help Magenta Cuda,
I also get a forbidden error while logged in when going to that address on my server. I am talking to the server support. They said to pass this along to the developer
[Tue Aug 25 15:19:27.734441 2015] [access_compat:error] [pid 31091] [client 66.162.212.19:63109] AH01797: client denied by server configuration: /nas/wp/www/staging/coreukdev/wp-content/plugins/magic-fields-2/thirdparty/phpthumb/phpThumb.php, referer: https://coreukdev.staging.wpengine.com/wp-admin/post.php?post=16422&action=edit [Tue Aug 25 15:19:27.756101 2015] [access_compat:error] [pid 31496] [client 66.162.212.19:63110] AH01797: client denied by server configuration: /nas/wp/www/staging/coreukdev/wp-content/plugins/magic-fields-2/admin/mf_upload.php, referer: https://coreukdev.staging.wpengine.com/wp-admin/post.php?post=16422&action=edit
Forum: Plugins
In reply to: [Magic Fields 2] Image Media Issue – ForbiddenYes I can access that folder and file.
In regards to the form data, i’m not sure where to find that information.
Forum: Plugins
In reply to: [Magic Fields 2] Image Media Issue – ForbiddenHey Magenta Cuda, Thanks for looking into this
I get this error on set image. I am able to upload images fine and i have tried using an image already uploaded, neither work.POST https://coreukdev.staging.wpengine.com/wp-content/plugins/magic-fields-2/admin/MF_ImageMedia.php 403 Forbidden
in response to the network log this is a 403 error i get
Reload the page to get source for: https://coreukdev.staging.wpengine.com/wp-content/plugins/magic-fields-2/thirdparty/phpthumb/phpThumb.php?src=&w=150&h=120&zc=1
I have other sites running on the same sever with no issue. I did however use a migrate tool? I’m just trying to figure out what is different than the others.
Forum: Plugins
In reply to: [Theme My Login] Feature Request: No CAPTCHA reCAPTCHAIs this something in the works at all?
Forum: Fixing WordPress
In reply to: Nothing found – core pages and posts after wp-updateThis issue was caused after an automatic update. The site was at 4.2.0 (I believe) working fine when it auto updated to 4.2.1. This is when my permalinks issue happend. everything else works fine. its just this issue. Is there a wp datasheet that lets me know what files should have what permissions?
Thanks for your help.
Forum: Plugins
In reply to: [Magic Fields 2] Category returning Nothing Founddoes it have something do to with the categories for all my custom post types being linked together. Example I have a post type of reps who’s categories would be United States, Mexico… Then i have another post type of news with categories like trade shows. email blasts… But in each post type I can see the others categories. United states is a category for news and email is a category for reps.
?
Forum: Plugins
In reply to: [WP Favorite Posts] Support for custom post typesAh sorry I should have explored the plugin a little more before posting
it is clearly stated in the wpfp-page-template.phpForum: Plugins
In reply to: [Advanced Custom Post Search] pagination?ok great. How soon do you think it will be for this release?
Any update on the possibility of the search reading custom fields?