Hi Virgil,
I know this thread is a bit old already but I just wanted to know how you made smoothgallery and your other jquery calls to work together. Just to give you a background, and you may want or not to help a guy like me out, I’m only proficient in design, html and css, and not on javascript.
Questions are:
1) What maxigallery? I’ve installed Jon Design Smoothgallery and there was no maxigallery folder or file in it.
2) Where do you exactly add &disable_js_libs=`1`?
3) What do you exactly mean by "add a link to the MooTools library used by smoothgallery directly, followed by the link to the jquery library"? Below is how I installed my Smoothgallery and jquery needs in my header:
<!-- Smoothgallery -->
<script src="<?php bloginfo(’url’); ?>/wp-content/themes/gridfocus/others/smoothgallery-2.0/scripts/mootools.v1.11.js" type="text/javascript"></script>
<script src="<?php bloginfo(’url’); ?>/wp-content/themes/gridfocus/others/smoothgallery-2.0/scripts/jd.gallery.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?php bloginfo(’url’); ?>/wp-content/themes/gridfocus/others/smoothgallery-2.0/css/jd.gallery.css" type="text/css" media="screen" />
<script src="<?php bloginfo(’url’); ?>/wp-content/themes/gridfocus/others/smoothgallery-2.0/scripts/jd.gallery.set.js" type="text/javascript"></script>
<!-- Animated dropdown texts -->
<script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-includes/js/jquery/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('url'); ?>/wp-content/themes/gridfocus/js/animatedcollapse.js"></script>
<script type="text/javascript">
animatedcollapse.addDiv('about-htmme-div', 'fade=1,height=250px')
animatedcollapse.addDiv('subscribe-htmme-div', 'fade=1,height=250px')
animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
//$: Access to jQuery
//divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
//state: "block" or "none", depending on state
}
animatedcollapse.init()
</script>
and lastly 4) when you used jquery’s compatibility mode, did you simply inserted "jQuery.noConflict();" on the jquery codes on the header? If not, how did you exactly turn jquery into it compatibility mode?
Sorry for the noob questions, because if it’s javascript, sorry to say but I am one. Hope you can. Good day!