New Zenner
- Join Date:
- Mar 2011
- Posts:
- 18
- Plugin Contributions:
- 0
Apparel Boutique Template Support Thread
catapolt:
I dont see anything in the install.txt that tells me how to remove the slider buttons
nvm i found out how to remove em via define_main_page.php
Btw it does not tell you this in install.txt so ill post up the way for others that might want to change this as well
<script type="text/javascript" src="includes/templates/apparel_boutique/jscript/jscript_easySlider.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true,
numeric: false (changed from true to false removes the buttons and adds previous and next button)
});
});
</script>

