*links removed*
In Suffusion Settings > Backend, ive checked that the links to prettyphoto's css and js files are valid:
(Sorry for quotes, i couldnt put more than 3 links in a post)
*links removed*
Here is my "Custom Header JavaScript" from Suffusion Settings > Backend:
- Code: Select all
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
(function($) {
$(function() { //on DOM ready
$("#scroller").simplyScroll({
autoMode: 'loop',
frameRate: 40
});
});
})(jQuery);
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
theme: 'facebook',
social_tools: false,
overlay_gallery: false
});
});
I've already tried removing simplyscroll to see if there was a conflict, but it didn't change. I noticed that jquery is already included in suffusion with this line...
- Code: Select all
<script src="wp-includes/js/jquery/jquery.js?ver=1.6.1" type="text/javascript"></script>
...so i didnt upload/link to "/js/jquery-1.6.1.min.js" like i normally would, is there something im missing here?
