Page 2 of 2 FirstFirst 12
Results 41 to 52 of 52

Thread: [coin-slider] Create your slideshow

  1. #41
    New user
    Join Date
    09-08-09.
    Location
    Switzerland
    Posts
    23

    Default Re: [coin-slider] Create your slideshow

    Hello,
    Quote Originally Posted by kohlekocher
    ...the pictures will all be shown below each other - without any slideshow/fade effect
    It means that the jQuery script is not active or there is a conflict... Please check this first. (With firebug for example.)

  2. #42
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default Re: [coin-slider] Create your slideshow

    Did you "Minify the markup"? This could lead to problems with some scripts.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  3. #43
    New user
    Join Date
    08-26-11.
    Posts
    2

    Default Re: [coin-slider] Create your slideshow

    Hello,

    thanks for your help - I could solve the issue now. It seems like some settings with the jQuery script have not been set correct, although I did update the site-template. The script wasn't loaded properly, not sure whether there was a conflict with the standard MooTools stuff...

    Anyway - as I said - it is working now and looking great :D

    @ Andreas: I'm still curious what you meant by "minify the markup"?

    Thanks and a good weekend to you all...
    Tobi

  4. #44
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default Re: [coin-slider] Create your slideshow

    In Contao 2.10 System->Settings->Global configuration there is a checkbox 'Minify the markup'. If a script doesn't work, first make sure to unset this checkbox to exclude possible errors comming from that method.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

  5. #45
    New user americocs's Avatar
    Join Date
    08-31-09.
    Location
    Brasil
    Posts
    9

    Default Re: [coin-slider] Create your slideshow

    Hi,

    Thanks for the amazing extension.

    But the "jQuery.noConflict()" code, present in the templates, conflicts with other external jQuery code.

    cheers

  6. #46
    New user
    Join Date
    09-08-09.
    Location
    Switzerland
    Posts
    23

    Default Re: [coin-slider] Create your slideshow

    Hi,

    Thx for the feedback. I will make an update with only :

    Code:
    <script>
        (function($) {
            ...
        })(jQuery);
    </script>

  7. #47
    New user
    Join Date
    04-26-12.
    Posts
    1

    Default Re: [coin-slider] Create your slideshow

    Hello,

    i think I found a bug. When using the Slider and the Download-Content Element at the same time, the Slider takes the download-icons (pdf, image etc) and add it to the slideshow.

    Probably the jQuery selector is to global for the image tag (have not looked in the code, just an idea).

  8. #48
    New user
    Join Date
    09-08-09.
    Location
    Switzerland
    Posts
    23

    Default Re: [coin-slider] Create your slideshow

    The ID of the article is probably identical to the ID of Coin Slider.

    For the next release, the ID of the slide show will build with "alias + ID". It will be more difficult to have the same ID.

  9. #49
    New user
    Join Date
    09-08-09.
    Location
    Switzerland
    Posts
    23

    Default Re: [coin-slider] Create your slideshow

    The new version 1.3.1 is available.

    Release notes and change log for 1.3.1 stable
    • Adding advanced image crop modes available from the version 2.11.x.[/*:m:269prwhp]
    • jQuery.noConflict() is deleted.[/*:m:269prwhp]
    • Now the ID of the slideshow is build with "alias + ID" to prevent some conflicts with other ID.[/*:m:269prwhp]

  10. #50
    New user
    Join Date
    07-02-09.
    Posts
    3

    Default Re: [coin-slider] Create your slideshow

    Hi,

    nice extension, but unfortunately it won't work correctly in IE7. The pictures do not slide, there is no animation, pictures are shown one below the other.
    There is a javascript error "jQuery undefined".

    Any ideas how to fix this?? Thanks a lot.

  11. #51
    New user
    Join Date
    07-02-09.
    Posts
    3

    Default Re: [coin-slider] Create your slideshow

    Yep, I've found the mistake.

    The generated code is as follows
    Code:
    <script>
    <![CDATA[//><!--
    (function($) {
        $('#coinslider-1').coinslider({
            width : 900,
            height : 200,
            spw : 14,
            sph : 3,
            delay : 3000,
            sDelay : 50,
            opacity : 1,
            titleSpeed : 4000,
            effect :'rain',
            navigation : false,
            links : false,
            hoverPause : false,
            prevText : 'prev',
            nextText : 'next',
            showNavigationPrevNext : false,
            showNavigationButtons : false,
            navigationPrevNextAlwaysShown : false,
                });
    })(jQuery);
    //--><!]]>
    </script>
    In the last line the last comma behind "navigationPrevNextAlwaysShown : false," is one to much, if it is deleted the slider will also work with IE7.
    The code can be edited in the templates folder of the coinslider module.

    Thanks again for this wonderful slider.

  12. #52
    New user
    Join Date
    09-08-09.
    Location
    Switzerland
    Posts
    23

    Default Re: [coin-slider] Create your slideshow

    Thank you for the feedback. I updated the extension.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •