file compressed the content on single line after upload in wordpress

Caching plugins are complicated beasts. They install a number of components that other plugins typically do not. You can’t just switch them off. For example, the uninstall routine for WP Super Cache is: Turn off caching on the plugin settings page and clear the cache. Deactivate the plugin on the plugins page. Remove the WP_CACHE … Read more

WordPress not syncing with FTP

I think that there is an issue with the filesize upload limit. The size should be below 30M. Follow these steps: Find your php.ini file. Use the following line: post_max_size = 8M upload_max_filesize = 2M If you can’t get to your php.ini file, you can change the filesize upload limit with this plugin.