test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • maldown Friend
    #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 Friend
    #305574

    on 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;
    }

    maldown Friend
    #305589

    Hi 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 Friend
    #305592

    Yes. 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.>:(

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

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