Libellula Posted April 30, 2013 Posted April 30, 2013 Site: wickedgrinfashions.com I've asked a couple questions before, so from that info: I do not have documentation on this template and I was not the original installer. I've been messing with the coin slider at the top and I cannot find where to change the width so that the picture spans across the entire way. It is still holding on to the original width. I have changed that width in coin-slider-styles.css and coin-slider.js, what am I missing? If I open it with firebug, I can see that the width is set at 514px, but am unsure where that is located? Getting a little lost in all the files... Thanks for any assistance with this!
Guest Posted April 30, 2013 Posted April 30, 2013 @@Libellula The width appears in the javascript. <script type="text/javascript"> $(document).ready(function() { $('#coin-slider').coinslider({ width: 514, navigation: false, delay: 99000, // delay between images in ms height: 351, // height of slider panel spw: 7, // squares per width sph: 5, // squares per height sDelay: 30, // delay beetwen squares in ms opacity: 0.7, // opacity of title and navigation titleSpeed: 500, // speed of title appereance in ms effect: '', // random, swirl, rain, straight navigation: true, // prev next and buttons links : true, // show images as links hoverPause: true // pause on hover }); }); </script> Chris
Libellula Posted April 30, 2013 Author Posted April 30, 2013 Right as you posted, I found it! Again, thank you. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.