Thread Starter
xenu
(@xenu)
I’d suggest to read some beginner guides for developer as some files (customiser.php for example) are damaged and others are just fine.
http://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/
Would be grateful if someone can tell me how to fix this damaged file. Code looks like this:
<?php/** * zerif Theme Customizer * * @package zerif *//** * Add postMessage support for site title and description for the Theme Customizer. * * @param WP_Customize_Manager $wp_customize Theme Customizer object. */function wp_themeisle_customize_register( $wp_customize ) { class Zerif_Customize_Alpha_Color_Control extends WP_Customize_Control { public $type =
Thread Starter
xenu
(@xenu)
Hadn’t thought about reversing order, but it works.
Thread Starter
xenu
(@xenu)
Yes, latest versions of all plugins. If I disable Social plugin (actually should delete it via FTP), Events Manager works fine. I wrote to developers of Social plugin too.