haven147
11-04-2009, 02:32 PM
1) Script Title: CMotion Image Gallery
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm#
3) Describe problem:
I am using this script on the following page:
http://www.carolincollins.com/Cuasnog/modx/index.php?id=2
This site is nearly complete except for the image gallery which suddenly is not working. At one stage before it also did not work but I got it fixed. For the life of me I can't remember how...very embarrassing!! The only change since it did work that I recall making is that I changed the sequence of some of the divs around to amend the layout of the page. I tried to reverse it again but that made no difference. I also made some changes to margins and padding but can't imagine that this could have any impact on the script not running. I have seen posts that talk about different scripts being in conflict with each other? I am ready to pull out my hair! I am a newbie, so any help would be hugely appreciated!!!
Below is the relevant code of the page:
<link rel="stylesheet" type="text/css" href="assets/templates/cuasnog/css/cuasnog.css" />
<link rel="stylesheet" type="text/css" href="assets/templates/cuasnog/css/gallerystyle.css" />
<link rel="stylesheet" type="text/css" href="assets/templates/cuasnog/css/lightbox.css" media="screen" />
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="assets/templates/cuasnog/css/IE7styles.css" /><![endif]-->
<!-- Do not edit IE conditional style below -->
<!--[if gte IE 5.5]>
<style type="text/css">
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
</style>
<![endif]-->
<!-- End Conditional Style -->
<script type="text/javascript" src="assets/js/prototype.js"></script>
<script type="text/javascript" src="assets/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="assets/js/lightbox.js"></script>
<script type="text/javascript" src="assets/js/motiongallery.js"></script>
</head>
<body>
<div id="container">
<div id="header">
...
</div> <!--end header -->
<div id="navTop">
......
</div> <!--end navTop -->
<div id="content" class="clrflt">
<div id="sidebarRight">
<div id="mainContent">
<h1>Our Picture Gallery</h1>
<p> </p>
<div id="motioncontainer" style="position:relative;overflow:hidden;">
<div id="motiongallery" style="position: absolute; left: 0pt; top: 0pt; white-space: nowrap;">
<a title="Double Room" rel="lightbox[cuasnog]" href="assets/images/pic1.jpg"><img src="assets/images/thumb/pic1_thumb.jpg" border="1" alt="" /></a>
<a title="Lounge" rel="lightbox[cuasnog]" href="assets/images/pic2.jpg"><img src="assets/images/thumb/pic2_thumb.jpg" border="1" alt="" /></a>
<a title="Kitchen" rel="lightbox[cuasnog]" href="assets/images/pic3.jpg"><img src="assets/images/thumb/pic3_thumb.jpg" border="1" alt="" /></a>
<a title="Triple Room" rel="lightbox[cuasnog]" href="assets/images/pic4.jpg"><img src="assets/images/thumb/pic4_thumb.jpg" border="1" alt="" /></a>
<a title="En-suite Bathroom" rel="lightbox[cuasnog]" href="assets/images/pic5.jpg"><img src="assets/images/thumb/pic5_thumb.jpg" border="1" alt="" /></a>
<a title="Bathroom" rel="lightbox[cuasnog]" href="assets/images/pic6.jpg"><img src="assets/images/thumb/pic6_thumb.jpg" border="1" alt="" /></a>
<a title="Cuasnog Bed & Breakfast" rel="lightbox[cuasnog]" href="assets/images/pic7.jpg"><img src="assets/images/thumb/pic7_thumb.jpg" border="1" alt="" /></a>
<a title="Double Room" rel="lightbox[cuasnog]" href="assets/images/pic8.jpg"><img src="assets/images/thumb/pic8_thumb.jpg" border="1" alt="" /></a>
</div><!--end motiongallery -->
</div><!--end motioncontainer -->
<div id="homeText">
.....
</div><!--end homeText -->
</div> <!--end mainContent -->
<div id="banner">
<div id="bannerText">
.......
</div> <!--end bannerText -->
</div><!--end banner -->
</div> <!--end sidebarRight-->
</div> <!--end content -->
<div id="footer" class="clrflt">
.....
</div> <!--end footer -->
</div> <!--end container -->
</body>
</html>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm#
3) Describe problem:
I am using this script on the following page:
http://www.carolincollins.com/Cuasnog/modx/index.php?id=2
This site is nearly complete except for the image gallery which suddenly is not working. At one stage before it also did not work but I got it fixed. For the life of me I can't remember how...very embarrassing!! The only change since it did work that I recall making is that I changed the sequence of some of the divs around to amend the layout of the page. I tried to reverse it again but that made no difference. I also made some changes to margins and padding but can't imagine that this could have any impact on the script not running. I have seen posts that talk about different scripts being in conflict with each other? I am ready to pull out my hair! I am a newbie, so any help would be hugely appreciated!!!
Below is the relevant code of the page:
<link rel="stylesheet" type="text/css" href="assets/templates/cuasnog/css/cuasnog.css" />
<link rel="stylesheet" type="text/css" href="assets/templates/cuasnog/css/gallerystyle.css" />
<link rel="stylesheet" type="text/css" href="assets/templates/cuasnog/css/lightbox.css" media="screen" />
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="assets/templates/cuasnog/css/IE7styles.css" /><![endif]-->
<!-- Do not edit IE conditional style below -->
<!--[if gte IE 5.5]>
<style type="text/css">
#motioncontainer {
width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
</style>
<![endif]-->
<!-- End Conditional Style -->
<script type="text/javascript" src="assets/js/prototype.js"></script>
<script type="text/javascript" src="assets/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="assets/js/lightbox.js"></script>
<script type="text/javascript" src="assets/js/motiongallery.js"></script>
</head>
<body>
<div id="container">
<div id="header">
...
</div> <!--end header -->
<div id="navTop">
......
</div> <!--end navTop -->
<div id="content" class="clrflt">
<div id="sidebarRight">
<div id="mainContent">
<h1>Our Picture Gallery</h1>
<p> </p>
<div id="motioncontainer" style="position:relative;overflow:hidden;">
<div id="motiongallery" style="position: absolute; left: 0pt; top: 0pt; white-space: nowrap;">
<a title="Double Room" rel="lightbox[cuasnog]" href="assets/images/pic1.jpg"><img src="assets/images/thumb/pic1_thumb.jpg" border="1" alt="" /></a>
<a title="Lounge" rel="lightbox[cuasnog]" href="assets/images/pic2.jpg"><img src="assets/images/thumb/pic2_thumb.jpg" border="1" alt="" /></a>
<a title="Kitchen" rel="lightbox[cuasnog]" href="assets/images/pic3.jpg"><img src="assets/images/thumb/pic3_thumb.jpg" border="1" alt="" /></a>
<a title="Triple Room" rel="lightbox[cuasnog]" href="assets/images/pic4.jpg"><img src="assets/images/thumb/pic4_thumb.jpg" border="1" alt="" /></a>
<a title="En-suite Bathroom" rel="lightbox[cuasnog]" href="assets/images/pic5.jpg"><img src="assets/images/thumb/pic5_thumb.jpg" border="1" alt="" /></a>
<a title="Bathroom" rel="lightbox[cuasnog]" href="assets/images/pic6.jpg"><img src="assets/images/thumb/pic6_thumb.jpg" border="1" alt="" /></a>
<a title="Cuasnog Bed & Breakfast" rel="lightbox[cuasnog]" href="assets/images/pic7.jpg"><img src="assets/images/thumb/pic7_thumb.jpg" border="1" alt="" /></a>
<a title="Double Room" rel="lightbox[cuasnog]" href="assets/images/pic8.jpg"><img src="assets/images/thumb/pic8_thumb.jpg" border="1" alt="" /></a>
</div><!--end motiongallery -->
</div><!--end motioncontainer -->
<div id="homeText">
.....
</div><!--end homeText -->
</div> <!--end mainContent -->
<div id="banner">
<div id="bannerText">
.......
</div> <!--end bannerText -->
</div><!--end banner -->
</div> <!--end sidebarRight-->
</div> <!--end content -->
<div id="footer" class="clrflt">
.....
</div> <!--end footer -->
</div> <!--end container -->
</body>
</html>