Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • imedee Friend
    #660866

    I have problem with category blog image alignment, as shown on the screenshot. The image stands on top of article instead of aligned to left. Settings seem to be right but it won’t work as expected.

    Thanks

    TomC Moderator
    #660902

    The following resources should be helpful to you . . . . .

    http://www.cmsmind.com/joomla-3-0-tutorial-how-to-wrap-text-around-images-in-articles/

    TomC Moderator
    #745376

    The following resources should be helpful to you . . . . .

    http://www.cmsmind.com/joomla-3-0-tutorial-how-to-wrap-text-around-images-in-articles/

    imedee Friend
    #660904

    Thanks for your feedback. But wrapping text around image on a single article is not my concern, anyone can do it on text editor. But my concern is on Category Blog page, NOTon single article.

    imedee Friend
    #745378

    Thanks for your feedback. But wrapping text around image on a single article is not my concern, anyone can do it on text editor. But my concern is on Category Blog page, NOTon single article.

    Ninja Lead Moderator
    #660948

    <em>@imedee 487247 wrote:</em><blockquote>I have problem with category blog image alignment, as shown on the screenshot. The image stands on top of article instead of aligned to left. Settings seem to be right but it won’t work as expected.

    Thanks</blockquote>

    You can try to fix it with my solution below

    Open templates/ja_nex_t3/html/com_content/category/blog_item.php file

    find and remove script


    <?php
    //get images
    $regex = '#<img[^>]*>#';
    $image = '';
    if (preg_match ($regex, $this->item->introtext, $matches)) {
    $image = $matches[0];
    $this->item->introtext = str_replace ($image, '', $this->item->introtext);
    }
    ?>
    <?php if ($image) : ?>
    <div class="article-image">
    <?php echo $image ?>
    </div>
    <?php endif; ?>

    Let me know if it helps

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

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

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