CSS Image Gallery does not work
Question:
CSS Image Gallery does not work at all. The images does not appear as a Gallery but as a list. What is the problem?
There could be several causes for this problem:
CSS Image Gallery does not work at all. The images does not appear as a Gallery but as a list. What is the problem?
Answer
There could be several causes for this problem:
- The JavaScript of your browser is disabled.
In order to view the Gallery make sure that your JavaScripts are enabled
- The JavaScript and CSS files of the Gallery are not uploaded or the path to them is not correct
Check if the following files are uploaded to your server: jquery-latest.pack.js, jquery.dimensions.pack.js, jquery.mousewheel.pack.js, dmxgallery.js and dmxgallery.css
Also, check the paths in the following lines of your page:
<script src="ScriptLibrary/jquery-latest.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.dimensions.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/jquery.mousewheel.pack.js" type="text/javascript"></script>
<script src="ScriptLibrary/dmxgallery.js" type="text/javascript"></script>
<link href="styles/dmxgallery.css" rel="stylesheet" type="text/css" />
- The Id of your gallery include spaces, hyphens (-) or starts with number
For example, the name of your gallery is written like my css gallery. To fix it, it should be written like this:
mycssgallery or my_css_gallery
Comments
Be the first to write a comment
You must me logged in to write a comment.