Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • addinspiration Friend
    #183987

    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!

    addinspiration Friend
    #479909

    Actually 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 Moderator
    #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.

    addinspiration Friend
    #480070

    i did send u PM 🙂

    Ninja Lead Moderator
    #480154

    I 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

    Ninja Lead Moderator
    #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 Friend
    #483096

    Worked!

    Thanks! :laugh:

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

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