Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sandylyle Friend
    #182484

    Hi!

    On the Mendozite I use now the images are cut in the height on the frontpage.
    I add the images as 220 x 140 pixels. But the height is maybe 70 or so on the frontpage..

    So there must be something that automaticly resizes the image when it is showed in an article at the frontpage?

    Hope any one can help me since Im new in this..

    Ninja Lead Moderator
    #474001

    You can use this way to resize the image when it is shown in an article at the frontpage.
    <blockquote>Open templates/ja_mendozite/html/com_content/featured/default_item.php file</blockquote>
    find this script

    <img
    <?php if ($images->image_intro_caption):
    echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>

    change to

    <img height="70"
    <?php if ($images->image_intro_caption):
    echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
    endif; ?>
    src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>

    Remember to clear cache from Admin area

    sandylyle Friend
    #474054

    Thanks for answer!

    One last thing. How do I clear cache from admin area??

    It didnt work yet, but probably because I didnt clear cache then?
    Because what I want is that the whole picture will show in the article.. And it is still cut off for some reason…

    Ninja Lead Moderator
    #474061

    You can try with following ways:

    <blockquote>Admin area->Site->Maintenance->Clear Cache->Select All->Delete Button</blockquote>
    or
    <blockquote>Go to admin->click JAT3 Clean Cache on top menubar </blockquote>
    If it still doesn’t work, pm me with URL, admin access and ftp account. I will help you resize image in an article at the frontpage.

    Regards,

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 12 years ago.

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