Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • thefc_uk Friend
    #202984

    Hi

    I’m using the JA Biz slideshow module in another template. However, I can’t stop the description appearing in both the left hand navigation and the main slide.

    Development site: http://btuh14.cloudaccess.net

    I’d like to have the option to switch it on or off in either the main slide or navigation – which I seem to be able to do in the normal Biz quick start template.

    I’ve tried switching it ‘off’ in the module profile settings, but just can’t seem to get it to work. So far…

    I’ve copied all the CSS files from the Biz template into my new template folder and copied the JA Mod files from a clean JA Biz installation into my Joomla folder.

    Not sure if perhaps I’ve missed something in the main template CSS file, but can’t see anything.

    Any help appreciated 🙂

    Eragon H Friend
    #556255

    Kindly recheck the provided admin account. I can’t access your site to check the configuration.

    Also, provide the FTP access information if possible. This issue may come from file permission of JA Slideshow profile files

    thefc_uk Friend
    #556396

    Hi Eragon,

    Private message sent to you 🙂

    Thanks
    Stuart

    Eragon H Friend
    #556407

    Hi Stuart,

    After disabling the “Show description” option (http://prntscr.com/59v08d) , the description disappears in slideshow : http://prntscr.com/59v0j5

    Is it the one you need?

    Best regards,

    Eragon H

    thefc_uk Friend
    #556454

    Hi Eragon,

    No – it’s the description within the left hand side navigation. Further down the module profile settings, there is a switch to disable the description within the Navigator settings. It’s this setting which does not appear to work when disabled.

    Thanks for your help so far 🙂
    Stuart

    Eragon H Friend
    #556462

    Hi Stuart,

    I fixed this issue >> http://prntscr.com/59xlbu

    The code was changed in file: root/templates/bs3/html/mod_jaslideshow/default.php
    Position: http://prntscr.com/59xlzt
    FROM

    <div class="thumb-des">
    <?php if($showDescription){?>
    <?php echo $helper->trimString( $captionsArray[$i], $descMaxChars, $includeTags );?>
    <?php }?>
    </div>

    TO

    <div class="thumb-des">
    <?php if($navShowdesc){?>
    <?php echo $helper->trimString( $captionsArray[$i], $descMaxChars, $includeTags );?>
    <?php }?>
    </div>

    Result: http://prntscr.com/59xm2t

    thefc_uk Friend
    #556512

    Sir you are a star!

    I’ll check everything when I’m back home in a couple of days, but it looks good on my iPad 🙂

    Cheers
    Stuart

    thefc_uk Friend
    #556513

    Sir you are a star!

    I’ll check everything when I’m back home in a couple of days, but it looks good on my iPad 🙂

    Cheers
    Stuart

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

This topic contains 8 replies, has 2 voices, and was last updated by  thefc_uk 9 years, 11 months ago.

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