test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • suzanna Friend
    #760340

    With mobile everyone is clicking on images to load a page. Considering this is front page on the template and very visible/important element, I was wondering if it possible to hyperlink photos to the story? Title seems to be linked just fine.

    Pankaj Sharma Moderator
    #760519

    Hi
    Could you provide your site url and a screenshot that u want to link , so i can check the possibilities to make href as u needed on site.

    Ninja Lead Moderator
    #760601

    Hi,

    You can try to use this way

    Open templates/ja_university_t3/html/mod_jasidenews/default.php file

    <?php if( $showimage ): ?>
    <?php echo $helper->renderImage ($item, $params, $descMaxChars, $iwidth, $iheight ); ?>
    <?php endif; ?>

    to

    <?php if( $showimage ): ?>
    <a class="ja-title" href="<?php echo $item->link; ?>"><?php echo $helper->renderImage ($item, $params, $descMaxChars, $iwidth, $iheight ); ?></a>
    <?php endif; ?>

    Regards

    suzanna Friend
    #760834

    I don’t like to clutter forums with Thank You messages but you always come through and fix things. Thank you!!

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

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

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