Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Harta 5 posts 80 karma points
    Aug 13, 2014 @ 12:52
    Harta
    0

    Couldn't Get uSkySlider Work As Expected

    Hi all,

    I am new to Umbraco and I need help :-)

    I have followed the documentation ('How to Install' section) properly; however I could not get the expected outcome (similar to the screenshot attached).

    My outcome is that all the images are enumerated on the single page.

    Suppose, I have 3 images, call them A, B, and C; the outcome is:

    A

    B

    C

    I expect it to show only image A and click next to show image B, etc.

    Thank you in advance.

  • David Denholm 5 posts 53 karma points
    Sep 01, 2014 @ 11:10
    David Denholm
    0

    Did you resolve this problem as I have exactly the same issue.  The images are stacked above each other with a bullet to the left.

    the page code generated is as below.

    thanks in advance

    David

    (Please click on edit html to see the code) 

     

     

    <script type="text/javascript">// <![CDATA[
        jQuery(document).ready(function () {
            jQuery('.tp-banner').revolution(
             {
                 delay: 1000,
                 startwidth: 1140,
                 startheight: 550,
                 hideThumbs: 10,
    
             });
        });
    // ]]></script>

     

  • Harta 5 posts 80 karma points
    Sep 01, 2014 @ 12:01
    Harta
    100

    I didn't try to resolve the problem. It is possible that we have not included the jquery script. You can check here:

    http://themepunch.com/codecanyon/revolution4-jquery/liveguide/01.Sample-Boxed.html (Copy To the Header section).

    I decided to write my script and add my own App_Plugin to get the slider working.

  • Federico Menoyo 4 posts 74 karma points
    Sep 22, 2015 @ 18:24
    Federico Menoyo
    0

    Could you please share how you did it and related code ?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies