Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jacardiel Friend
    #184060

    Hi, in the items, the text show it to right to image. (see attachment)
    How can I show the text below the image? (like template)

    Thanks in advance


    1. item
    Ninja Lead Moderator
    #480186

    On this case you need to customize on com_content on JA Tiris Template.

    <blockquote>templates/ja_tiris/html/com_content</blockquote>


    //Get out all images
    $regex = "/<img[^>]*>/";
    $images = '';
    if (preg_match_all ($regex, $this->item->introtext, $matches)) {
    $this->item->introtext = preg_replace ($regex, '', $this->item->introtext);
    $images = implode ("n", $matches[0]);
    }

    If you doesn’t work with my suggestion, you can pm me with url, admin access and ftp account. I shall help you customize it.

    jacardiel Friend
    #480421

    HI Ninja,
    the items ar k2 item no jooma item.
    In wich folder i have to change this code? Inside templates/ja tiris/html/com_content I have 4 folders (archive, article, category and featured).
    IN this moment I have the site in localhost.
    (joomla 2.58, k2 2.62, ja tiris 2.55)

    Thanks in advance,

    Ninja Lead Moderator
    #480525

    On this case you need to customize code.

    Put your site to LIVE status and pm me url (exact link of k2 which needs to be customized), admin access and ftp account. I shall help you fix it on your site.

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

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

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