-
AuthorPosts
-
May 22, 2009 at 8:38 pm #141391
Hi, I have been building a site over the past few weeks using JA Helio, but it looks like part of the template is broken.
I am using JASlideShow. Initially it looks ok on the home page, with a selection of 3x photo’s being played, but when I select the “create account” option, the slideshow pictures move to a different position overwriting the horizontal message bar and also stop cycling through the different images.
You can see this at the live site at http://125.214.75.140/
Help please.
Thanks.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
May 22, 2009 at 9:39 pm #305574on line 23 of /modules/mod_jaslideshow/ja_slideshow/ja.slideshow.css find…
#ja-slideshow-case {
position: absolute;
top: 0;
left: 0;
}and change to…
#ja-slideshow-case {
position: relative;
top: 0;
left: 0;
}1 user says Thank You to scotty for this useful post
May 22, 2009 at 11:16 pm #305589Hi Scotty
Thanks, that has fixed the positioning issue, but the pcitures dont change when the user is on the account reg page, but do when on the home page. Any ideas?
Thanks
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
May 23, 2009 at 1:23 am #305592Yes. The registration component you are using is badly compiled. It places at least 5 different javascripts on the page and at least one of them is conflicting with the Slideshow.
<script type="text/javascript" src="/components/com_alpharegistration/assets/scripts/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="/components/com_alpharegistration/assets/scripts/ajax-check.js"></script>
<script type="text/javascript" src="/components/com_alpharegistration/assets/scripts/en-gb/jquery.pstrength-min.1.2.js"></script>
<script type="text/javascript">
$(window).load(function(){
document.josFormARG.name.select();
document.josFormARG.name.focus();
});
$(function() {
$('#password').pstrength();
});
var RecaptchaOptions = {
theme : 'red',
lang : 'en'
};
</script>^^ and they are just the ones in the <head> ^^.
I’d bring it up on their forum. 5 separate scripts is ridiculous.>:(
1 user says Thank You to scotty for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by scotty 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum