-
AuthorPosts
-
thefc_uk Friend
thefc_uk
- Join date:
- May 2007
- Posts:
- 143
- Downloads:
- 89
- Uploads:
- 15
- Thanks:
- 55
- Thanked:
- 20 times in 2 posts
November 23, 2014 at 5:11 pm #202984Hi
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 FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
November 24, 2014 at 2:35 am #556255Kindly 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 Friendthefc_uk
- Join date:
- May 2007
- Posts:
- 143
- Downloads:
- 89
- Uploads:
- 15
- Thanks:
- 55
- Thanked:
- 20 times in 2 posts
November 24, 2014 at 9:17 pm #556396Hi Eragon,
Private message sent to you 🙂
Thanks
StuartEragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
November 25, 2014 at 1:51 am #556407Hi 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 Friendthefc_uk
- Join date:
- May 2007
- Posts:
- 143
- Downloads:
- 89
- Uploads:
- 15
- Thanks:
- 55
- Thanked:
- 20 times in 2 posts
November 25, 2014 at 9:16 am #556454Hi 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 🙂
StuartEragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
November 25, 2014 at 10:10 am #556462Hi 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
1 user says Thank You to Eragon H for this useful post
-
AuthorPosts
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