dsidx_colorbox is not a function
-
Hello!
I took over a site for a previous developer and I am seeing the following error occur that seems to be related to the dsIDX colorbox:
Uncaught TypeError: c(…).dsidx_colorbox is not a function
The effect it is having on my pages is that I am missing the images of the home on my IDX pages here is an example of that:
https://www.bethsellshomes.com/idx/mls-722171-3910_nw_27th_oklahoma_city_ok_73107
Additionally here is some more detail on the error and the code surrounding the call:
.MapTypeId.HYBRID,scrollwheel:false,styles:[{featureType:"poi.business",elementType:"labels",stylers:[{visibility:"off"}]}]});new google.maps.Marker({position:g,map:d,icon:"https://cdn1.diverse-cdn.com/api/images/dsidxpress/markers/short-single-house.png/5270c9"})}})(); (function(){var d=c("#dsidx-description"),g=d.text();g.length>20&&g==g.toUpperCase()&&c('<a href="void(0)">(click here to stop the yelling)</a>').click(f).appendTo(d)})();(function(){c("#dsidx-tiny-photos a").dsidx_colorbox({transition:"none",width:false,height:false});dsidx.swfobject.hasFlashPlayerVersion("9.0.0")||c("#dsidx-primary-photo").click(function(){c("#dsidx-tiny-photos a").first().click();return false})})();(function(){c(".dsidx-contact-form-schedule-date-row").hide(); c(".dsidx-contact-form-schedule-yesno").attr("checked",false);c(".dsidx-contact-form-schedule-yesno").click(function(){c(".dsidx-contact-form-schedule-yesno").attr("checked")?c(".dsidx-contact-form-schedule-date-row").show():c(".dsidx-contact-form-schedule-date-row").hide()});c("#dsidx-button-schedule-showing").click(function(){c(".dsidx-contact-form-schedule-yesno").attr("checked",true);c(".dsidx-contact-form-schedule-date-row").show();dsidx.details.ScrollToForm();return false});c("#dsidx-button-contact-agent").click(function(){dsidx.details.ScrollToForm(); return false});c("#dsidx-contact-form-submit").click(w);c("#emailAddress").blur(l)})();(function(){if(!(dsidx.details.photoCount<2))if(dsidx.details.useJuiceBoxSlideShow){var d;if(dsidx.getVersionId()<10000.08)d=encodeURIComponent(dsidx.details.photoUriBase);
I have updated this plug to it’s latest version. But I’m not sure how to proceed with solving this issue. I have dug through these forum postings and I don’t see anyone else having an issue with the colorbox.
- The topic ‘dsidx_colorbox is not a function’ is closed to new replies.