Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dayman Friend
    #190284

    How can I unlink the K2 item titles that you can see in the attached screenshot?

    I just want the titles to be text and not link anywhere..


    1. khailesh-website
    Saguaros Moderator
    #504629

    Hi dayman,

    You can try opening file: /templates/ja_lens (your_default_template_folder)/html/com_k2/ja_lens/item.php and look for this line of code ( approx line 83)

    [PHP]<a href=”<?php echo $this->item->link; ?>” target=”_blank”><?php echo $this->item->title; ?></a>[/PHP]

    change it to:

    [PHP]<?php echo $this->item->title; ?>[/PHP]

    Hope this helps.

    dayman Friend
    #504648

    <em>@Saguaros 387994 wrote:</em><blockquote>Hi dayman,

    You can try opening file: /templates/ja_lens (your_default_template_folder)/html/com_k2/ja_lens/item.php and look for this line of code ( approx line 83)

    [PHP]<a href=”<?php echo $this->item->link; ?>” target=”_blank”><?php echo $this->item->title; ?></a>[/PHP]

    change it to:

    [PHP]<?php echo $this->item->title; ?>[/PHP]

    Hope this helps.</blockquote>

    Thank you, that was exactly what I wanted 🙂

    Could you please have a look at this thread as well: http://www.joomlart.com/forums/topic/change-the-width-of-the-enlarged-photo-on-the-home-page/

    Saguaros Moderator
    #504709

    Hi

    Leo is following that thread, kindly follow it 🙂

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

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

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