Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • deryk Friend
    #146851

    Hello folks,

    I’ ve the following problem. In some articles I need to show more than only one image on the frontpage. Problem is that the other images are only shown after click on the “read more” link.
    What I have to do that I can post more than one image on the frontapge?

    Thanks for help… Deryk

    Anonymous Moderator
    #326802

    Hi deryk

    In the content of article, you have to add two images before read more link (hr tag).

    deryk Friend
    #326815

    <em>@JA Developer 157124 wrote:</em><blockquote>Hi deryk

    In the content of article, you have to add two images before read more link (hr tag).</blockquote>

    SORRY, but this definately did not work !!! I did it already BUT on the frontpage it just shows the FIRST image. The others images will shown only, after click on the FIRST image (yes you can click on it)

    And yes I put 2 images in the article and then I add a read more link – NO CHANCE !!!! ONLY THE 1ST IMAGE WILL SHOWN ON THE FRONTPAGE !!! grrrr

    Any other idea ???

    Saguaros Moderator
    #326959

    The solution has only used for the clean joomla

    The sulfur overrided template of the “frontpage” layout, the template has only displayed one image.
    So that you must to hard code in the template:

    Now, you open the file: templatesja_sulfurhtmlcom_contentfrontpagedefault.php and find a section code at line 16 and use the comment line for this

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

    and remove those codes at line 39

    [PHP]
    <div class=”img-desc clearfix”>
    <?php echo $image; ?>
    </div>
    [/PHP]

    and then you ‘ll make the content as JA Developer said

    Goodluck

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

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 14 years, 11 months ago.

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