Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • mn1soundmaster Friend
    #144971

    I have found some answers here on the resizing issue in the ja_templatetools_1.5 PHP file but my code looks a little different. Here is what I have.

    foreach ($imgFiles as $file){

    $i_f = $path .DS. $file;

    if ( eregi( “bmp|gif|jpg|png|jpeg”, strtolower($file) ) && is_file( $i_f ) ) {

    $thumb = $this->jaImgResize ($path .DS. $file, 40,40);

    //$thumb = ”;

    $imageFile[] = array(‘file’=>$file, ‘thumb’=>$thumb);

    }

    Now what on this do I modify to prevent the image resizing issue I am having?

    http://www.mn1soundmaster.com

    Anonymous Moderator
    #319864

    Hi mn1soundmaster

    It is difficult to solve your issue. Could you please let me in detail your issue?

    mn1soundmaster Friend
    #319892

    Well basicaly when I add a picture inside my article the image automatically resizes to a specific size, I want to shut that feature off. I see there is a folder inside stories/images/resize. How do I shut the resizing feature off for my template Opal. I am currently running Joomla 1.5 and template ja_opal

    http://www.mn1soundmaster.com

    mn1soundmaster Friend
    #320117

    Hello,

    Was this enough information? I cannot add images in my site without them automatically resizing, can someone tell me how to shut the “resize” feature off? Its quite frustrating and simply a useless feature.

    Thanks,
    mn1soundmaster

    allegrasurrey Friend
    #320396

    I am also having issues with the image resizing. I did find a post suggesting changing templatesja_opalja_templatetools_1.5.php file, at about line 414, to the following $image1 = JA_Tools::processImage ( $params[‘src’], $width, $height, 0 ) … which I did.

    This only partially solves the problem. It does mean that the image dimensions are now correct, BUT the image is still being resized and the quality is being degraded terribly. The image is still being processed and is ending up in the “resized” directory …

    NOTE: I do want the resizing to continue working with the ja_slideshow (for the thumbnails), but I DO NOT want resizing to happen with other images.

    If you could further direct me, that would be great as my client is very unhappy with the lo-res image that is being generated.

    see http://www.platinumathleticclub.com/dev

    thank you.

    jonelleadk Friend
    #339333

    Yes, same question here. How do we just turn off the resizing completely? The images that are resized are very poor quality.

    Thank you.

    Saguaros Moderator
    #339460

    Dear all!

    to turn off the resize function , pls do this as following:
    1) open the files :
    templatesja_opalhtmlcom_contentfrontpagedefault_item.php,
    templatesja_opalhtmlcom_contentcategoryblog_item.php
    templatesja_opalhtmlcom_contentsectionblog_item.php

    and file code:
    [PHP]$image = JA_Tools::extractImage ($this->item, true, $this->imageWidth, $this->imageHeight);[/PHP]

    and replace:
    [PHP]
    //$image = JA_Tools::extractImage ($this->item, true, $this->imageWidth, $this->imageHeight);
    $image=”;
    [/PHP]

    2) if you would like to use the thumbnail cropped in the blog layout and front-page layout, you can install the ja thumbnail plugin.

    Good luck

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 5 voices, and was last updated by  Saguaros 14 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum