02.12.2013, 12:38
Dobra.
Do global.css zamiast tamtego dodaj na końcu:
Zamiast tamtego jQuery wklej za </div> (tym co dodałeś):
A ten div niech wygląda tak:
Tylko nie wyrzucaj tego
I tu masz coś źle wklejone:
Do global.css zamiast tamtego dodaj na końcu:
Kod:
/* Prevent the slideshow from flashing on load */
#slides {
display: none
}
/* Center the slideshow */
.container {
margin: 0 auto
}
/* Show active item in the pagination */
.slidesjs-pagination .active {
color:red;
}
/* Media quires for a responsive layout */
/* For tablets & smart phones */
@media (max-width: 767px) {
body {
padding-left: 10px;
padding-right: 10px;
}
.container {
width: auto
}
}
/* For smartphones */
@media (max-width: 480px) {
.container {
width: auto
}
}
/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
.container {
width: 724px
}
}
/* For larger displays */
@media (min-width: 1200px) {
.container {
width: 1170px
}
}
Zamiast tamtego jQuery wklej za </div> (tym co dodałeś):
Kod:
<script type="text/javascript">
jQuery(function() {
jQuery('#slides').slidesjs({
width: 940,
height: 528,
navigation: {
effect: "fade"
},
pagination: {
effect: "fade"
},
effect: {
fade: {
speed: 400
}
}
});
});
</script>
A ten div niech wygląda tak:
Kod:
<div class="container">
<div id="slides">
<img src="http://spmiedzyborz.net46.net/images/example-slide-1.jpg">
<img src="http://spmiedzyborz.net46.net/images/vym8.png">
</div>
</div>
Tylko nie wyrzucaj tego
Kod:
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.slides.min.js"></script>
I tu masz coś źle wklejone: