Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • akhoring Friend
    #140317

    Even if I post an article that is under 200 X 200, the very very top part of the image gets cut off.

    I’m thinking it has something to with the white outline surround each picture.

    If you have any solutions let me know

    Anonymous Moderator
    #301637

    Hi akhoring,

    If you don’t want to crop images, please open templatesja_opalja_templatetools_1.5.php file, at about line 414, find following code:

    [PHP]$image1 = JA_Tools::processImage ( $params[‘src’], $width, $height)[/PHP]

    and change to:

    [PHP]$image1 = JA_Tools::processImage ( $params[‘src’], $width, $height, 0 )[/PHP]

    Hope it helps.

    andrej54 Friend
    #304797

    I had similar problems that I managed to solve with this solution. However, using JCE Editor in all my joomla sites I don’t seem to be able to give eough padding to the pictures in my articles. Only with I give a 15 px padding it seems to come out fine. In the frontpage it looks OK but clicking on the read more button, all images are rearranged and text sticks against the pics. Is there any way to solve this .
    Live site : http://atbkempen.tanka.be
    It only happens when I use normal padding settings like 5-10 . If I use a higher setting (mim 15) ecerythng is OK.
    A sample of an articles that sticks text against the picture can be found here :
    http://atbkempen.tanka.be/index.php?option=com_content&view=article&id=113:omloop-bijschaven-op-zaterdag&catid=1:algemeen&Itemid=53

    torenewa Friend
    #320408

    This is very helpful. How do you:

    1. Make the thumbnails larger
    2. Make the thumbnails a particular size
    3. If you use the setting the stops resizing, how do you change the formating so the photos are centered over the text?

    Thanks as always for your great support.

    ali haydar Friend
    #336284

    <em>@JA Developer 124741 wrote:</em><blockquote>Hi,

    If you don’t want to crop images, please open templatesja_opalja_templatetools_1.5.php file, at about line 414, find following code:

    [PHP]$image1 = JA_Tools::processImage ( $params[‘src’], $width, $height)[/PHP]

    and change to:

    [PHP]$image1 = JA_Tools::processImage ( $params[‘src’], $width, $height, 0 )[/PHP]

    Hope it helps.</blockquote>

    HI,
    Has not helped me, unfortunately.

    That’s code, to 414
    ($image1 = JA_Tools: : processImage ( $params[‘src’], $width, $height ))) {

    Anonymous Moderator
    #336413

    Hi ali haydar

    try to change:

    ($image1 = JA_Tools: : processImage ( $params[‘src’], $width, $height ))) {

    to

    ($image1 = JA_Tools: : processImage ( $params[‘src’], $width, $height, 0 ))) {

    ali haydar Friend
    #336443

    ($image1 = JA_Tools: : processImage ( $params[‘src’], $width, $height, 0 ))) {</blockquote>

    Thank you a thousand times. The answer

    smiguru Friend
    #353776

    Is there a way to just remove the white outline for just certain images or is it ALL or NONE?

    smiguru Friend
    #353778

    Nevermind I found the answer in another post:

    http://www.joomlart.com/forums/topic/i-want-some-of-images-in-articles-to-not-have-white-background-and-padding/

    img.blank {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    }

    In case you need it

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

This topic contains 9 replies, has 6 voices, and was last updated by  smiguru 14 years, 2 months ago.

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