matchHeight > rbarbour:
See post 855 and 857
zc 1.5.5a with Responsive Sheffiled Blue, IH4 and other mods.
Does matchHeight not play nice with IH4 and/or Colorbox or other mods with jscripts? With the changes as in post 855 and 857 I don't see anything different on my pages and my images open individually in a new window :(not a popup), with no close/previous/next facility.
Clicking on any product also generates the following errors in Firebug:
ReferenceError: jQuery is not defined
this.options)});b._afterUpdate&&b._afterUpdate(a,b._groups)};b._update=function(...
jscript...-min.js (line 11, col 1)
TypeError: $.browser is undefined
msie = $.browser.msie,
jQuery_...nner.js (line 25, col 2)
TypeError: $(...).matchHeight is not a function
$('.centerBoxContentsProducts').matchHeight();
The errors don't occur when site is initially opened but do occur when anything is clicked on, including refresh page.
I have replicated this on my live site but have taken the matchHeight files off while I sort this. I still have them on my test site to continue playing with.
If I switch to responsive classic template I get this error:> TypeError: $(...).colorbox is not a function
$("a[rel^='colorbox']").colorbox({opacity:0.6,speed:400,initialWidth:250,initial... and the product images appear in popups as I would expect.
Using max-height in my css has my product listing boxes evenly set so I am in no panic. I'm just curious and always looking to improve my understanding.