I’m trying to implement a static HTML template to CAKEPHP and is stuck in a problem. The main problem is I can’t figure out why the problem is appearing. Below is the image that’ll tell more.

The image (slider) that is being displayed in the static HTML version is not being displayed on the CAKEPHP version, while I’ve made sure all the necessary CSS and JS files are included, but no solution yet. Haven’t faced this problem before, so what might be causing this?
I tried to fix the width and height of the image in the code but the image is still not being displayed and shows as 0*0 pixels as in the image.
This problem may occur when you have included multiple versions of jquery library at once. Make sure you have loaded single jquery file only.
The included jquery-slider may have been confused between two jquery files of different versions.