Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue while Sliding Image #26

Open
AminSam opened this issue Feb 11, 2013 · 8 comments
Open

Issue while Sliding Image #26

AminSam opened this issue Feb 11, 2013 · 8 comments

Comments

@AminSam
Copy link

AminSam commented Feb 11, 2013

I am using this slider to show current day Event Images. Everything is working fine but while the image is sliding; the next image first comes into view below the 1st image and after that replaces the 1st image. It is sliding well, but just that first it appears below and then it gets displayed at proper place. Its bizzare... Please help me out of this.

@AminSam
Copy link
Author

AminSam commented Feb 11, 2013

knock knock??

@DavidOliver
Copy link

Who's there?

@AminSam
Copy link
Author

AminSam commented Feb 12, 2013

hey @DavidOliver... do u know about this issue..

@AminSam
Copy link
Author

AminSam commented Feb 12, 2013

i mean the ans to this issue..any1 here..plsss

@andygott
Copy link
Owner

I’d need to see your code to work out what’s going on here. Can you link to an example?

@AminSam
Copy link
Author

AminSam commented Feb 12, 2013

hey.. following is my code...the css and js files all used are of the Plugin itself....help

<title></title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="Scripts/bootstrap.js" type="text/javascript"></script> <script src="Scripts/jquery.rs.slideshow.js" type="text/javascript"></script> <script type="text/javascript" >
    $(document).ready(function () {
        getimages();


    });

    function getimages() {

        $.ajax({
            type: "POST",
            contentType: "application/json; charset=utf-8",
            url: "WebService/NewsShow.asmx/getimages",
            dataType: "json",
            data: "{ }",

            success: function (data) {
                alert(data.d);
                var slides = data.d;

                //    Add the slides on initialisation
                $('#slideshow-div').rsfSlideshow({ slides: slides, effect: 'slideLeft' });
            },
            error: function (request, textStatus, error) {
                alert("Error validating Invitation Code Error: " + error);
            }
        });

    }
</script>
<div class="slide-container">
    <img src="images/4.jpg"
        alt="The first image in a slideshow demo." title="This is the first slide" />

</div>

</div>
</form>

@AminSam
Copy link
Author

AminSam commented Feb 12, 2013

hey @reallysimple..
are u able to c the code properly..if yes then fine....but if no den i dunno how to put code in here...i just copied n pasted the code

@AminSam
Copy link
Author

AminSam commented Feb 12, 2013

n in the web service method i have got image paths from the DB n that paths i am returnin to the jquery method..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants