johnheaston
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Invalid HeadersDunar–I might send you my file. Tried opening and exporting from Excel, Numbers and Filemaker into csv files and still get the invalid header message.
Forum: Plugins
In reply to: [Admin Menu Editor] [Plugin: Admin Menu Editor] Slider Permission ProblemI have the pro version and am trying the same thing with vSlider. I’ve tried to add capabilities, but I always get a “cheatin’ uh?” error message when trying to allow editors to modify a slider image (post).
I’ll try the fix above but with pro didn’t think I would need to. Any help warmly welcomed.
That fixed it. Thanks! I’ll be using Chrome in File Manager and Code Editor in the future.
Certainly not intentionally, but Safari was displaying Code Editor a little funny (grey comments underneath code) and I switched to text editor. Here’s the lines before and after 441 if you can see if anything is missing:
$options[‘yoast_tracking’] = ‘on’;
unset( $options[‘presstrends’] );
update_option( ‘wpseo’, $options );
}$options[‘version’] = WPSEO_VERSION;
update_option( ‘wpseo’, $options );
}This just happened to me. Got into File Manager, found the class-admin.php and removed the “s”. Now I get this error:
Parse error: syntax error, unexpected T_GLOBAL, expecting T_FUNCTION in /home/malbarvi/public_html/wp-content/plugins/wordpress-seo/admin/class-admin.php on line 508