Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • slavoisard2 Friend
    #158534

    Hi !

    Working on the JA Quartz for our new site, and I have a problem with the frontpage thumbnails. First, all resized pictures are always with no authorization so I have to manually change attributes… Any idea what’s wrong ?

    Then, as you can see from our frontpage (http://www.guidesgratuits.com), there’s a “sample image” description under the thumbnails. How can I get this off ?

    Thanks for your help !

    aman204 Friend
    #371066

    <blockquote>First, all resized pictures are always with no authorization so I have to manually change attributes… Any idea what’s wrong ?</blockquote>

    Try disable JA thumbnail plugin in plugin manager

    <blockquote>Then, as you can see from our frontpage (http://www.guidesgratuits.com), there’s a “sample image” description under the thumbnails. How can I get this off ?</blockquote>

    Change this:::

    .img-desc .img_caption p {template.css (line 105)
    font-size: 10px;
    }

    to

    .img-desc .img_caption p {template.css (line 105)
    display: none;
    font-size: 10px;
    }

    slavoisard2 Friend
    #371074

    Thanks for the help, the captions are now off !

    But for the thumbnails, there’s no JA thumbnail plugin installed… The thumbnails size is found in /templates/ja_quartz/html/com_content/frontpage/default_item.php but I can’t find the problem.

    Best Regards

    aman204 Friend
    #371359

    For thumbnails, You can adjust image dimensions value in this file::

    templates/ja_quartz/html/com_content/frontpage/default_item.php file

    and the updated value will imply to all images for frontpage blog layout::

    global $mainframe;
    $imageWidth = 70;
    $imageHeight = 70;

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

This topic contains 4 replies, has 2 voices, and was last updated by  aman204 13 years, 10 months ago.

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