there must be something wrong with the installation , do me a favor , download our demo 1.5.2 see if you still have problem , there might have been change in 1.5.3 that we are not aware of or there might be the bug, but before you go on ,
delete these lines from mod_images_slider.php
| Code: |
$buffer = ob_get_contents();
$pos = strpos ($buffer, '</head>');
if (!strpos ($buffer, "mod_image_slider.css") && $pos) {
$buffer = substr ($buffer, 0, $pos) . "\n$linktag\n". substr($buffer, $pos);
ob_clean();
echo $buffer;}
|