thijs Posted June 28, 2015 Share Posted June 28, 2015 I have updated the site to the newest version. Images are showing in product_info.php but clicking on the images doesn't result in lager images. I have read the solutions on this forum but I can't find one that works for me. I changed the template_top.php to this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"<?php echo HTML_PARAMS; ?>> <head><meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" /><meta http-equiv="X-UA-Compatible" content="IE=9" > <title><?php echo tep_output_string_protected($oscTemplate->getTitle()); ?></title><base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>" /><link rel="shortcut icon" href="http://www.ht.nl/images/icon-hd3.ico"><link rel="stylesheet" type="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.10.4.min.css" /><script type="text/javascript" src="ext/jquery/jquery-1.11.1.min.js"></script><script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.10.4.min.js"></script><script type="text/javascript" src="ext/cufon.js"></script> <?php if (tep_not_null(JQUERY_DATEPICKER_I18N_CODE)) {?><script type="text/javascript" src="ext/jquery/ui/i18n/jquery.ui.datepicker-<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>.js"></script><script type="text/javascript">$.datepicker.setDefaults($.datepicker.regional['<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>']);</script><?php }?> <script type="text/javascript" src="ext/photoset-grid/jquery.photoset-grid.min.js"></script> <link rel="stylesheet" type="text/css" href="ext/colorbox/colorbox.css" /><script type="text/javascript" src="ext/colorbox/jquery.colorbox-min.js"></script> <!-- <link rel="stylesheet" type="text/css" href="ext/960gs/<?php echo ((stripos(HTML_PARAMS, 'dir="rtl"') !== false) ? 'rtl_' : ''); ?>960_24_col.css" /> --><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rel="stylesheet" href="http://www.ht.nl/pages/css/screen.css"type="text/css" media="screen" /> <link rel="stylesheet" href="http://www.ht.nl/pages/css/lightbox2.css"type="text/css" media="screen" /> <link rel="stylesheet" type="text/css" href="ht.css" /><script type="text/javascript" src="ext/ht.js"></script> Using mine ore the standard product_info.php doesn't result in any change. Any ideas? Link to comment Share on other sites More sharing options...
♥kymation Posted June 28, 2015 Share Posted June 28, 2015 Did you upload these files: ext/photoset-grid/jquery.photoset-grid.min.jsext/colorbox/colorbox.cssext/colorbox/jquery.colorbox-min.js Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.