Hi! I run MrsHappyHomemaker.com - and I'm having a problem with the jquery slideshow conflicing with MonkeySee Ads, and I could use any help/assistance I could get. I'm so lost!!
I have a jquery featured slideshow that I use to highlight my recent recipes, and since I've added the MonkeySee video ad, I've noticed that it causes my slideshow to not slide on all browsers except for Google Chrome. Why it works on google chrome & no other ones is beyond me. The first image displays in the slideshow, and the top portion of the second one displays below it..and nothing moves.
When I remove the MonkeySee video ad, the slideshow works fine again. I've tried implenting the NoConflict - but either it's not working for me, or I'm just not doing it right.
Here's the code for MonkeySee, which I've added through the html gadget on blogger.
<script type="text/javascript" class="_msPWEmbedScript">
if (document.getElementById("mspwScr") == null ) {
(function() {
var mspw_main = document.createElement('script'); mspw_main.id='mspwScr'; mspw_main.type='text/javascript'; mspw_main.async=true;
mspw_main.src = 'http://knowlera.vo.llnwd.net/o18/data/javascripts/widgets/ms_player_widget.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(mspw_main, s);
})();
}
var _mspwConfig = _mspwConfig || [];
var _mspwStr = "{\"content\":\"votd-cat\",\"width\":\"297\",\"height\":\"250\",\"category_id\":\"4\",\"ad_position\":\"left\",\"pubId\":\"MRSHAPPYHOMEMAKER\",\"autoplay\":\"false\"}";
_mspwConfig.push( _mspwStr );
</script>
<div class="monkeysee_pw_wrapper" style="width:297px;height:250px;"></div>
The jquery slideshow that is on my blog was pre-loaded from a template, and it's the jQuery Cycle Plugin. Not sure if you need the code for it, or what portions of it you need being it's pretty long.
Again - I'm lost, and desperate! If any one can help me with this, I would be SO thankful!!