bombardos
Forum Replies Created
-
Well that worked for the uploading of the image, but still the issue of the actual post content and title not working if an featured image is uploaded with the post.
This is still an issue with 1.5.0.10 / v2.1.4
Have tried with and without the changes to to-post-type.php above, the result is the same as below;
On submission of a post with images, the form just hangs, but the images are uploaded to the media library as well as a blank file with each image uploaded with no name/size/file type, but the post content itself is not being submitted.If I submit the post without an image, the post content/title is submitted correctly, with and without the changes to to-post-type.php above.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Make a form field read onlyNevermind, I got it…
add_filter( ‘caldera_forms_field_attributes’, function( $attrs, $field ) {
if( ‘fld_452244’ == $field[‘ID’] ) {
$attrs[‘readonly’] = readonly;
}
return $attrs;
}, 20, 3);Forum: Fixing WordPress
In reply to: Not secure?It is more than likely firefox and/or your computers anti virus. Have you allowed your computers anti virus to add its plugin to your browser for web browsing protection? If so, disable it, those things are rubbish. I doubt its anything to do with this plugin.
Fixed with 5.8, thanks guys.
Wordpress version is 4.7.4
Just to add, warning only shows when logged out, using version 5.7 of Login with OAuth ( OAuth Client ), doesn’t affect logging in or out, or any other part of the site. The warning displays just in the area of the element.
Forum: Reviews
In reply to: [JinMenu] Worked great for me!So, it’s working on 4.7?