I am using a WordPress theme which featured a mosaic of thumbnail images and has infinite scroll function. It was fine until I installed javascript plugins. The infinite scrolling stopped working and the layout (spacing) of the images went haywire. What should I do to the theme so that it can compliment the javascript plugins?
You should look into providing proper segregation within Wordpress - you can have a look here: http://www.wpbeginner.com/wp-tutorials/how-to-properly-add-javascripts-and-styles-in-wordpress/ http://codex.wordpress.org/Using_Javascript http://codex.wordpress.org/Function_Reference/wp_enqueue_script And perhaps also consider changing the plugins and/or theme if they interfere with eachother - there are plenty of possible ways to prevent this from happening in WordPress.