
Originally Posted by
SilverHD
rbarbour:
I am not trying to be difficult here, but could you be a bit more clear. Which one should I upload and which one should I forget? Just a bit confused.
Thanks,
Silver
Code:
Forget about this one
CATALOG_FILES/includes/templates/responsive_default/jscript/jquery.matchHeight.js
Code:
Forget about this one
CATALOG_FILES/includes/templates/responsive_default/jscript/jscript_responsive_framework.php
Code:
upload this one
CATALOG_FILES/includes/templates/responsive_default/jscript/jscript_matchHeight-min.js
create this one:
Code:
/includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight.php
and add this code to it:
PHP Code:
<?php
/**
* @package templateSystem
* @copyright Copyright 2003-2016 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version ZCA/GIT: $Id: rbarbour New for v1.5.5 $
*/
?>
<script type="text/javascript"><!--//
(function($) {
$(document).ready(function() {
$('.centerBoxContentsProducts').matchHeight();
});
}) (jQuery);
//--></script>
Bookmarks