Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gavner Friend
    #182194

    If i load ja slideshow and click the text it links to the articles but i want to turn this off so there is no clickable link. Please show me how ?

    Luna Garden Moderator
    #472889

    <em>@gavner 345995 wrote:</em><blockquote>If i load ja slideshow and click the text it links to the articles but i want to turn this off so there is no clickable link. Please show me how ?</blockquote>
    Hi,
    If you don’t want the link be clickable, you can change source to Image folder, only put H3 tag in it.
    If you still want to use source from Joomla Article, please go to this file:
    templatesja_ironishtmlmod_jaslideshowdefault_articles.php
    find these lines:

    <a <?php echo $target; ?> href="<?php echo $item->link; ?>">
    <span><?php echo $helper->trimString( $item->title, $titleMaxChars );?></span>
    </a>

    Change to:


    <span><?php echo $helper->trimString( $item->title, $titleMaxChars );?></span>

    Then go to
    templates/ja_ironis/themes/day/css/template.css
    Add these line for new change:


    .ja-slidewrap_ironis.ja-articles .ja-slide-desc span{
    font-family: 'BebasNeueRegular',Arial,sans-serif;
    font-size: 332%;
    color: #FFFFFF
    display: block;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0 0 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    }

    gavner Friend
    #473645

    <em>@Luna Garden 346177 wrote:</em><blockquote>Hi,
    If you don’t want the link be clickable, you can change source to Image folder, only put H3 tag in it.
    If you still want to use source from Joomla Article, please go to this file:
    templatesja_ironishtmlmod_jaslideshowdefault_articles.php
    find these lines:

    <a <?php echo $target; ?> href="<?php echo $item->link; ?>">
    <span><?php echo $helper->trimString( $item->title, $titleMaxChars );?></span>
    </a>

    Change to:


    <span><?php echo $helper->trimString( $item->title, $titleMaxChars );?></span>

    Then go to
    templates/ja_ironis/themes/day/css/template.css
    Add these line for new change:


    .ja-slidewrap_ironis.ja-articles .ja-slide-desc span{
    font-family: 'BebasNeueRegular',Arial,sans-serif;
    font-size: 332%;
    color: #FFFFFF
    display: block;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0 0 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    }

    </blockquote>

    Hi, i tried this information you gave but it didnt work. Any ideas ?

    Luna Garden Moderator
    #473715

    <em>@gavner 347152 wrote:</em><blockquote>Hi, i tried this information you gave but it didnt work. Any ideas ?</blockquote>
    Hi gavner,
    Did your clear your cache after save all the changes?
    If you did, but not still not working, please PM me your FTP access. I shall need to take a further look at the Slideshow module.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Luna Garden 11 years, 5 months ago.

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