bksbeat Posted July 17, 2008 Posted July 17, 2008 Hi, Im hoping someone is out there that may have installed this contr. or knows something about it. I have installed this contribution (my website www.nontando.com) There are some minor issues, i.e. where it is placed but I am more concerned re. the following: It seems incredibly slow Also, the slider images seem strange - On one occasion only one image appeared. Next time there were two. The slider itself does seem to be working 100%? If there is anything you think may have gone wrong here. Also on the thumbnail contr. which I also installed, I could find the piece of code that needed to be removed. i.e. if ( (CONFIG_CALCULATE_IMAGE_SIZE == 'true') && (empty($width) || empty($height)) ) { if ($image_size = @getimagesize($src)) { if (empty($width) && tep_not_null($height)) { $ratio = $height / $image_size[1]; $width = $image_size[0] * $ratio; } elseif (tep_not_null($width) && empty($height)) { $ratio = $width / $image_size[0]; $height = $image_size[1] * $ratio; } elseif (empty($width) && empty($height)) { $width = $image_size[0]; $height = $image_size[1]; } } elseif (IMAGE_REQUIRED == 'false') { return false; } } Your help will be much appreciated.
bksbeat Posted July 17, 2008 Author Posted July 17, 2008 I made a few grammatical areas with my initial post - I apologize It should read.... "The slider itself does NOT seem to be working 100%?" "Also on the thumbnail contr. which I also installed, I could NOT find the piece of code that needed to be removed. i.e." Sorry about that.... Gary Hi, Im hoping someone is out there that may have installed this contr. or knows something about it. I have installed this contribution (my website www.nontando.com) There are some minor issues, i.e. where it is placed but I am more concerned re. the following: It seems incredibly slow Also, the slider images seem strange - On one occasion only one image appeared. Next time there were two. The slider itself does seem to be working 100%? If there is anything you think may have gone wrong here. Also on the thumbnail contr. which I also installed, I could find the piece of code that needed to be removed. i.e. if ( (CONFIG_CALCULATE_IMAGE_SIZE == 'true') && (empty($width) || empty($height)) ) { if ($image_size = @getimagesize($src)) { if (empty($width) && tep_not_null($height)) { $ratio = $height / $image_size[1]; $width = $image_size[0] * $ratio; } elseif (tep_not_null($width) && empty($height)) { $ratio = $width / $image_size[0]; $height = $image_size[1] * $ratio; } elseif (empty($width) && empty($height)) { $width = $image_size[0]; $height = $image_size[1]; } } elseif (IMAGE_REQUIRED == 'false') { return false; } } Your help will be much appreciated.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.