-
AuthorPosts
-
gavner Friend
gavner
- Join date:
- June 2008
- Posts:
- 142
- Downloads:
- 213
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
November 13, 2012 at 9:12 am #182194If 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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 14, 2012 at 10:30 am #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 Friendgavner
- Join date:
- June 2008
- Posts:
- 142
- Downloads:
- 213
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
November 20, 2012 at 4:01 pm #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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 21, 2012 at 3:11 am #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. -
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Luna Garden 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum