Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 49
  1. #31
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Slides JS Slide Show Plugin

    Hi Anne,

    I was trying to update the script to the latest version when you checked. It didn't work for me so I have put it back to the way it was when first installed. Can you offer any help why it's not working? It is now as per install instructions.

  2. #32
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Slides JS Slide Show Plugin

    Quote Originally Posted by moesoap View Post
    Hi Anne,

    I was trying to update the script to the latest version when you checked. It didn't work for me so I have put it back to the way it was when first installed. Can you offer any help why it's not working? It is now as per install instructions.
    The answer is the same. I would check your jqueries. I am seeing the jquery library called at least 3 times.

    Thanks,

    Anne

  3. #33
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Slides JS Slide Show Plugin

    Quote Originally Posted by picaflor-azul View Post
    The answer is the same. I would check your jqueries. I am seeing the jquery library called at least 3 times.

    Thanks,

    Anne
    Ok i have removed those other jqueries as suggested and I am left with the easing patch. There are no errors but it still isn't loading the slides?

  4. #34
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Slides JS Slide Show Plugin

    Quote Originally Posted by moesoap View Post
    Ok i have removed those other jqueries as suggested and I am left with the easing patch. There are no errors but it still isn't loading the slides?
    The jquery library needs to be called once. I would continue to trouble shoot by disabling all other js until you find the conflict.

    Thanks,

    Anne

  5. #35
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Slides JS Slide Show Plugin

    Quote Originally Posted by picaflor-azul View Post
    The jquery library needs to be called once. I would continue to trouble shoot by disabling all other js until you find the conflict.

    Thanks,

    Anne
    Finally got it to work with a lot of help from someone else

    I had to remove from tpl_home_slider.php
    Code:
    <script type="text/javascript">
    
        $('#slides').slides({
        preload: true,
        preloadImage: 'includes/templates/yourtemplate/images/loading.gif',
        play: 8000,
        pause: 3000,
        hoverPause: true
        });
    
        });
        </script>
    and add it to html_header.php

    like this...
    Code:
    <script type="text/javascript">
        $(document).ready(function () {
        console.log('document ready!');
    
        $('#slides').slides({
        preload: true,
        preloadImage: 'includes/templates/yourtemplate/images/loading.gif',
        play: 8000,
        pause: 3000,
        hoverPause: true
        });
    
        });
        </script>
    Hopefully this will save someone a lot of time.

  6. #36
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Slides JS Slide Show Plugin

    Quote Originally Posted by moesoap View Post
    Finally got it to work with a lot of help from someone else

    I had to remove from tpl_home_slider.php
    Code:
    <script type="text/javascript">
    
        $('#slides').slides({
        preload: true,
        preloadImage: 'includes/templates/yourtemplate/images/loading.gif',
        play: 8000,
        pause: 3000,
        hoverPause: true
        });
    
        });
        </script>
    and add it to html_header.php

    like this...
    Code:
    <script type="text/javascript">
        $(document).ready(function () {
        console.log('document ready!');
    
        $('#slides').slides({
        preload: true,
        preloadImage: 'includes/templates/yourtemplate/images/loading.gif',
        play: 8000,
        pause: 3000,
        hoverPause: true
        });
    
        });
        </script>
    Hopefully this will save someone a lot of time.
    This should not be necessary. The key to getting mutiple javascripts/jqueires to play well together in zen cart is to have them loading in the correct order.

    Thanks,

    Anne

  7. #37
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Slides JS Slide Show Plugin

    Thanks for replying Anne. I couldn't for the life of me get them to play well together so I am happy to settle for this workaround. I just couldn't understand how it worked offline but once online it disappeared. Frustrating to say the least.

  8. #38
    Join Date
    Nov 2007
    Location
    UK
    Posts
    102
    Plugin Contributions
    0

    Default Re: Slides JS Slide Show Plugin

    Hi Anne

    I love your templates and I'm currently trying to modify this plug in so I can show different slide shows on different category pages. I'm almost there but I can't get the images to show. Can you take a look and give me some advice. This is the page I'm trying to get it to work on. It shows the container for the slide show but no images show.

    http://www.weddingandgems.co.uk/bridesmaid-jewellery

    I've copied the home_slider.php, renamed and made the amendments and added the relevant css as this slider will be different dimensions.

  9. #39
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Slides JS Slide Show Plugin

    Quote Originally Posted by kezan98 View Post
    Hi Anne

    I love your templates and I'm currently trying to modify this plug in so I can show different slide shows on different category pages. I'm almost there but I can't get the images to show. Can you take a look and give me some advice. This is the page I'm trying to get it to work on. It shows the container for the slide show but no images show.

    http://www.weddingandgems.co.uk/bridesmaid-jewellery

    I've copied the home_slider.php, renamed and made the amendments and added the relevant css as this slider will be different dimensions.
    My guess is that you are not calling all of the javascripts required for the slider to work on the categories pages.

    Thanks,

    Anne

  10. #40
    Join Date
    Nov 2007
    Location
    UK
    Posts
    102
    Plugin Contributions
    0

    Default Re: Slides JS Slide Show Plugin

    Thanks for your reply Anne

    All the scripts are there. Any other suggestions?

    Thanks

    Kerrie
    Last edited by kezan98; 20 Nov 2013 at 06:27 PM.

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. Show 4 products from a category as a slide show on mainpage
    By vinnyna in forum General Questions
    Replies: 5
    Last Post: 14 Dec 2011, 05:52 AM
  2. slide show error
    By matthewnovak85 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Dec 2010, 05:09 PM
  3. Flash Slide Show..
    By mkalavitz in forum General Questions
    Replies: 5
    Last Post: 17 Feb 2010, 08:06 PM
  4. scrolling slide show
    By kitcorsa in forum General Questions
    Replies: 9
    Last Post: 13 Dec 2008, 12:37 AM
  5. moving slide show
    By snarfy in forum General Questions
    Replies: 0
    Last Post: 19 Jun 2008, 06:29 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR