-
AuthorPosts
-
addinspiration Friend
addinspiration
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
January 14, 2013 at 7:39 pm #183987Hey!
For some reason my slides pictures don’t change even if I use same link to pictures..?
– what is the reason?I can send the site admin and link if someon can help me
Thanks.
ps. also the title won’t change even the article title do change.. that is wierd!
addinspiration Friendaddinspiration
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
January 15, 2013 at 8:30 pm #479909Actually they change in a day..
– Why it makes this so SLOW? ..because everything is messed up, it won’t change text or the slide pictures when saving. ..just day or two.. >:(Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 16, 2013 at 2:15 am #479926<em>@addinspiration 355123 wrote:</em><blockquote>Hey!
For some reason my slides pictures don’t change even if I use same link to pictures..?
– what is the reason?I can send the site admin and link if someon can help me
Thanks.
ps. also the title won’t change even the article title do change.. that is wierd!</blockquote>
I would need to take a closer look at your site. Please include screenshot and PM me with url, admin access and ftp account for further investigation. I shall help you out of it.
1 user says Thank You to Ninja Lead for this useful post
addinspiration Friendaddinspiration
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
January 16, 2013 at 7:53 pm #480070i did send u PM 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 17, 2013 at 9:53 am #480154I have checked on your site because JA Slideshow Module was missing some option on this module. I helped you config it like demo site.
Regarding to your expect the same link on the slide picture this module doesn’t support this but you can customize it
<blockquote>Open templates/ja_ironis/html/mod_jaslideshow/default_articles.php file</blockquote>
from
<!-- END JA SLIDESHOW 3 MARK -->
<?php if( $showDescription ) : ?>
<div class="ja-slide-descs">
<?php foreach( $list as $item ) :
?>
<div class="ja-slide-desc">
<a <?php echo $target; ?> href="<?php echo $item->link; ?>">
<span><?php echo $helper->trimString( $item->title, $titleMaxChars );?></span>
</a>
<?php echo $helper->trimString( $item->introtext, $descMaxChars, $includeTags ); ?>
<?php if ($showDescription=='desc' && $readmoretext!=''): ?>
<a <?php echo $target; ?> class="readon readmore" href="<?php echo $item->link; ?>">
<span><?php echo $readmoretext;?></span>
</a><?php endif; ?>
</div>
<?php endforeach; ?>
</div>
<?php endif; ?>
change to
<!-- END JA SLIDESHOW 3 MARK -->
<?php if( $showDescription ) : ?>
<div class="ja-slide-descs">
<?php foreach( $list as $item ) :
$item->link="http://www.google.com";
?>
<div class="ja-slide-desc">
<a <?php echo $target; ?> href="<?php echo $item->link; ?>">
<span><?php echo $helper->trimString( $item->title, $titleMaxChars );?></span>
</a>
<?php echo $helper->trimString( $item->introtext, $descMaxChars, $includeTags ); ?>
<?php if ($showDescription=='desc' && $readmoretext!=''): ?>
<a <?php echo $target; ?> class="readon readmore" href="<?php echo $item->link; ?>">
<span><?php echo $readmoretext;?></span>
</a><?php endif; ?>
</div>
<?php endforeach; ?>
</div>
<?php endif; ?>
Hope it helps
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 6, 2013 at 9:00 am #482659@addinspiration: Regarding your PM about changing favicon. I fixed it on your site as follows
Copy
<blockquote>plugins/system/jat3/jat3/base-themes/default/blocks/head.php</blockquote>
Paste to
<blockquote>templates/ja_ironis/blocks/</blockquote>Open head.php file
from
<link href="<?php echo T3Path::getUrl('images/favicon.ico') ?>" rel="shortcut icon" type="image/x-icon" />
change to
<link href="<?php echo JURI::base(true)."/templates/ja_ironis/favicon.ico" ?>" rel="shortcut icon" type="image/x-icon" />
Let me know if it helps
addinspiration Friendaddinspiration
- Join date:
- September 2012
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
February 11, 2013 at 7:08 pm #483096Worked!
Thanks! :laugh:
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by addinspiration 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum